Class StiGisTileMatrix

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

public final class StiGisTileMatrix extends Object implements Closeable
  • Constructor Details

    • StiGisTileMatrix

      public StiGisTileMatrix()
  • Method Details

    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • clearAllLevels

      public void clearAllLevels()
    • clearLevelsBelove

      public void clearLevelsBelove(int zoom)
    • clearLevelsAbove

      public void clearLevelsAbove(int zoom)
    • contains

      public boolean contains(int zoom, StiGisPoint p)
    • get

      public StiGisTile get(int zoom, StiGisPoint p)
    • set

      public void set(StiGisTile t)
    • Dispose

      public void Dispose(boolean disposing)
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable