Module Interface IGeographicCoordinateSystem

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

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

IGeographicCoordinateSystem

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.

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