Network EarthVisualizationExample

Package: inet.showcases.visualizer.earth
File: showcases/visualizer/earth/EarthVisualizationExample.ned

(no description)

IntegratedVisualizer OsgGeographicCoordinateSystem

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

Unassigned submodule parameters:

Name Type Default value Description
coordinateSystem.playgroundLatitude double

latitude coordinate of the playground origin

coordinateSystem.playgroundLongitude double

longitude coordinate of the playground origin

coordinateSystem.playgroundAltitude double 0m

altitude coordinate of the playground origin

coordinateSystem.playgroundHeading double 0deg

heading of the playground

coordinateSystem.playgroundElevation double 0deg

elevation of the playground

coordinateSystem.playgroundBank double 0deg

bank of the playground

Source code:

network EarthVisualizationExample
{
    submodules:
        visualizer: IntegratedVisualizer {
            parameters:
                @display("p=100,50");
        }
        coordinateSystem: OsgGeographicCoordinateSystem {
            parameters:
                @display("p=100,150");
        }
}