Package com.luciad.earth.util
Class TLcdEarthTileID
java.lang.Object
com.luciad.earth.util.TLcdEarthTileID
An identifier for a single tile in an
ILcdEarthTileSet
.- Since:
- 10.1
-
Constructor Summary
ConstructorDescriptionTLcdEarthTileID
(int aLevel, long aTileX, long aTileY) Creates a new tile identifier -
Method Summary
-
Constructor Details
-
TLcdEarthTileID
public TLcdEarthTileID(int aLevel, long aTileX, long aTileY) Creates a new tile identifier- Parameters:
aLevel
- the level of the tileaTileX
- thex
coordinate of the tileaTileY
- they
coordinate of the tile
-
-
Method Details
-
getLevel
public int getLevel()The level of the tile.- Returns:
- the level of the tile
-
getTileX
public long getTileX()Returns thex
coordinate of the tile (e.g., column).- Returns:
- the
x
coordinate of the tile
-
getTileY
public long getTileY()Returns they
coordinate of the tile (e.g., row).- Returns:
- the
y
coordinate of the tile
-
equals
-
hashCode
public int hashCode() -
toString
-