Package com.stimulsoft.report.maps.gis
Class StiGisProjection
java.lang.Object
com.stimulsoft.report.maps.gis.StiGisProjection
- Direct Known Subclasses:
StiMercatorGisProjection
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final doubleprotected static final doubleprotected static final doubleprotected static final doubleprotected static final doubleprotected static final doubleprotected static final doubleprotected static final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static doubleclip(double n, double minValue, double maxValue) abstract StiGisPointfromLatLngToPixel(double lat, double lng, int zoom) final StiGisPointfromLatLngToPixel(StiGisPointLatLng p, int zoom) abstract StiGisPointLatLngfromPixelToLatLng(int x, int y, int zoom) final StiGisPointLatLngfromPixelToLatLng(StiGisPoint p, int zoom) abstract StiGisSizegetTileMatrixMaxXY(int zoom) abstract StiGisSizegetTileMatrixMinXY(int zoom) getTileMatrixSizePixel(int zoom) getTileMatrixSizeXY(int zoom) final intprotected int
-
Field Details
-
HALF_PI
protected static final double HALF_PI- See Also:
-
TWO_PI
protected static final double TWO_PI- See Also:
-
EPSLoN
protected static final double EPSLoN- See Also:
-
MAX_VAL
protected static final double MAX_VAL- See Also:
-
MAXLONG
protected static final double MAXLONG- See Also:
-
DBLLONG
protected static final double DBLLONG- See Also:
-
R2D
protected static final double R2D- See Also:
-
D2R
protected static final double D2R- See Also:
-
-
Constructor Details
-
StiGisProjection
protected StiGisProjection()
-
-
Method Details
-
getTileValue
protected int getTileValue() -
getTileSize
public final int getTileSize() -
fromLatLngToPixel
-
fromPixelToLatLng
-
fromLatLngToPixel
-
fromPixelToLatLng
-
fromPixelToTileXY
-
getTileMatrixSizeXY
-
getTileMatrixSizePixel
-
getTileMatrixMinXY
-
getTileMatrixMaxXY
-
clip
protected static double clip(double n, double minValue, double maxValue)
-