| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MinMaxTreeTile
Implementation of a
Tile with a min/max kd tree. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Tile
Interface representing a raster tile.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTile
Simple implementation of a
Tile. |
| Modifier and Type | Method and Description |
|---|---|
void |
TileUpdater.updateTile(double latitude,
double longitude,
UpdatableTile tile)
Update the tile according to the Digital Elevation Model.
|
Copyright © 2014-2020 CS GROUP. All rights reserved.