Uses of Interface
org.orekit.rugged.raster.Tile
-
Packages that use Tile Package Description org.orekit.rugged.errors This package provides classes to generate and handle exceptions.org.orekit.rugged.intersection.duvenhage This package provides the Digital Elevation Model intersection using Bernardt Duvenhage's algorithm.org.orekit.rugged.raster This package provides the interface used to update Digital Elevation Model tiles to be implemented by the user, the interface representing a raster tile, as well as a simple model. -
-
Uses of Tile in org.orekit.rugged.errors
Methods in org.orekit.rugged.errors with parameters of type Tile Modifier and Type Method Description static voidDumpManager. dumpTileCell(Tile tile, int latitudeIndex, int longitudeIndex, double elevation)Dump DEM cell data. -
Uses of Tile in org.orekit.rugged.intersection.duvenhage
Classes in org.orekit.rugged.intersection.duvenhage that implement Tile Modifier and Type Class Description classMinMaxTreeTileImplementation of aTilewith a min/max kd tree. -
Uses of Tile in org.orekit.rugged.raster
Classes in org.orekit.rugged.raster with type parameters of type Tile Modifier and Type Interface Description interfaceTileFactory<T extends Tile>Interface representing a factory for raster tile.classTilesCache<T extends Tile>Cache for Digital Elevation Modeltiles.Classes in org.orekit.rugged.raster that implement Tile Modifier and Type Class Description classSimpleTileSimple implementation of aTile.
-