Package com.stimulsoft.report.maps.gis
Class StiMercatorGisProjection
java.lang.Object
com.stimulsoft.report.maps.gis.StiGisProjection
com.stimulsoft.report.maps.gis.StiMercatorGisProjection
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromLatLngToPixel(double lat, double lng, int zoom) fromPixelToLatLng(int x, int y, int zoom) doublegetAxis()doublegetTileMatrixMaxXY(int zoom) getTileMatrixMinXY(int zoom) static final StiMercatorGisProjectioninstance()Methods inherited from class com.stimulsoft.report.maps.gis.StiGisProjection
clip, fromLatLngToPixel, fromPixelToLatLng, fromPixelToTileXY, getTileMatrixSizePixel, getTileMatrixSizeXY, getTileSize, getTileValue
-
Constructor Details
-
StiMercatorGisProjection
public StiMercatorGisProjection()
-
-
Method Details
-
instance
-
getBounds
-
getAxis
public double getAxis() -
getFlattening
public double getFlattening() -
fromLatLngToPixel
- Specified by:
fromLatLngToPixelin classStiGisProjection
-
fromPixelToLatLng
- Specified by:
fromPixelToLatLngin classStiGisProjection
-
getTileMatrixMinXY
- Specified by:
getTileMatrixMinXYin classStiGisProjection
-
getTileMatrixMaxXY
- Specified by:
getTileMatrixMaxXYin classStiGisProjection
-