Class SpecialArea
Special Activity Area primary record.
public class SpecialArea : Fix, IIcao, IIdentity, INamed
- Inheritance
-
objectSpecialArea
- Implements
- Inherited Members
Remarks
See section 4.1.33.1.
Properties
CommType
Communications Type (COMM TYPE) field.
public CommType CommType { get; set; }
Property Value
Remarks
See section 5.101.
ControllingAgency
Controlling Agency field.
public string? ControllingAgency { get; set; }
Property Value
Remarks
See section 5.140.
Frequency
Communications Frequency (COMM FREQ) field.
public Frequency Frequency { get; set; }
Property Value
Remarks
See section 5.103.
Name
Restrictive Airspace Name field.
public string? Name { get; set; }
Property Value
Remarks
See section 5.126.
Port
public Port Port { get; set; }
Property Value
Privacy
Public/Military Indicator (PUB/MIL) character.
public Privacy Privacy { get; set; }
Property Value
Remarks
See section 5.177.
Size
Special Activity Area Size field.
public float Size { get; set; }
Property Value
- float
Nautical miles.
Remarks
See section 5.280.
Times
Special Activity Area Operating Times field.
public OperatingTimes Times { get; set; }
Property Value
Remarks
See section 5.282.
Type
Activity Type character.
public ActivityType Type { get; set; }
Property Value
Remarks
See section 5.278.
Up
Lower/Upper Limit field.
public Altitude Up { get; set; }
Property Value
Remarks
See section 5.121.
UpUnit
/Unit Indicator (UNIT IND) character.
public LimitUnit UpUnit { get; set; }
Property Value
Remarks
See section 5.133.
Volume
Special Activity Area Volume character.
public char Volume { get; set; }
Property Value
Remarks
See section 5.281.