LineOfSightOperator.OutputVolumeMesh Property
Gets or sets whether the operator should output mesh features that represent volumes.
Syntax
public System.Boolean OutputVolumeMesh { get; set; }
Property Value
Default: Differs depending on type. See the table below.
Whether the operator should output mesh features that represent volumes.
Default values
Class | Default value |
---|---|
AirspaceCoverageOperator | false |
LineOfSightOperator | false |
TargetLineOfSightOperator | Not used. |
Remarks
A volume mesh feature represents a three-dimensional output volume, and can be used to display the volume in a 3D presentation using a GlobeView.
To produce this kind of output, the operator will internally represent altitudes above sea level in meters as signed 16-bit integers, and the two largest such integers have special meanings, so the highest representable altitude is 32 765 meters above sea level.
LineOfSightOperator
A LineOfSightOperator will produce one mesh feature per observer feature, representing the viewshed volume of the observer. The mesh feature will get copies of all the attributes of its observer feature (except for the special geoType attribute).
AirspaceCoverageOperator
For an AirspaceCoverageOperator, the volume mesh features can represent the merged viewshed volume of all observers, or its complement, or both, depending on the mode property. An AirspaceCoverageOperator cannot copy attributes from observer features to the mesh features. But each mesh feature will get a boolean attribute acopComplement that tells whether it represents the complement.
Platforms
Windows, Linux, Android