Class TLcdAIXMRunwayDataProperties
java.lang.Object
com.luciad.format.aixm.model.aerodrome.TLcdAIXMRunwayDataProperties
This class provides easy access to the properties of the Runway type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
An identifier for the aerodrome to which the runway is associated.static final TLcdDataProperty
The beginning date and time of validity for the features of the runway.static final TLcdDataProperty
The end date and time of validity for the features of the runway.static final TLcdDataProperty
A value specifying the lateral offset of the strip when it is not symmetrically extended beyond the two runway ends.static final TLcdDataProperty
The length of the runway.static final TLcdDataProperty
The unit of measurement of the length.static final TLcdDataProperty
A value specifying the longitudinal offset of the strip when it is not symmetrically extended beyond the two runway ends.static final TLcdDataProperty
A textual description of the runway marking.static final TLcdDataProperty
An artificial unique identifier in a given context.static final TLcdDataProperty
A code indicating the operational status of a runway.static final TLcdDataProperty
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 TLcdDataProperty
Free text remarks.static final TLcdDataProperty
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 TLcdDataProperty
The unit of measurement for the strip dimensions.static final TLcdDataProperty
The value of the physical length of the strip.static final TLcdDataProperty
The value of the physical width of the strip.static final TLcdDataProperty
A code indicating the condition of a runway surface.static final TLcdDataProperty
The surface strength in character format, according to the value of the STRENGTH_METHOD feature.static final TLcdDataProperty
A code indicating the method used to measure the surface 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
-
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 typeString
. -
AERODROME_IDENTIFICATION
An identifier for the aerodrome to which the runway is associated. The 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
. -
SURFACE_CONDITION
A code indicating the condition of a runway surface. The condition is of the typeTLcdRunwaySurfaceConditionType
. -
SURFACE_STRENGTH_METHOD
A code indicating the method used to measure the surface strength. The strength method is of the typeTLcdRunwaySurfaceStrengthMethodType
. -
SURFACE_STRENGTH
The surface strength in character format, according to the value of the STRENGTH_METHOD feature. The surface strength is of the typeString
. -
STRIP_LENGTH
The value of the physical length of the strip. The length is of the typeFloat
. -
STRIP_WIDTH
The value of the physical width of the strip. The width is of the typeFloat
. -
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 typeFloat
. -
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 typeFloat
. -
STRIP_DIMENSION_UNIT
The unit of measurement for the strip dimensions. The unit of measurement is of the typeTLcdDistanceUnit
. -
OPERATIONAL_STATUS
A code indicating the operational status of a runway. The operational status is of the typeTLcdRunwayOperationalStatusType
. -
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 typeString
. -
MARKING
A textual description of the runway marking. The marking is of the typeString
. -
BEGINNING_DATE
The beginning date and time of validity for the features of the runway. The date is of the typeString
. -
END_DATE
The end date and time of validity for the features of the runway. The date is of the typeString
. -
MID
An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the typeString
. -
REMARK
Free text remarks. The remark is of the typeString
.
-