EarthVisualization2

Package: inet.showcases.visualizer.osg.earth

EarthVisualization2

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");
} physicalEnvironment : PhysicalEnvironment

The propagation of communication signals, the movement of communicating agents, or battery...

Source:
physicalEnvironment: PhysicalEnvironment {
    @display("p=100,246");
}

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
EarthVisualizationShowcase network (no description)

Properties

Name Value Description
isNetwork

Source code

network EarthVisualization2 extends EarthVisualizationShowcase
{
    submodules:
        physicalEnvironment: PhysicalEnvironment {
            @display("p=100,246");
        }
}

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