VisibilityOperator.ObserverHeightType Property
Gets or sets the type of height used for an observer (above sea-level, ground or treetops).
Syntax
public AttributeVariable< HeightType > ObserverHeightType { get; set; }
Property Value
Default: Differs depending on type. See the table below.
Determines relative which level the height of the observer is defined.
Default values
Class | Default value |
---|---|
AirspaceCoverageOperator | AboveSeaLevel |
LineOfSightOperator | AboveSeaLevel |
TargetLineOfSightOperator | AboveSeaLevel |
VisibilityIndexOperator | AboveGround |
Remarks
This property specifies what type of level the observer's height is in relation to. For LineOfSightOperator and its derived classes TargetLineOfSightOperator and AirspaceCoverageOperator, this property is used only when the LineOfSightOperator.CarrierType is Airborne.
Platforms
Windows, Linux, Android