ObserverTypeCondition.MinCounts Property
Gets the attribute set that represents one way to cover a position by observers of different types.
Syntax
public AttributeSet MinCounts { get; }
Property Value
Default: Empty attribute set.
The attribute set that represents one way to cover a position by observers of different types.
Remarks
The attribute names represent various observer types, and their values are integers that indicate how many observers of each kind are needed. For example, to declare that a position in space is sufficiently covered if can be seen by at least two infrared sensors and at least one radar sensor, you can let the attribute set have an attribute named INFRARED with the value 2 and an attribute named RADAR with the value 1.
The AirspaceCoverageOperator.ObserverTypeConditions property is a collection of conditions. If the collection is non-empty, the meaning is that a position is sufficiently covered if at least one condition is satisfied.
The attribute values must be non-negative integers, and other kinds of values will throw an exception if used. An attribute value of zero is permitted but will have no effect (a requirement that a position must be seen by at least zero cameras, say, would be trivially satisfied anywhere). However, at least one attribute value must be a positive integer.
Platforms
Windows, Linux, Android