Class TLcdEarthTileID

java.lang.Object
com.luciad.earth.util.TLcdEarthTileID

public class TLcdEarthTileID extends Object
An identifier for a single tile in an ILcdEarthTileSet.
Since:
10.1
  • Constructor Details Link icon

    • TLcdEarthTileID Link icon

      public TLcdEarthTileID(int aLevel, long aTileX, long aTileY)
      Creates a new tile identifier
      Parameters:
      aLevel - the level of the tile
      aTileX - the x coordinate of the tile
      aTileY - the y coordinate of the tile
  • Method Details Link icon

    • getLevel Link icon

      public int getLevel()
      The level of the tile.
      Returns:
      the level of the tile
    • getTileX Link icon

      public long getTileX()
      Returns the x coordinate of the tile (e.g., column).
      Returns:
      the x coordinate of the tile
    • getTileY Link icon

      public long getTileY()
      Returns the y coordinate of the tile (e.g., row).
      Returns:
      the y coordinate of the tile
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object