VerticalProfileOperator.LandCoverHeightInput Property
Gets or sets the input operator that gives rasters containing the heights above ground of the land cover.
Syntax
public Operator LandCoverHeightInput { get; set; }
Property Value
Default: null
An operator that gives a numeric raster with the land-cover heights above ground.
Remarks
The unit of the numeric raster cell heights should be given by the ElevationUnit.
Wherever this input does not give well-defined heights, the LandCoverHeightDefault will be used instead.
For more details, see LandCoverInput.
Platforms
Windows, Linux, Android