Class TLcdDAFIFRunwayDataProperties
java.lang.Object
com.luciad.format.dafif.model.aerodrome.TLcdDAFIFRunwayDataProperties
This class provides easy access to the properties of the Runway type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identification of the aerodrome.static final TLcdDataProperty
A boolean flag indicating whether the runway is closed or not.static final TLcdDataProperty
The identification of the high end direction.static final TLcdDataProperty
The length of the runway.static final TLcdDataProperty
The unit of measurement of the length.static final TLcdDataProperty
The identification of the low end direction.static final TLcdDataProperty
The original datum in which the geometry was encoded.static final TLcdDataProperty
A code reporting the pavement strength.static final TLcdDataProperty
A code indicating the composition of the runway surface.static final TLcdDataProperty
The width of the runway.static final TLcdDataProperty
The unit of measurement of the width. -
Method Summary
-
Field Details
-
AERODROME_IDENTIFICATION
The identification of the aerodrome. The aerodrome identification is of the typeString
. -
HIGH_END_IDENTIFIER
The identification of the high end direction. The high end identifier is of the typeString
. -
LOW_END_IDENTIFIER
The identification of the low end direction. The low end identifier is of the typeString
. -
LENGTH
The length of the runway. The length is of the typeDouble
. -
LENGTH_UNIT
The unit of measurement of the length. The unit of measurement of the length is of typeTLcdDistanceUnit
. -
WIDTH
The width of the runway. The width is of the typeDouble
. -
WIDTH_UNIT
The unit of measurement of the width. The unit of measurement of the width is of the typeTLcdDistanceUnit
. -
SURFACE_TYPE
A code indicating the composition of the runway surface. The surface type is of the typeTLcdRunwaySurfaceType
. -
PAVEMENT_CLASSIFICATION_NUMBER
A code reporting the pavement strength. The pavement classification number is of the typeString
. -
CLOSED_UNUSABLE
A boolean flag indicating whether the runway is closed or not. The type of the usability flag isBoolean
. -
ORIGINAL_DATUM
The original datum in which the geometry was encoded. Values are instances ofILcdGeodeticDatum
.
-