Package: inet.common.geometry.common
IGeographicCoordinateSystem
module interfaceThis module interface is used by geographic coordinate systems. A geographic coordinate system maps scene 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 |
Source code
// // This module interface is used by geographic coordinate systems. A geographic // coordinate system maps scene coordinates to geographic coordinates, and // vice versa. // moduleinterface IGeographicCoordinateSystem { parameters: @display("i=block/table2"); }File: src/inet/common/geometry/common/GeographicCoordinateSystem.ned