Class TLcdDAFIFRunwayDataProperties

java.lang.Object
com.luciad.format.dafif.model.aerodrome.TLcdDAFIFRunwayDataProperties

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

    • AERODROME_IDENTIFICATION

      public static final TLcdDataProperty AERODROME_IDENTIFICATION
      The identification of the aerodrome. The aerodrome identification is of the type String.
    • HIGH_END_IDENTIFIER

      public static final TLcdDataProperty HIGH_END_IDENTIFIER
      The identification of the high end direction. The high end identifier is of the type String.
    • LOW_END_IDENTIFIER

      public static final TLcdDataProperty LOW_END_IDENTIFIER
      The identification of the low end direction. The low end 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.
    • PAVEMENT_CLASSIFICATION_NUMBER

      public static final TLcdDataProperty PAVEMENT_CLASSIFICATION_NUMBER
      A code reporting the pavement strength. The pavement classification number is of the type String.
    • CLOSED_UNUSABLE

      public static final TLcdDataProperty CLOSED_UNUSABLE
      A boolean flag indicating whether the runway is closed or not. The type of the usability flag is Boolean.
    • ORIGINAL_DATUM

      public static final TLcdDataProperty ORIGINAL_DATUM
      The original datum in which the geometry was encoded. Values are instances of ILcdGeodeticDatum.