org.osm2world.core.map_data.creation
public interface MapProjection
Modifier and Type | Method and Description |
---|---|
double |
calcLat(VectorXZ pos)
inverse for
calcPos(double, double) |
double |
calcLon(VectorXZ pos)
inverse for
calcPos(double, double) |
VectorXZ |
calcPos(double lat,
double lon) |
VectorXZ |
calcPos(LatLon latlon) |
VectorXZ |
getNorthUnit()
returns a vector that points one meter to the north
from the position that becomes the coordinate origin
|
LatLon |
getOrigin()
returns the origin (i.e.
|
VectorXZ calcPos(double lat, double lon)
double calcLat(VectorXZ pos)
calcPos(double, double)
double calcLon(VectorXZ pos)
calcPos(double, double)
VectorXZ getNorthUnit()
LatLon getOrigin()