| Class | Description |
|---|---|
| BreaklineRelief |
Defines the interface for a relief component whis is represented using lines.
|
| Grid | |
| MassPointRelief |
Defines the interface for a relief component represented with mass of points.
|
| RasterRelief |
This interface defines a raster relief component which is the relief type used
when you represent the component with raster data.
|
| ReliefComponent |
Defines the abstract elements of a relief component, any particular relief
component must extend this class.
|
| ReliefFactory |
Factory class to retrieve blank relief component types, you can also create a relief feature
which is an object that aggregates the features in a Digital Terrain Model (DTM).
|
| ReliefFeature | |
| TINRelief |
Defines the interface for a relief component represented by a TIN (Triangulated
Irregular Network) element.
|