EarthVisualizationShowcase

Package: inet.showcases.visualizer.osg.earth

EarthVisualizationShowcase

network

(no description)

visualizer : IntegratedVisualizer

Integrates canvas and osg visualizers into a single module.

Source:
visualizer: IntegratedVisualizer {
    parameters:
        @display("p=100,50");
} coordinateSystem : like IGeographicCoordinateSystem

IGeographicCoordinateSystem: Interface for geographic coordinate systems.

Source:
coordinateSystem: <default(firstAvailableOrEmpty("OsgGeographicCoordinateSystem", "SimpleGeographicCoordinateSystem"))> like IGeographicCoordinateSystem {
    parameters:
        @display("p=100,150");
}

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Known subclasses

Name Type Description
EarthVisualization2 network (no description)
EarthVisualization3 network (no description)

Properties

Name Value Description
isNetwork

Source code

network EarthVisualizationShowcase
{
    submodules:
        visualizer: IntegratedVisualizer {
            parameters:
                @display("p=100,50");
        }
        coordinateSystem: <default(firstAvailableOrEmpty("OsgGeographicCoordinateSystem", "SimpleGeographicCoordinateSystem"))> like IGeographicCoordinateSystem {
            parameters:
                @display("p=100,150");
        }
}

File: showcases/visualizer/osg/earth/EarthVisualizationShowcase.ned