|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Projection
Interface for projection system calculation implementations
| Method Summary | |
|---|---|
Point |
mapPosToWgs(MapPos pos)
Convert a point on pixel map to WGS84 coordinates (decimal coordinates * 1000000) |
MapPos |
wgsToMapPos(Point wgs,
int zoom)
Convert WGS84 coordinates to pixel point on map |
| Method Detail |
|---|
Point mapPosToWgs(MapPos pos)
pos - pixel point on the map (on 256x256 pixels map of the world 0E 0N
is located at map pixel 128x : 128y)
MapPos wgsToMapPos(Point wgs,
int zoom)
wgs - WGS84 coordinates (decimal coordinates * 1000000)zoom - zoom level for the map
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||