Uses of Class
com.stimulsoft.report.maps.gis.StiGisPointLatLng
Packages that use StiGisPointLatLng
-
Uses of StiGisPointLatLng in com.stimulsoft.report.maps.gis
Fields in com.stimulsoft.report.maps.gis declared as StiGisPointLatLngMethods in com.stimulsoft.report.maps.gis that return StiGisPointLatLngModifier and TypeMethodDescriptionStiGisPointLatLng.clone()static final StiGisPointLatLngStiGisPointLatLng.empty()StiGisCore.fromLocalToLatLng(int x, int y) abstract StiGisPointLatLngStiGisProjection.fromPixelToLatLng(int x, int y, int zoom) final StiGisPointLatLngStiGisProjection.fromPixelToLatLng(StiGisPoint p, int zoom) StiMercatorGisProjection.fromPixelToLatLng(int x, int y, int zoom) StiGisRectLatLng.getLocationMiddle()StiGisRectLatLng.getLocationRightBottom()StiGisRectLatLng.getLocationTopLeft()StiGisCore.getPosition()static StiGisPointLatLngStiGisSizeLatLng.toStiGisPointLatLng(StiGisSizeLatLng size) Methods in com.stimulsoft.report.maps.gis that return types with arguments of type StiGisPointLatLngMethods in com.stimulsoft.report.maps.gis with parameters of type StiGisPointLatLngModifier and TypeMethodDescriptionbooleanStiGisRectLatLng.contains(StiGisPointLatLng pt) StiGisCore.fromLatLngToLocal(StiGisPointLatLng latlng) final StiGisPointStiGisProjection.fromLatLngToPixel(StiGisPointLatLng p, int zoom) voidStiGisRectLatLng.setLocationTopLeft(StiGisPointLatLng value) voidStiGisCore.setPosition(StiGisPointLatLng value) Method parameters in com.stimulsoft.report.maps.gis with type arguments of type StiGisPointLatLngModifier and TypeMethodDescriptionvoidStiGisPointMapGeometry.getAllPoints(StiRefObject<ArrayList<StiGisPointLatLng>> points) Constructors in com.stimulsoft.report.maps.gis with parameters of type StiGisPointLatLngModifierConstructorDescriptionStiGisRectLatLng(StiGisPointLatLng location, StiGisSizeLatLng size)