| Package | Description |
|---|---|
| com.ars.aerodata.A424A_enums | |
| com.ars.aerodata.A424A_records |
| Modifier and Type | Method and Description |
|---|---|
static ControlledASIndicator |
ControlledASIndicator.fromValue(String v) |
static ControlledASIndicator |
ControlledASIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlledASIndicator[] |
ControlledASIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected ControlledASIndicator |
Airport.controlledASIndicator
The “Controlled Airspace Indicator” field is used to indicate if an airport is associated with controlled airspace of a terminal type such as a Terminal Control Area (TMA or TCA) Radar Area or Class B or C Airspace within the USA.
|
| Modifier and Type | Method and Description |
|---|---|
ControlledASIndicator |
Airport.getControlledASIndicator()
Gets the value of the controlledASIndicator property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Airport.setControlledASIndicator(ControlledASIndicator value)
Sets the value of the controlledASIndicator property.
|
Copyright © 2017. All rights reserved.