Interface | Description |
---|---|
MapProjection |
function that converts latitude/longitude coordinates
to internally used x/z coordinates
|
Class | Description |
---|---|
EmptyTerrainBuilder |
utility class for building geometry representing empty terrain.
|
LatLon |
an immutable coordinate pair with latitude and longitude
|
LatLonBounds |
an area on the globe represented by two coordinate pairs,
each with latitude and longitude.
|
MetricMapProjection |
Map projection that is intended to use the "dense" space
of floating point values by making all coordinates relative to
the origin.
|
OriginMapProjection |
abstract map projection superclass with configurable coordinate origin
|
OrthographicAzimuthalMapProjection |
application of an orthographic projection that is intended to use
values in meters centered around the coordinate center (0,0).
|
OSMToMapDataConverter |
converts
OSMData into the internal map data representation |