Class TileIndices

java.lang.Object
com.gaia3d.terrain.tile.TileIndices

public class TileIndices extends Object
  • Constructor Details

    • TileIndices

      public TileIndices()
  • Method Details

    • set

      public void set(int x, int y, int l)
    • copyFrom

      public void copyFrom(TileIndices tileIndices)
    • isCoincident

      public boolean isCoincident(TileIndices tileIndices)
    • saveDataOutputStream

      public void saveDataOutputStream(BigEndianDataOutputStream dataOutputStream)
    • loadDataInputStream

      public void loadDataInputStream(BigEndianDataInputStream dataInputStream) throws IOException
      Throws:
      IOException
    • isValid

      public boolean isValid()
    • getLeftDownTileIndices

      public TileIndices getLeftDownTileIndices(boolean originIsLeftUp)
    • getDownTileIndices

      public TileIndices getDownTileIndices(boolean originIsLeftUp)
    • getRightDownTileIndices

      public TileIndices getRightDownTileIndices(boolean originIsLeftUp)
    • getRightTileIndices

      public TileIndices getRightTileIndices(boolean originIsLeftUp)
    • getRightUpTileIndices

      public TileIndices getRightUpTileIndices(boolean originIsLeftUp)
    • getUpTileIndices

      public TileIndices getUpTileIndices(boolean originIsLeftUp)
    • getLeftUpTileIndices

      public TileIndices getLeftUpTileIndices(boolean originIsLeftUp)
    • getLeftTileIndices

      public TileIndices getLeftTileIndices(boolean originIsLeftUp)
    • getChildLeftUpTileIndices

      public TileIndices getChildLeftUpTileIndices(boolean originIsLeftUp)
    • getChildRightUpTileIndices

      public TileIndices getChildRightUpTileIndices(boolean originIsLeftUp)
    • getChildLeftDownTileIndices

      public TileIndices getChildLeftDownTileIndices(boolean originIsLeftUp)
    • getChildRightDownTileIndices

      public TileIndices getChildRightDownTileIndices(boolean originIsLeftUp)
    • getString

      public String getString()