Package com.luciad.models
Class MultilevelTileCoordinate
java.lang.Object
com.luciad.models.MultilevelTileCoordinate
Represents the coordinate of a tile in a multilevel tiled structure.
It contains the level, the column, and the row.
This class can be used to identify tiles from, for example, raster models created by:
-
Constructor Summary
ConstructorsConstructorDescriptionMultilevelTileCoordinate
(long level, long column, long row) Constructor for multilevel tile coordinates. -
Method Summary
-
Constructor Details
-
MultilevelTileCoordinate
public MultilevelTileCoordinate(long level, long column, long row) Constructor for multilevel tile coordinates.All three coordinates are required.
-
-
Method Details
-
getLevel
public long getLevel()The detail level of the tile. -
getColumn
public long getColumn()The column index of the tile. -
getRow
public long getRow()The row index of the tile. -
toString
-
equals
-
hashCode
public int hashCode()
-