Uses of Class
com.stimulsoft.report.maps.gis.StiGisPoint
Packages that use StiGisPoint
-
Uses of StiGisPoint in com.stimulsoft.report.maps.gis
Fields in com.stimulsoft.report.maps.gis declared as StiGisPointModifier and TypeFieldDescriptionStiGisCore.centerTileXYLocationStiGisCore.centerTileXYLocationLastStiGisCore.compensationOffsetStiGisCore.positionPixelStiGisDrawTile.posPixelStiGisDrawTile.posXYStiGisCore.renderOffsetMethods in com.stimulsoft.report.maps.gis that return StiGisPointModifier and TypeMethodDescriptionStiGisPoint.clone()static final StiGisPointStiGisPoint.empty()StiGisCore.fromLatLngToLocal(StiGisPointLatLng latlng) abstract StiGisPointStiGisProjection.fromLatLngToPixel(double lat, double lng, int zoom) final StiGisPointStiGisProjection.fromLatLngToPixel(StiGisPointLatLng p, int zoom) StiMercatorGisProjection.fromLatLngToPixel(double lat, double lng, int zoom) StiGisProjection.fromPixelToTileXY(StiGisPoint p) StiGisRect.getLeftBottom()StiGisRect.getLocation()StiGisTile.getPos()StiGisRect.getRightBottom()StiGisRect.getRightTop()Methods in com.stimulsoft.report.maps.gis with parameters of type StiGisPointModifier and TypeMethodDescriptionbooleanStiGisRect.contains(StiGisPoint pt) booleanStiGisTileMatrix.contains(int zoom, StiGisPoint p) final StiGisPointLatLngStiGisProjection.fromPixelToLatLng(StiGisPoint p, int zoom) StiGisProjection.fromPixelToTileXY(StiGisPoint p) StiGisTileMatrix.get(int zoom, StiGisPoint p) StiGisCore.getImageFrom(StiOpenStreetMapProvider provider, StiGisPoint pos, int zoom) protected static intStiOpenStreetMapProvider.getServerNum(StiGisPoint pos, int max) StiOpenStreetMapProvider.getTileImage(StiGisPoint pos, int zoom) voidStiGisPoint.offset(StiGisPoint p) voidStiGisPoint.offsetNegative(StiGisPoint p) voidStiGisRect.offsetNegative(StiGisPoint pos) voidStiGisRect.setLocation(StiGisPoint value) voidStiGisTile.setPos(StiGisPoint value) Constructors in com.stimulsoft.report.maps.gis with parameters of type StiGisPointModifierConstructorDescriptionStiGisRect(StiGisPoint location, StiGisSize size) StiGisTile(int zoom, StiGisPoint pos)