Class TileMatrix

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

public class TileMatrix extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • deleteObjects

      public void deleteObjects()
    • makeMatrixMesh

      public void makeMatrixMesh(boolean isFirstGeneration) throws org.opengis.referencing.operation.TransformException, IOException
      Throws:
      org.opengis.referencing.operation.TransformException
      IOException
    • saveQuantizedMeshes

      public void saveQuantizedMeshes(List<TerrainMesh> separatedMeshes) throws IOException
      Throws:
      IOException
    • saveSeparatedTiles

      public boolean saveSeparatedTiles(List<TerrainMesh> separatedMeshes)
    • recalculateElevation

      public void recalculateElevation(TerrainMesh terrainMesh, TileRange tilesRange) throws org.opengis.referencing.operation.TransformException, IOException
      Throws:
      org.opengis.referencing.operation.TransformException
      IOException
    • mustRefineTriangle

      public boolean mustRefineTriangle(TerrainTriangle triangle) throws org.opengis.referencing.operation.TransformException, IOException
      Throws:
      org.opengis.referencing.operation.TransformException
      IOException
    • refineMesh

      public void refineMesh(TerrainMesh mesh, TileRange tilesRange) throws org.opengis.referencing.operation.TransformException, IOException
      Throws:
      org.opengis.referencing.operation.TransformException
      IOException