Package com.luciad.models.rasters
Class MultilevelTileInfo
java.lang.Object
com.luciad.models.rasters.MultilevelTileInfo
- All Implemented Interfaces:
AutoCloseable
A class storing information about a multilevel tile.
- Since:
- 2024.0
-
Constructor Summary
ConstructorDescriptionMultilevelTileInfo
(Bounds bounds, MultilevelTileCoordinate tileCoordinate) Creates a new MultilevelTileInfo. -
Method Summary
-
Constructor Details
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getBounds
Returns the bounds for this tile.- Returns:
- the bounds for this tile.
-
getTileCoordinate
Returns the tile coordinate for this tile.- Returns:
- the tile coordinate for this tile.
-
hashCode
public int hashCode() -
equals
-