Package com.stimulsoft.report.maps.gis
Class StiGisCore
java.lang.Object
com.stimulsoft.report.maps.gis.StiGisCore
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleandoubleintbooleanbooleanstatic final intbooleanintintbooleanintboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()voidDispose(boolean disposing) protected voidfinalize()fromLatLngToLocal(StiGisPointLatLng latlng) fromLocalToLatLng(int x, int y) getIcon()getImageFrom(StiOpenStreetMapProvider provider, StiGisPoint pos, int zoom) intintgetZoom()voidvoidinitGeometryColor(StiColor color, double lineSize) voidonMapSizeChanged(int width, int height) voidvoidsetIcon(StiFontIcons value) voidsetIconColor(StiColor value) voidsetPosition(StiGisPointLatLng value) voidvoidsetZoom(int value) void
-
Field Details
-
LevelsKeepInMemmory
public static final int LevelsKeepInMemmory- See Also:
-
allowLocalCache
public boolean allowLocalCache -
position
-
positionPixel
-
renderOffset
-
centerTileXYLocation
-
centerTileXYLocationLast
-
compensationOffset
-
sizeOfMapArea
-
minOfTiles
-
maxOfTiles
-
tileRect
-
matrix
-
tileDrawingList
-
width
public int width -
height
public int height -
isDragging
public boolean isDragging -
zoomToArea
public boolean zoomToArea -
mouseWheelZooming
public boolean mouseWheelZooming -
okZoom
public volatile int okZoom -
skipOverZoom
public volatile int skipOverZoom -
isStarted
public volatile boolean isStarted -
updatingBounds
public boolean updatingBounds -
geometryColor
-
geometryLineSize
public double geometryLineSize
-
-
Constructor Details
-
StiGisCore
public StiGisCore()
-
-
Method Details
-
finalize
-
getLanguageStr
-
getIcon
-
setIcon
-
getIconColor
-
setIconColor
-
getZoom
public int getZoom() -
setZoom
public void setZoom(int value) -
getPosition
-
setPosition
-
getProvider
-
setProvider
-
getViewArea
-
getIconColorGdi
-
initGeometryColor
-
setZoomToFitRect
-
goToCurrentPositionOnZoom
public void goToCurrentPositionOnZoom() -
onMapSizeChanged
public void onMapSizeChanged(int width, int height) -
fromLocalToLatLng
-
fromLatLngToLocal
-
getMaxZoomToFitRect
-
reloadMap
public void reloadMap() -
cancelAsyncTasks
public void cancelAsyncTasks() -
getImageFrom
-
Dispose
public void Dispose(boolean disposing) -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-