Class StiGisCore

java.lang.Object
com.stimulsoft.report.maps.gis.StiGisCore
All Implemented Interfaces:
Closeable, AutoCloseable

public final class StiGisCore extends Object implements Closeable
  • Field Details

    • LevelsKeepInMemmory

      public static final int LevelsKeepInMemmory
      See Also:
    • allowLocalCache

      public boolean allowLocalCache
    • position

      public StiGisPointLatLng position
    • positionPixel

      public StiGisPoint positionPixel
    • renderOffset

      public StiGisPoint renderOffset
    • centerTileXYLocation

      public StiGisPoint centerTileXYLocation
    • centerTileXYLocationLast

      public StiGisPoint centerTileXYLocationLast
    • compensationOffset

      public StiGisPoint compensationOffset
    • sizeOfMapArea

      public StiGisSize sizeOfMapArea
    • minOfTiles

      public StiGisSize minOfTiles
    • maxOfTiles

      public StiGisSize maxOfTiles
    • tileRect

      public StiGisRect tileRect
    • matrix

      public StiGisTileMatrix matrix
    • tileDrawingList

      public ArrayList<StiGisDrawTile> 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

      public StiColor geometryColor
    • geometryLineSize

      public double geometryLineSize
  • Constructor Details

    • StiGisCore

      public StiGisCore()
  • Method Details