AirspaceCoverageOperator.Mode Property
Whether to output the merged volume, its complement, or both.
Syntax
public AirspaceCoverageMode Mode { get; set; }
Property Value
Default: Default
Whether to output the volume defined by the viewsheds and the conditions given by minObserver and observerTypeConditions (default), or the complement of that volume with respect to the area of interest, or both.
Remarks
The Default mode creates output features (as specified by OutputVolumeMesh, OutputCoverageRaster, and OutputVolumeEncodingRaster) representing the volume defined by the overlaps of the viewsheds of the observers as determined by the conditions in MinObservers and ObserverTypeConditions.
The OutputMinVisibilityHeights output type is unaffected by the Mode; it always represents the merged volume.
The Complement mode creates output features representing the volume defined as the complement of the Default volume with respect to the extruded polygon from AreaOfInterestInput.
When Mode is Both, features are generated for both the default and complement volumes.
The output features can be distinguished by the boolean attribute acopComplement, which will have the value True on features representing the complement and False otherwise. This can be used to filter features when Mode = Both.
Note that the Complement mode and the Both mode can be used only if the AreaOfInterestInput is defined and gives a polygon feature.
Platforms
Windows, Linux, Android