Uses of Interface
org.orekit.rugged.raster.TileFactory
-
Packages that use TileFactory 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 TileFactory in org.orekit.rugged.intersection.duvenhage
Classes in org.orekit.rugged.intersection.duvenhage that implement TileFactory Modifier and Type Class Description class
MinMaxTreeTileFactory
Simple implementation of aTileFactory
forMinMaxTreeTile
. -
Uses of TileFactory in org.orekit.rugged.raster
Classes in org.orekit.rugged.raster that implement TileFactory Modifier and Type Class Description class
SimpleTileFactory
Simple implementation of aTileFactory
forSimpleTile
.Constructors in org.orekit.rugged.raster with parameters of type TileFactory Constructor Description TilesCache(TileFactory<T> factory, TileUpdater updater, int maxTiles, boolean isOverlappingTiles)
Simple constructor.
-