AirspaceCoverageOperator.OutputCoverageRaster Property
Gets or sets whether to output coverage-raster features.
Syntax
public System.Boolean OutputCoverageRaster { get; set; }
Property Value
Default: false
Whether to output coverage-raster features.
Remarks
A coverage raster is a floating-point raster which, in each raster cell inside the area of interest, contains the proportion of the interesting elevation range that is covered by the merged result. The proportion is given as a value between 0.0 and 1.0. The interesting elevation range is determined by the values of AreaOfInterestBottomElevation and AreaOfInterestTopElevation, except that elevations under the ground are always uninteresting.
The coverage raster feature will have the following attributes:
Attribute name | Attribute type | Description |
---|---|---|
acopTotalVolume | Double | The total volume, in cubic kilometers, of the area of interest extruded to the top and bottom elevations, except for anything below ground. |
acopCoveredVolume | Double | The volume of the merged result – either the merged viewshed or its complement. Also in cubic kilometers. |
acopComplement | Bool | Tells whether the coverage raster describes the merged viewshed or its complement (as controlled via Mode). |
acopCoverage | Bool | This will always be True for a coverage raster. |
losopMinVisibilityHeights | Bool | This will always be False for a coverage raster. |
isVolumeEncodingRaster | Bool | This will always be False for a coverage raster. |
A coverage raster can be generated only if the AreaOfInterestInput is defined and gives a polygon feature.
Platforms
Windows, Linux, Android