|
GDAL
|
Options for viewshed generation. More...
#include <viewshed_types.h>
Public Attributes | |
| Point | observer {0, 0, 0} |
| x, y, and z of the observer | |
| double | visibleVal {255} |
| raster output value for visible pixels. | |
| double | invisibleVal {0} |
| raster output value for non-visible pixels. | |
| double | outOfRangeVal |
| raster output value for pixels outside of max distance. | |
| double | nodataVal {-1} |
| raster output value for pixels with no data | |
| double | targetHeight {0.0} |
| target height above the DEM surface | |
| double | maxDistance |
| maximum distance from observer to compute value | |
| double | minDistance |
| minimum distance from observer to compute value. | |
| double | startAngle {0.0} |
| start angle of observable range | |
| double | endAngle {0.0} |
| end angle of observable range | |
| double | lowPitch |
| minimum pitch (vertical angle) of observable points | |
| double | highPitch |
| maximum pitch (vertical angle) of observable points | |
| double | curveCoeff {.85714} |
| coefficient for atmospheric refraction | |
| OutputMode | outputMode {OutputMode::Normal} |
| Normal, Height from DEM or Height from ground. | |
| std::string | outputFormat {} |
| output raster format | |
| std::string | outputFilename {} |
| output raster filename | |
| CPLStringList | creationOpts {} |
| options for output raster creation | |
| CellMode | cellMode {CellMode::Edge} |
| Mode of cell height calculation. | |
| int | observerSpacing {10} |
| Observer spacing in cumulative mode. | |
| uint8_t | numJobs {3} |
| Relative number of jobs in cumulative mode. | |
Options for viewshed generation.
| double gdal::viewshed::Options::highPitch |
maximum pitch (vertical angle) of observable points
| double gdal::viewshed::Options::lowPitch |
minimum pitch (vertical angle) of observable points
| double gdal::viewshed::Options::maxDistance |
maximum distance from observer to compute value
| double gdal::viewshed::Options::minDistance |
minimum distance from observer to compute value.
| double gdal::viewshed::Options::outOfRangeVal |
raster output value for pixels outside of max distance.
| OutputMode gdal::viewshed::Options::outputMode {OutputMode::Normal} |
Normal, Height from DEM or Height from ground.
Output information.