org.osm2world.core.map_data.creation
Interface MapProjection

All Known Implementing Classes:
HackMapProjection

public interface MapProjection

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


Method Summary
 VectorXZ calcPos(double lat, double lon)
           
 

Method Detail

calcPos

VectorXZ calcPos(double lat,
                 double lon)