Interface ILcdAIXMAirspaceFeature

All Superinterfaces:
ILcdAirspaceFeature

public interface ILcdAIXMAirspaceFeature extends 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 Details

    • IDENTIFIER

      static final String IDENTIFIER
      A published unique identifier associated with the airspace. The identifier is of the type String.
      See Also:
    • AIRSPACE_ACTIVITY

      static final String 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 type TLcdAirspaceActivityType.
      See Also:
    • MILITARY

      static final String MILITARY
      A code indicating whether the airspace is under the responsibility of a military organisation. The military indicator is of the type String.
      See Also:
    • LOCAL_TYPE

      static final String LOCAL_TYPE
      A type designator used locally for a particular airspace category. The local type designator is of the type String.
      See Also:
    • DATE_FROM

      static final String DATE_FROM
      The beginning date and time of validity for the features of the airspace. The date is of the type String.
      See Also:
    • DATE_TILL

      static final String DATE_TILL
      The end date and time of validity for the features of the airspace. The date is of the type String.
      See Also:
    • MID

      static final String MID
      An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the type String.
      See Also:
    • LOCATION_INDICATOR

      static final String LOCATION_INDICATOR
      A code indicating the location indicator according to ICAO Doc. 7910. The location indicator is of the type String.
      See Also:
    • MINIMUM_LIMIT

      static final String MINIMUM_LIMIT
      The numerical value of the minimum limit of the airspace. The minimum limit is of the type Float.
      See Also:
    • MINIMUM_LIMIT_UNIT

      static final String MINIMUM_LIMIT_UNIT
      The unit of measurement for the minimum limit. The minimum limit unit is of the type TLcdAltitudeUnit.
      See Also:
    • MINIMUM_LIMIT_REFERENCE

      static final String MINIMUM_LIMIT_REFERENCE
      A code indicating the convention of calculating the minimum limit. The minimum limit reference point is of the type TLcdAltitudeReference.
      See Also:
    • MAXIMUM_LIMIT

      static final String MAXIMUM_LIMIT
      The numerical value of the maximum limit of the airspace. The maximum limit is of the type Float.
      See Also:
    • MAXIMUM_LIMIT_UNIT

      static final String MAXIMUM_LIMIT_UNIT
      The unit of measurement for the maximum limit. The maximum limit unit is of the type TLcdAltitudeUnit.
      See Also:
    • MAXIMUM_LIMIT_REFERENCE

      static final String MAXIMUM_LIMIT_REFERENCE
      A code indicating the convention of calculating the maximum limit. The maximum limit reference point is of the type TLcdAltitudeReference.
      See Also:
    • LOWER_UPPER_LIMIT

      static final String LOWER_UPPER_LIMIT
      The limit between the upper and the lower airspace expressed in flight levels. The lower/upper limit is of the type Float.
      See Also:
    • REMARK

      static final String REMARK
      Free text remarks. The remark is of the type String.
      See Also: