IGeographicCoordinateSystem
Package: inet.common.geometry.common
IGeographicCoordinateSystem
module interfaceInterface for 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 |
Provides an accurate geographic coordinate system using the built-in OSG API. |
| SimpleGeographicCoordinateSystem | simple module |
Provides a very simple and less accurate geographic coordinate system without using OSG. It doesn't support orientation. |
Used in
| Name | Type | Description |
|---|---|---|
| EarthVisualizationShowcase | network | (no description) |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/table2 |
Source code
// // Interface for 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