Package org.osm2world.core.map_data.creation

Interface Summary
MapProjection function that converts latitude/longitude coordinates to internally used x/z coordinates
 

Class Summary
HackMapProjection quick-and-dirty projection that is intended to use the "dense" space of floating point values, and tries to make 1 meter the distance represented by 1 internal unit
LatLon an immutable coordinate pair with latitude and longitude
MercatorProjection  
OSMToMapDataConverter converts OSMData into the internal map data representation