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
ConstructorsConstructorDescriptionTLcdEarthTileID(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- thexcoordinate of the tileaTileY- theycoordinate 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 thexcoordinate of the tile (e.g., column).- Returns:
- the
xcoordinate of the tile
-
getTileY
public long getTileY()Returns theycoordinate of the tile (e.g., row).- Returns:
- the
ycoordinate of the tile
-
equals
-
hashCode
public int hashCode() -
toString
-