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
ConstructorDescriptionMultilevelTileCoordinate
(long level, long column, long row) Constructor for multilevel tile coordinates. -
Method Summary