Class Summary |
EarthLocationTuple |
RealTuple implementation of EarthLocation for representing a
location on the earth's surface in terms of latitude, longitude
and altitude above sea level. |
LatLonTuple |
RealTuple implementation of LatLonPoint for defining lat/lon points |
MapProjection |
Abstract class for coordinate systems that support (lat,lon) <-> (x,y)
with a reference coordinate system of (lat, lon) or (lon, lat). |
NamedLocationTuple |
Tuple implementation of NamedLocation for representing a
location on the earth's surface in terms of latitude, longitude
and altitude above sea level and some sort of identifier. |
NavigatedCoordinateSystem |
Abstract class for CoordinateSystems that have RealType.Latitude
and RealType.Longitude in their reference RealTupleType. |
TrivialMapProjection |
A trivial implementation for a MapProjection which provides an
identity coordinate system with a default bounding box. |
TrivialNavigation |
|