Network EarthVisualization2

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

(no description)

IntegratedVisualizer OsgGeographicCoordinateSystem PhysicalEnvironment

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.

Extends:

Name Type Description
EarthVisualizationExample 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 EarthVisualization2 extends EarthVisualizationExample
{
    submodules:
        physicalEnvironment: PhysicalEnvironment {
            @display("p=100,246");
        }
}