Interface ILcdAIXMAirspaceFeature
- All Superinterfaces:
ILcdAirspaceFeature
This interface extends the more general applicable features defined in the
ILcdAirspaceFeature
interface with AIXM specific features.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
This interface defines the features (properties) that can be requested through ILcdFeatured
.
A more preferred and generic way to access the properties of a domain object is through ILcdDataObject
.
The related classes defining the available data object properties for AIXM airspaces are
TLcdAIXMAirspaceDataProperties
, TLcdAIXMAirspaceCorridorDataProperties
and TLcdAIXMAssociationBasedAirspaceDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A code indicating the primary activity taking place in the airspace or the reason for its establishment.static final String
The beginning date and time of validity for the features of the airspace.static final String
The end date and time of validity for the features of the airspace.static final String
A published unique identifier associated with the airspace.static final String
A type designator used locally for a particular airspace category.static final String
A code indicating the location indicator according to ICAO Doc.static final String
The limit between the upper and the lower airspace expressed in flight levels.static final String
The numerical value of the maximum limit of the airspace.static final String
A code indicating the convention of calculating the maximum limit.static final String
The unit of measurement for the maximum limit.static final String
An artificial unique identifier in a given context.static final String
A code indicating whether the airspace is under the responsibility of a military organisation.static final String
The numerical value of the minimum limit of the airspace.static final String
A code indicating the convention of calculating the minimum limit.static final String
The unit of measurement for the minimum limit.static final String
Free text remarks.Fields inherited from interface com.luciad.ais.model.airspace.ILcdAirspaceFeature
CLASS, CYCLE_DATE, LOWER_LIMIT, LOWER_LIMIT_REFERENCE, LOWER_LIMIT_UNIT, NAME, TYPE, UPPER_LIMIT, UPPER_LIMIT_REFERENCE, UPPER_LIMIT_UNIT
-
Field Details
-
IDENTIFIER
A published unique identifier associated with the airspace. The identifier is of the typeString
.- See Also:
-
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
.- See Also:
-
MILITARY
A code indicating whether the airspace is under the responsibility of a military organisation. The military indicator is of the typeString
.- See Also:
-
LOCAL_TYPE
A type designator used locally for a particular airspace category. The local type designator is of the typeString
.- See Also:
-
DATE_FROM
The beginning date and time of validity for the features of the airspace. The date is of the typeString
.- See Also:
-
DATE_TILL
The end date and time of validity for the features of the airspace. The date is of the typeString
.- See Also:
-
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
.- See Also:
-
LOCATION_INDICATOR
A code indicating the location indicator according to ICAO Doc. 7910. The location indicator is of the typeString
.- See Also:
-
MINIMUM_LIMIT
The numerical value of the minimum limit of the airspace. The minimum limit is of the typeFloat
.- See Also:
-
MINIMUM_LIMIT_UNIT
The unit of measurement for the minimum limit. The minimum limit unit is of the typeTLcdAltitudeUnit
.- See Also:
-
MINIMUM_LIMIT_REFERENCE
A code indicating the convention of calculating the minimum limit. The minimum limit reference point is of the typeTLcdAltitudeReference
.- See Also:
-
MAXIMUM_LIMIT
The numerical value of the maximum limit of the airspace. The maximum limit is of the typeFloat
.- See Also:
-
MAXIMUM_LIMIT_UNIT
The unit of measurement for the maximum limit. The maximum limit unit is of the typeTLcdAltitudeUnit
.- See Also:
-
MAXIMUM_LIMIT_REFERENCE
A code indicating the convention of calculating the maximum limit. The maximum limit reference point is of the typeTLcdAltitudeReference
.- See Also:
-
LOWER_UPPER_LIMIT
The limit between the upper and the lower airspace expressed in flight levels. The lower/upper limit is of the typeFloat
.- See Also:
-
REMARK
Free text remarks. The remark is of the typeString
.- See Also:
-