AirRouteOperator.TreeHeightInput Property
Gets or sets an input operator that provides rasters with tree heights above ground, in meters.
Syntax
public Operator TreeHeightInput { get; set; }
Property Value
Default: null
An Operator that provides rasters with tree heights above ground, in meters.
Remarks
The operator should give numeric rasters where the cell values represent tree heights above ground. If the operator is missing or does not give any raster, the tree heights are assumed to be zero. The rasters do not have to be expressed in the same Coordinate Reference System as those from ElevationInput, since the tree-height rasters will be reprojected if necessary.
Platforms
Windows, Linux, Android