Uses of Interface
org.orekit.rugged.raster.UpdatableTile
-
Packages that use UpdatableTile Package Description 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 UpdatableTile in org.orekit.rugged.intersection.duvenhage
Classes in org.orekit.rugged.intersection.duvenhage that implement UpdatableTile Modifier and Type Class Description class
MinMaxTreeTile
Implementation of aTile
with a min/max kd tree. -
Uses of UpdatableTile in org.orekit.rugged.raster
Subinterfaces of UpdatableTile in org.orekit.rugged.raster Modifier and Type Interface Description interface
Tile
Interface representing a raster tile.Classes in org.orekit.rugged.raster that implement UpdatableTile Modifier and Type Class Description class
SimpleTile
Simple implementation of aTile
.Methods in org.orekit.rugged.raster with parameters of type UpdatableTile Modifier and Type Method Description void
TileUpdater. updateTile(double latitude, double longitude, UpdatableTile tile)
Update the tile according to the Digital Elevation Model.
-