Package com.gaia3d.terrain.tile
Class TileIndices
java.lang.Object
com.gaia3d.terrain.tile.TileIndices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyFrom(TileIndices tileIndices) getChildLeftDownTileIndices(boolean originIsLeftUp) getChildLeftUpTileIndices(boolean originIsLeftUp) getChildRightDownTileIndices(boolean originIsLeftUp) getChildRightUpTileIndices(boolean originIsLeftUp) getDownTileIndices(boolean originIsLeftUp) getLeftDownTileIndices(boolean originIsLeftUp) getLeftTileIndices(boolean originIsLeftUp) getLeftUpTileIndices(boolean originIsLeftUp) getRightDownTileIndices(boolean originIsLeftUp) getRightTileIndices(boolean originIsLeftUp) getRightUpTileIndices(boolean originIsLeftUp) getUpTileIndices(boolean originIsLeftUp) booleanisCoincident(TileIndices tileIndices) booleanisValid()voidloadDataInputStream(BigEndianDataInputStream dataInputStream) voidsaveDataOutputStream(BigEndianDataOutputStream dataOutputStream) voidset(int x, int y, int l)
-
Constructor Details
-
TileIndices
public TileIndices()
-
-
Method Details
-
set
public void set(int x, int y, int l) -
copyFrom
-
isCoincident
-
saveDataOutputStream
-
loadDataInputStream
- Throws:
IOException
-
isValid
public boolean isValid() -
getLeftDownTileIndices
-
getDownTileIndices
-
getRightDownTileIndices
-
getRightTileIndices
-
getRightUpTileIndices
-
getUpTileIndices
-
getLeftUpTileIndices
-
getLeftTileIndices
-
getChildLeftUpTileIndices
-
getChildRightUpTileIndices
-
getChildLeftDownTileIndices
-
getChildRightDownTileIndices
-
getString
-