Class TLcdAIXMRunwayDataProperties

java.lang.Object
com.luciad.format.aixm.model.aerodrome.TLcdAIXMRunwayDataProperties

public final class TLcdAIXMRunwayDataProperties extends Object
This class provides easy access to the properties of the Runway type.
See Also:
  • Field Details

    • RUNWAY_DESIGNATOR

      public static final TLcdDataProperty RUNWAY_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.
    • AERODROME_IDENTIFICATION

      public static final TLcdDataProperty AERODROME_IDENTIFICATION
      An identifier for the aerodrome to which the runway is associated. The identifier is of the type String.
    • LENGTH

      public static final TLcdDataProperty LENGTH
      The length of the runway. The length is of the type Double.
    • LENGTH_UNIT

      public static final TLcdDataProperty LENGTH_UNIT
      The unit of measurement of the length. The unit of measurement of the length is of type TLcdDistanceUnit.
    • WIDTH

      public static final TLcdDataProperty WIDTH
      The width of the runway. The width is of the type Double.
    • WIDTH_UNIT

      public static final TLcdDataProperty WIDTH_UNIT
      The unit of measurement of the width. The unit of measurement of the width is of the type TLcdDistanceUnit.
    • SURFACE_TYPE

      public static final TLcdDataProperty SURFACE_TYPE
      A code indicating the composition of the runway surface. The surface type is of the type TLcdRunwaySurfaceType.
    • SURFACE_CONDITION

      public static final TLcdDataProperty SURFACE_CONDITION
      A code indicating the condition of a runway surface. The condition is of the type TLcdRunwaySurfaceConditionType.
    • SURFACE_STRENGTH_METHOD

      public static final TLcdDataProperty SURFACE_STRENGTH_METHOD
      A code indicating the method used to measure the surface strength. The strength method is of the type TLcdRunwaySurfaceStrengthMethodType.
    • SURFACE_STRENGTH

      public static final TLcdDataProperty 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.
    • STRIP_LENGTH

      public static final TLcdDataProperty STRIP_LENGTH
      The value of the physical length of the strip. The length is of the type Float.
    • STRIP_WIDTH

      public static final TLcdDataProperty STRIP_WIDTH
      The value of the physical width of the strip. The width is of the type Float.
    • LONGITUDINAL_OFFSET_OF_THE_STRIP

      public static final TLcdDataProperty LONGITUDINAL_OFFSET_OF_THE_STRIP
      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.
    • LATERAL_OFFSET_OF_THE_STRIP

      public static final TLcdDataProperty LATERAL_OFFSET_OF_THE_STRIP
      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.
    • STRIP_DIMENSION_UNIT

      public static final TLcdDataProperty STRIP_DIMENSION_UNIT
      The unit of measurement for the strip dimensions. The unit of measurement is of the type TLcdDistanceUnit.
    • OPERATIONAL_STATUS

      public static final TLcdDataProperty OPERATIONAL_STATUS
      A code indicating the operational status of a runway. The operational status is of the type TLcdRunwayOperationalStatusType.
    • PROFILE_DESCRIPTION

      public static final TLcdDataProperty 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.
    • MARKING

      public static final TLcdDataProperty MARKING
      A textual description of the runway marking. The marking is of the type String.
    • BEGINNING_DATE

      public static final TLcdDataProperty BEGINNING_DATE
      The beginning date and time of validity for the features of the runway. The date is of the type String.
    • END_DATE

      public static final TLcdDataProperty END_DATE
      The end date and time of validity for the features of the runway. The date is of the type String.
    • MID

      public static final TLcdDataProperty 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.
    • REMARK

      public static final TLcdDataProperty REMARK
      Free text remarks. The remark is of the type String.