VisibilityOperator.ElevationInput Property
Gets or sets the operator that provides elevation data.
Syntax
public Operator ElevationInput { get; set; }
Property Value
Remarks
This input should provide rasters with the ground elevations above sea level. The unit can be specified with the property VerticalUnit.
The rasters of tree heights may contain integers or floats.
If they contain integers, they may have any bit depth, but computations are done in 16 bits internally, and if a ground elevation plus a tree height is greater than 32767 (the greatest 16-bit integer, or 2^15 - 1), then it will be silently replaced by 32767.
If they contain floats, there are no such restrictions.
To gain speed, it is possible to compute in multiple resolutions; see the property FirstResolutionChange (not available for an AirspaceCoverageOperator).
Platforms
Windows, Linux, Android