TileSystem
insteadpublic class Mercator extends Object implements MapViewConstants
ANIMATION_DURATION_DEFAULT, ANIMATION_DURATION_LONG, ANIMATION_DURATION_SHORT, ANIMATION_SMOOTHNESS_DEFAULT, ANIMATION_SMOOTHNESS_HIGH, ANIMATION_SMOOTHNESS_LOW, DEBUGMODE, MINIMUM_ZOOMLEVEL, NOT_SET
Modifier and Type | Method and Description |
---|---|
static BoundingBoxE6 |
getBoundingBoxFromCoords(int left,
int top,
int right,
int bottom,
int zoom)
Deprecated.
Get bounding box from reverse Mercator projection.
|
static BoundingBoxE6 |
getBoundingBoxFromPointInMapTile(android.graphics.Point aMapTile,
int aZoom)
Deprecated.
Get bounding box from reverse Mercator projection.
|
static android.graphics.Point |
projectGeoPoint(double aLat,
double aLon,
int aZoom,
android.graphics.Point aReuse)
Deprecated.
Mercator projection of GeoPoint at given zoom level
|
static android.graphics.Point |
projectGeoPoint(IGeoPoint aGeoPoint,
int aZoom,
android.graphics.Point aReuse)
Deprecated.
Mercator projection of GeoPoint at given zoom level
|
static android.graphics.Point |
projectGeoPoint(int aLatE6,
int aLonE6,
int aZoom,
android.graphics.Point aReuse)
Deprecated.
Mercator projection of GeoPoint at given zoom level
|
static GeoPoint |
projectPoint(int x,
int y,
int aZoom)
Deprecated.
Reverse Mercator projection of Point at given zoom level
|
static double |
tile2lat(int y,
int aZoom)
Deprecated.
|
static double |
tile2lon(int x,
int aZoom)
Deprecated.
|
public static android.graphics.Point projectGeoPoint(int aLatE6, int aLonE6, int aZoom, android.graphics.Point aReuse)
aLatE6
- latitude in degrees [-89000000 to 89000000]aLonE6
- longitude in degrees [-180000000 to 180000000]aZoom
- zoom levelaReuse
- public static android.graphics.Point projectGeoPoint(IGeoPoint aGeoPoint, int aZoom, android.graphics.Point aReuse)
aGeoPoint
- aZoom
- zoom levelaReuse
- public static android.graphics.Point projectGeoPoint(double aLat, double aLon, int aZoom, android.graphics.Point aReuse)
aLat
- latitude in degrees [-89 to 89]aLon
- longitude in degrees [-180 to 180]aZoom
- zoom levelaReuse
- public static BoundingBoxE6 getBoundingBoxFromCoords(int left, int top, int right, int bottom, int zoom)
left
- top
- right
- bottom
- zoom
- public static BoundingBoxE6 getBoundingBoxFromPointInMapTile(android.graphics.Point aMapTile, int aZoom)
aMapTile
- aZoom
- public static GeoPoint projectPoint(int x, int y, int aZoom)
public static double tile2lon(int x, int aZoom)
public static double tile2lat(int y, int aZoom)
Copyright © 2015. All Rights Reserved.