com.supermap.services.components.impl
Class AdjacentTileIndex
- java.lang.Object
-
- com.supermap.services.components.commontypes.TileIndex
-
- com.supermap.services.components.impl.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classAdjacentTileIndex.AdjacentEdge
-
Field Summary
Fields Modifier and Type Field and Description AdjacentTileIndex.AdjacentEdge[]adjacentEdgesThe edgesMultiTileadjacent / shared with-
Fields inherited from class com.supermap.services.components.commontypes.TileIndex
columnIndex, rowIndex
-
-
Constructor Summary
Constructors Constructor and Description AdjacentTileIndex(AdjacentTileIndex tileIndex)AdjacentTileIndex(int colIndex, int rowIndex, AdjacentTileIndex.AdjacentEdge... edges)AdjacentTileIndex(TileIndex tileIndex, AdjacentTileIndex.AdjacentEdge... edges)
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object other)Determines whether the specified Object object is the same as the current object.inthashCode()Gets the hash code value for the current object.java.lang.StringtoString()Returns tile index in the form of a string.
-
-
-
Field Detail
-
adjacentEdges
public AdjacentTileIndex.AdjacentEdge[] adjacentEdges
The edgesMultiTileadjacent / shared with
-
-
Constructor Detail
-
AdjacentTileIndex
public AdjacentTileIndex(int colIndex, int rowIndex, AdjacentTileIndex.AdjacentEdge... edges)
-
AdjacentTileIndex
public AdjacentTileIndex(TileIndex tileIndex, AdjacentTileIndex.AdjacentEdge... edges)
-
AdjacentTileIndex
public AdjacentTileIndex(AdjacentTileIndex tileIndex)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
Description copied from class:TileIndexDetermines whether the specified Object object is the same as the current object.
-
hashCode
public int hashCode()
Description copied from class:TileIndexGets the hash code value for the current object.
-
-