Class MultilevelTileInfo

java.lang.Object
com.luciad.models.rasters.MultilevelTileInfo
All Implemented Interfaces:
AutoCloseable

public final class MultilevelTileInfo extends Object implements AutoCloseable
A class storing information about a multilevel tile.
Since:
2024.0
  • Constructor Details

    • MultilevelTileInfo

      public MultilevelTileInfo(@NotNull Bounds bounds, @NotNull MultilevelTileCoordinate tileCoordinate)
      Creates a new MultilevelTileInfo.
      Parameters:
      bounds - the bounds.
      tileCoordinate - the tile coordinate.
  • Method Details

    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • getBounds

      @NotNull public Bounds getBounds()
      Returns the bounds for this tile.
      Returns:
      the bounds for this tile.
    • getTileCoordinate

      @NotNull public MultilevelTileCoordinate getTileCoordinate()
      Returns the tile coordinate for this tile.
      Returns:
      the tile coordinate for this tile.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(@Nullable Object other)
      Overrides:
      equals in class Object