com.supermap.services.components.impl

Class AdjacentTileIndex

  • All Implemented Interfaces:
    java.io.Serializable


    public class AdjacentTileIndex
    extends TileIndex
    
    Adjacent Tile Index. See # getAdjacentTiles ()

    Since:
    6.1.3
    See Also:
    Serialized Form
    • Method Detail

      • equals

        public boolean equals(java.lang.Object other)
        
        Description copied from class: TileIndex

        Determines whether the specified Object object is the same as the current object.

        Overrides:
        equals in class TileIndex
        Parameters:
        other - the object that is compared with the current object.
        Returns:
        true if the two objects are equal, or false otherwise.
      • hashCode

        public int hashCode()
        
        Description copied from class: TileIndex

        Gets the hash code value for the current object.

        Overrides:
        hashCode in class TileIndex
        Returns:
        hash code value.
      • toString

        public java.lang.String toString()
        
        Description copied from class: TileIndex

        Returns tile index in the form of a string.

        Overrides:
        toString in class TileIndex
        Returns:
        Returns tile index.