SimpleGeographicCoordinateSystem

Package: inet.common.geometry.common

SimpleGeographicCoordinateSystem

simple module

This module provides a very simple and less accurate geographic coordinate system without using OSG. It doesn't support orientation.

Inheritance diagram

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

Parameters

Name Type Default value Description
sceneLatitude double

latitude coordinate of the scene origin

sceneLongitude double

longitude coordinate of the scene origin

sceneAltitude double 0m

altitude coordinate of the scene origin

Properties

Name Value Description
display i=block/table2

Source code

//
// This module provides a very simple and less accurate geographic coordinate
// system without using OSG. It doesn't support orientation.
//
simple SimpleGeographicCoordinateSystem like IGeographicCoordinateSystem
{
    parameters:
        @display("i=block/table2");
        double sceneLatitude @unit(deg); // latitude coordinate of the scene origin
        double sceneLongitude @unit(deg); // longitude coordinate of the scene origin
        double sceneAltitude @unit(m) = default(0m); // altitude coordinate of the scene origin
}

File: src/inet/common/geometry/common/GeographicCoordinateSystem.ned