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, truncateToInt
public double getX01FromLongitude(double pLongitude)
TileSystem
getX01FromLongitude
but without wrapgetX01FromLongitude
in class TileSystem
public double getY01FromLatitude(double pLatitude)
TileSystem
getY01FromLatitude
but without wrapgetY01FromLatitude
in class TileSystem
public double getLongitudeFromX01(double pX01)
getLongitudeFromX01
in class TileSystem
public double getLatitudeFromY01(double pY01)
getLatitudeFromY01
in class TileSystem
public double getMinLatitude()
getMinLatitude
in class TileSystem
public double getMaxLatitude()
getMaxLatitude
in class TileSystem
public double getMinLongitude()
getMinLongitude
in class TileSystem
public double getMaxLongitude()
getMaxLongitude
in class TileSystem