IGeographicCoordinateSystem

Package: inet.common.geometry.common

IGeographicCoordinateSystem

module interface

This module interface is used by geogrpahic coordinate systems. A geographic coordinate system maps playground coordinates to geographic coordinates, and vice versa.

Inheritance diagram

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

Implemented by

Name Type Description
OsgGeographicCoordinateSystem simple module

This module provides an accurate geographic coordinate system using the built-in OSG API.

SimpleGeographicCoordinateSystem simple module

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

Properties

Name Value Description
display i=block/table2_s

Source code

//
// This module interface is used by geogrpahic coordinate systems. A geographic
// coordinate system maps playground coordinates to geographic coordinates, and
// vice versa.
//
moduleinterface IGeographicCoordinateSystem
{
    parameters:
        @display("i=block/table2_s");
}

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