Class TLcdAIXMAirspaceDataProperties
java.lang.Object
com.luciad.format.aixm.model.airspace.TLcdAIXMAirspaceDataProperties
This class provides easy access to the properties of the Airspace type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A code indicating the primary activity taking place in the airspace or the reason for its establishment.static final TLcdDataProperty
The beginning date and time of validity for the features of the airspace.static final TLcdDataProperty
A code that indicates the airspace classification.static final TLcdDataProperty
The end date and time of validity for the features of the airspace.static final TLcdDataProperty
A published unique identifier associated with the airspace.static final TLcdDataProperty
A type designator used locally for a particular airspace category.static final TLcdDataProperty
A code indicating the location indicator according to ICAO Doc.static final TLcdDataProperty
The numerical value of the lower limit of the airspace.static final TLcdDataProperty
A code indicating the convention of calculating the lower limit.static final TLcdDataProperty
The unit of measurement for the lower limit.static final TLcdDataProperty
The limit between the upper and the lower airspace expressed in flight levels.static final TLcdDataProperty
The numerical value of the maximum limit of the airspace.static final TLcdDataProperty
A code indicating the convention of calculating the maximum limit.static final TLcdDataProperty
The unit of measurement for the maximum limit.static final TLcdDataProperty
An artificial unique identifier in a given context.static final TLcdDataProperty
A code indicating whether the airspace is under the responsibility of a military organisation.static final TLcdDataProperty
The numerical value of the minimum limit of the airspace.static final TLcdDataProperty
A code indicating the convention of calculating the minimum limit.static final TLcdDataProperty
The unit of measurement for the minimum limit.static final TLcdDataProperty
The name of the airspace.static final TLcdDataProperty
Free text remarks.static final TLcdDataProperty
A code indicating the type of airspace.static final TLcdDataProperty
The numerical value of the upper limit of the airspace.static final TLcdDataProperty
A code indicating the convention of calculating the upper limit.static final TLcdDataProperty
The unit of measurement for the upper limit. -
Method Summary
-
Field Details
-
TYPE
A code indicating the type of airspace. The type is of typeTLcdAirspaceType
. -
IDENTIFIER
A published unique identifier associated with the airspace. The identifier is of the typeString
. -
NAME
The name of the airspace. The name is of typeString
. -
CLASS
A code that indicates the airspace classification. The class is of the typeTLcdAirspaceClass
. -
AIRSPACE_ACTIVITY
A code indicating the primary activity taking place in the airspace or the reason for its establishment. The airspace activity is of the typeTLcdAirspaceActivityType
. -
MILITARY
A code indicating whether the airspace is under the responsibility of a military organisation. The military indicator is of the typeString
. -
LOCAL_TYPE_DESIGNATOR
A type designator used locally for a particular airspace category. The local type designator is of the typeString
. -
BEGINNING_DATE
The beginning date and time of validity for the features of the airspace. The date is of the typeString
. -
END_DATE
The end date and time of validity for the features of the airspace. The date is of the typeString
. -
MID
An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the typeString
. -
LOCATION_INDICATOR
A code indicating the location indicator according to ICAO Doc. 7910. The location indicator is of the typeString
. -
MINIMUM_LIMIT
The numerical value of the minimum limit of the airspace. The minimum limit is of the typeFloat
. -
MINIMUM_LIMIT_REFERENCE
A code indicating the convention of calculating the minimum limit. The minimum limit reference point is of the typeTLcdAltitudeReference
. -
MINIMUM_LIMIT_UNIT
The unit of measurement for the minimum limit. The minimum limit unit is of the typeTLcdAltitudeUnit
. -
LOWER_LIMIT
The numerical value of the lower limit of the airspace. The lower limit is of the typeFloat
. -
LOWER_LIMIT_REFERENCE
A code indicating the convention of calculating the lower limit. The lower limit reference point is of the typeTLcdAltitudeReference
. -
LOWER_LIMIT_UNIT
The unit of measurement for the lower limit. The lower limit unit is of the typeTLcdAltitudeUnit
-
LOWER_UPPER_LIMIT
The limit between the upper and the lower airspace expressed in flight levels. The lower/upper limit is of the typeFloat
. -
UPPER_LIMIT
The numerical value of the upper limit of the airspace. The upper limit is of the typeFloat
. -
UPPER_LIMIT_REFERENCE
A code indicating the convention of calculating the upper limit. The upper limit reference point is of the typeTLcdAltitudeReference
. -
UPPER_LIMIT_UNIT
The unit of measurement for the upper limit. The upper limit unit is of the typeTLcdAltitudeUnit
-
MAXIMUM_LIMIT
The numerical value of the maximum limit of the airspace. The maximum limit is of the typeFloat
. -
MAXIMUM_LIMIT_REFERENCE
A code indicating the convention of calculating the maximum limit. The maximum limit reference point is of the typeTLcdAltitudeReference
. -
MAXIMUM_LIMIT_UNIT
The unit of measurement for the maximum limit. The maximum limit unit is of the typeTLcdAltitudeUnit
. -
REMARK
Free text remarks. The remark is of the typeString
.
-