Class TileWgs84Manager

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

public class TileWgs84Manager extends Object
  • Constructor Details

    • TileWgs84Manager

      public TileWgs84Manager()
  • Method Details

    • deleteObjects

      public void deleteObjects()
    • makeTempFilesFromQuantizedMeshes

      public void makeTempFilesFromQuantizedMeshes(int depth)
    • makeTileMeshes

      public void makeTileMeshes() throws IOException, org.opengis.referencing.operation.TransformException, org.opengis.referencing.FactoryException
      Throws:
      IOException
      org.opengis.referencing.operation.TransformException
      org.opengis.referencing.FactoryException
    • makeTileMeshesContinue

      public void makeTileMeshesContinue() throws IOException, org.opengis.referencing.operation.TransformException, org.opengis.referencing.FactoryException
      Throws:
      IOException
      org.opengis.referencing.operation.TransformException
      org.opengis.referencing.FactoryException
    • timeFormat

      public String timeFormat(long time)
    • getMaxTriangleSizeForTileDepth

      public double getMaxTriangleSizeForTileDepth(int depth)
    • getMinTriangleSizeForTileDepth

      public double getMinTriangleSizeForTileDepth(int depth)
    • getMaxDiffBetweenGeoTiffSampleAndTrianglePlane

      public double getMaxDiffBetweenGeoTiffSampleAndTrianglePlane(int depth)
    • getTilePath

      public String getTilePath(TileIndices tileIndices)
    • getQuantizedMeshTileFolderPath

      public String getQuantizedMeshTileFolderPath(TileIndices tileIndices)
    • getQuantizedMeshTilePath

      public String getQuantizedMeshTilePath(TileIndices tileIndices)
    • loadOrCreateTileWgs84

      public TileWgs84 loadOrCreateTileWgs84(TileIndices tileIndices) throws IOException, org.opengis.referencing.operation.TransformException
      Throws:
      IOException
      org.opengis.referencing.operation.TransformException
    • loadTileWgs84

      public TileWgs84 loadTileWgs84(TileIndices tileIndices) throws IOException
      Throws:
      IOException
    • processStandardizeRasters

      public void processStandardizeRasters()
    • standardizeRasters

      public void standardizeRasters(List<String> geoTiffFileNames)
    • processResizeRasters

      public void processResizeRasters(String terrainElevationDataFolderPath, String currentFolderPath) throws IOException, org.opengis.referencing.FactoryException
      Throws:
      IOException
      org.opengis.referencing.FactoryException
    • resizeRasters

      public void resizeRasters(String terrainElevationDataFolderPath, String currentFolderPath) throws IOException, org.opengis.referencing.FactoryException
      Throws:
      IOException
      org.opengis.referencing.FactoryException
    • originIsLeftUp

      public boolean originIsLeftUp()