|
bool | IsBathymetry = false |
| Flag indicating wether the values on the raster must be considered as elevations (false) or depths (true)
|
|
Ellipsoid | RefEllipsoid = WGS84Ellipsoid() |
| The reference ellipsoid of the tile (needed to compute horizon occlusion point)
|
|
int | HeighMapSamplingSteps = 256 |
| Sampling steps. Maximum = 256!
|
|
float | ClippingHighValue = std::numeric_limits<float>::infinity() |
| Maximum value allowed on the raster, clip values if larger.
|
|
float | ClippingLowValue = -std::numeric_limits<float>::infinity() |
| Minimum value allowed on the raster, clip values if smaller.
|
|
float | AboveSeaLevelScaleFactor = -1 |
| Scale factor to apply to the readings above sea level (ignored if < 0)
|
|
float | BelowSeaLevelScaleFactor = -1 |
| Scale factor to apply to the readings below sea level (ignored if < 0)
|
|
The documentation for this struct was generated from the following file: