-
public class TileSystemWebMercator extends TileSystem
-
-
Field Summary
Fields Modifier and Type Field Description public final static doubleMinLatitudepublic final static doubleMaxLatitudepublic final static doubleMinLongitudepublic final static doubleMaxLongitude
-
Method Summary
Modifier and Type Method Description doublegetX01FromLongitude(double pLongitude)Converts a longitude to its "X01" value,Same as getX01FromLongitude but without wrap doublegetY01FromLatitude(double pLatitude)Converts a latitude to its "Y01" value,Same as getY01FromLatitude but without wrap doublegetLongitudeFromX01(double pX01)doublegetLatitudeFromY01(double pY01)doublegetMinLatitude()doublegetMaxLatitude()doublegetMinLongitude()doublegetMaxLongitude()-
Methods inherited from class org.osmdroid.util.TileSystem
Clip, Clip, ClipToLong, GroundResolution, GroundResolution, GroundResolutionMapSize, LatLongToPixelXY, LatLongToPixelXY, LatLongToPixelXYMapSize, MapScale, MapSize, MapSize, PixelXYToLatLong, PixelXYToLatLong, PixelXYToLatLongMapSize, PixelXYToLatLongMapSizeWithoutWrap, PixelXYToLatLongWithoutWrap, PixelXYToTileXY, PixelXYToTileXY, PixelXYToTileXY, QuadKeyToTileXY, TileXYToPixelXY, TileXYToPixelXY, TileXYToQuadKey, cleanLatitude, cleanLongitude, getBoundingBoxZoom, getCleanMercator, getFactor, getGeoFromMercator, getInputTileZoomLevel, getLatitudeFromTileY, getLatitudeFromY01, getLatitudeZoom, getLongitudeFromTileX, getLongitudeFromX01, getLongitudeZoom, getMaximumZoomLevel, getMercatorFromGeo, getMercatorFromTile, getMercatorFromXY01, getMercatorXFromLongitude, getMercatorYFromLatitude, getRandomLatitude, getRandomLatitude, getRandomLongitude, getTileFromMercator, getTileFromMercator, getTileSize, getTileSize, getTileXFromLongitude, getTileYFromLatitude, getX01FromLongitude, getX01FromLongitude, getXY01FromMercator, getY01FromLatitude, isValidLatitude, isValidLongitude, setTileSize, toStringLatitudeSpan, toStringLongitudeSpan, truncateToInt -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getX01FromLongitude
double getX01FromLongitude(double pLongitude)
Converts a longitude to its "X01" value,Same as getX01FromLongitude but without wrap
-
getY01FromLatitude
double getY01FromLatitude(double pLatitude)
Converts a latitude to its "Y01" value,Same as getY01FromLatitude but without wrap
-
getLongitudeFromX01
double getLongitudeFromX01(double pX01)
-
getLatitudeFromY01
double getLatitudeFromY01(double pY01)
-
getMinLatitude
double getMinLatitude()
-
getMaxLatitude
double getMaxLatitude()
-
getMinLongitude
double getMinLongitude()
-
getMaxLongitude
double getMaxLongitude()
-
-
-
-