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 Link icon

    • MultilevelTileInfo Link icon

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

    • finalize Link icon

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

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

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

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

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

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