Package com.gaia3d.terrain.tile
Class TileIndices
java.lang.Object
com.gaia3d.terrain.tile.TileIndices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyFrom
(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) boolean
isCoincident
(TileIndices tileIndices) boolean
isValid()
void
loadDataInputStream
(BigEndianDataInputStream dataInputStream) void
saveDataOutputStream
(BigEndianDataOutputStream dataOutputStream) void
set
(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
-