
public class TileSystemWebMercator extends TileSystem
EarthRadius, primaryKeyMaxZoomLevel, projectionZoomLevel| Constructor and Description |
|---|
TileSystemWebMercator() |
| Modifier and Type | Method and Description |
|---|---|
double |
getLatitudeFromY01(double pY01) |
double |
getLongitudeFromX01(double pX01) |
double |
getMaxLatitude() |
double |
getMaxLongitude() |
double |
getMinLatitude() |
double |
getMinLongitude() |
double |
getX01FromLongitude(double pLongitude)
Converts a longitude to its "X01" value,
Same as
getX01FromLongitude but without wrap |
double |
getY01FromLatitude(double pLatitude)
Converts a latitude to its "Y01" value,
Same as
getY01FromLatitude but without wrap |
cleanLatitude, cleanLongitude, Clip, Clip, ClipToLong, 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, getXY01FromMercator, getY01FromLatitude, GroundResolution, GroundResolution, GroundResolutionMapSize, isValidLatitude, isValidLongitude, LatLongToPixelXY, LatLongToPixelXY, LatLongToPixelXYMapSize, MapScale, MapSize, MapSize, PixelXYToLatLong, PixelXYToLatLong, PixelXYToLatLongMapSize, PixelXYToLatLongMapSizeWithoutWrap, PixelXYToLatLongWithoutWrap, PixelXYToTileXY, PixelXYToTileXY, PixelXYToTileXY, QuadKeyToTileXY, setTileSize, TileXYToPixelXY, TileXYToPixelXY, TileXYToQuadKey, toStringLatitudeSpan, toStringLongitudeSpan, truncateToIntpublic double getX01FromLongitude(double pLongitude)
TileSystemgetX01FromLongitude but without wrapgetX01FromLongitude in class TileSystempublic double getY01FromLatitude(double pLatitude)
TileSystemgetY01FromLatitude but without wrapgetY01FromLatitude in class TileSystempublic double getLongitudeFromX01(double pX01)
getLongitudeFromX01 in class TileSystempublic double getLatitudeFromY01(double pY01)
getLatitudeFromY01 in class TileSystempublic double getMinLatitude()
getMinLatitude in class TileSystempublic double getMaxLatitude()
getMaxLatitude in class TileSystempublic double getMinLongitude()
getMinLongitude in class TileSystempublic double getMaxLongitude()
getMaxLongitude in class TileSystem