public interface ILcdAirspaceFeature
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS
A code that indicates the airspace classification.
|
static java.lang.String |
CYCLE_DATE
The calendar period in which the record was added to the file or last revised.
|
static java.lang.String |
LOWER_LIMIT
The numerical value of the lower limit of the airspace.
|
static java.lang.String |
LOWER_LIMIT_REFERENCE
A code indicating the convention of calculating the lower limit.
|
static java.lang.String |
LOWER_LIMIT_UNIT
The unit of measurement for the lower limit.
|
static java.lang.String |
NAME
The name of the airspace.
|
static java.lang.String |
TYPE
A code indicating the type of airspace.
|
static java.lang.String |
UPPER_LIMIT
The numerical value of the upper limit of the airspace.
|
static java.lang.String |
UPPER_LIMIT_REFERENCE
A code indicating the convention of calculating the upper limit.
|
static java.lang.String |
UPPER_LIMIT_UNIT
The unit of measurement for the upper limit.
|
static final java.lang.String NAME
String
.static final java.lang.String TYPE
TLcdAirspaceType
.static final java.lang.String UPPER_LIMIT
Float
.static final java.lang.String UPPER_LIMIT_UNIT
TLcdAltitudeUnit
static final java.lang.String UPPER_LIMIT_REFERENCE
TLcdAltitudeReference
.static final java.lang.String LOWER_LIMIT
Float
.static final java.lang.String LOWER_LIMIT_UNIT
TLcdAltitudeUnit
static final java.lang.String LOWER_LIMIT_REFERENCE
TLcdAltitudeReference
.static final java.lang.String CLASS
TLcdAirspaceClass
.static final java.lang.String CYCLE_DATE
String
.