Interface ILcdAIXMRunwayFeature

All Superinterfaces:
ILcdRunwayFeature

public interface ILcdAIXMRunwayFeature extends ILcdRunwayFeature
This interface extends the more general applicable features defined in the ILcdRunwayFeature 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 class defining the available data object properties for an AIXM runway is TLcdAIXMRunwayDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    An identifier for the aerodrome to which the runway is associated.
    static final String
    The beginning date and time of validity for the features of the runway.
    static final String
    The end date and time of validity for the features of the runway.
    static final String
    The runway designator represents the textual designator of the runway, used to distinguish physical runways at an aerodrome that has more than one.
    static final String
    A textual description of the runway marking.
    static final String
    An artificial unique identifier in a given context.
    static final String
    A code indicating the operational status of a runway.
    static final String
    The profile description is a textual description of the runway profile contained in the State AIP as described in ICAO Annex 15, AD 2.12, Item 7.
    static final String
    Free text remarks.
    static final String
    A code indicating the method used to measure the surface strength.
    static final String
    The unit of measurement for the strip dimensions.
    static final String
    The value of the physical length of the strip.
    static final String
    A value specifying the longitudinal offset of the strip when it is not symmetrically extended beyond the two runway ends.
    static final String
    The value of the physical width of the strip.
    static final String
    A value specifying the lateral offset of the strip when it is not symmetrically extended beyond the two runway ends.
    static final String
    A code indicating the condition of a runway surface.
    static final String
    The surface strength in character format, according to the value of the STRENGTH_METHOD feature.

    Fields inherited from interface com.luciad.ais.model.aerodrome.ILcdRunwayFeature

    LENGTH, LENGTH_UNIT, SURFACE_TYPE, WIDTH, WIDTH_UNIT
  • Field Details

    • DESIGNATOR

      static final String DESIGNATOR
      The runway designator represents the textual designator of the runway, used to distinguish physical runways at an aerodrome that has more than one. The designator is of the type String.
      See Also:
    • AERODROME_IDENTIFICATION

      static final String AERODROME_IDENTIFICATION
      An identifier for the aerodrome to which the runway is associated. The identifier is of the type String.
      See Also:
    • SURFACE_CONDITION

      static final String SURFACE_CONDITION
      A code indicating the condition of a runway surface. The condition is of the type TLcdRunwaySurfaceConditionType.
      See Also:
    • STRENGTH_METHOD

      static final String STRENGTH_METHOD
      A code indicating the method used to measure the surface strength. The strength method is of the type TLcdRunwaySurfaceStrengthMethodType.
      See Also:
    • SURFACE_STRENGTH

      static final String SURFACE_STRENGTH
      The surface strength in character format, according to the value of the STRENGTH_METHOD feature. The surface strength is of the type String.
      See Also:
    • STRIP_LENGTH

      static final String STRIP_LENGTH
      The value of the physical length of the strip. The length is of the type Float.
      See Also:
    • STRIP_WIDTH

      static final String STRIP_WIDTH
      The value of the physical width of the strip. The width is of the type Float.
      See Also:
    • STRIP_LENGTH_OFFSET

      static final String STRIP_LENGTH_OFFSET
      A value specifying the longitudinal offset of the strip when it is not symmetrically extended beyond the two runway ends. The offset is of the type Float.
      See Also:
    • STRIP_WIDTH_OFFSET

      static final String STRIP_WIDTH_OFFSET
      A value specifying the lateral offset of the strip when it is not symmetrically extended beyond the two runway ends. The offset is of the type Float.
      See Also:
    • STRIP_DIMENSION_UNIT

      static final String STRIP_DIMENSION_UNIT
      The unit of measurement for the strip dimensions. The unit of measurement is of the type TLcdDistanceUnit.
      See Also:
    • OPERATIONAL_STATUS

      static final String OPERATIONAL_STATUS
      A code indicating the operational status of a runway. The operational status is of the type TLcdRunwayOperationalStatusType.
      See Also:
    • PROFILE_DESCRIPTION

      static final String PROFILE_DESCRIPTION
      The profile description is a textual description of the runway profile contained in the State AIP as described in ICAO Annex 15, AD 2.12, Item 7. The profile description is of the type String.
      See Also:
    • MARKING

      static final String MARKING
      A textual description of the runway marking. The marking 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 runway. 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 runway. 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:
    • REMARK

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