AirspaceCoverageOperator.ObserverTypeAttribute Property
Gets or sets the observer-type attribute name.
Syntax
public Atom ObserverTypeAttribute { get; set; }
Property Value
Default: observerType
The name of the observer-feature attribute that identifies the observer type.
Remarks
This property defines how the type of an observer is determined from the observer feature. This is only needed when using ObserverTypeConditions.
The observer type is given by an Atom attribute on the observer feature; this property controls which that attribute is. For example, if the observer features in ObserverInput contain an attribute called sensor_type with a value of either CAMERA or RADAR, you would set this property to sensor_type.
Platforms
Windows, Linux, Android