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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyAn identifier for the aerodrome to which the runway is associated.static final TLcdDataPropertyThe beginning date and time of validity for the features of the runway.static final TLcdDataPropertyThe end date and time of validity for the features of the runway.static final TLcdDataPropertyA value specifying the lateral offset of the strip when it is not symmetrically extended beyond the two runway ends.static final TLcdDataPropertyThe length of the runway.static final TLcdDataPropertyThe unit of measurement of the length.static final TLcdDataPropertyA value specifying the longitudinal offset of the strip when it is not symmetrically extended beyond the two runway ends.static final TLcdDataPropertyA textual description of the runway marking.static final TLcdDataPropertyAn artificial unique identifier in a given context.static final TLcdDataPropertyA code indicating the operational status of a runway.static final TLcdDataPropertyThe 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 TLcdDataPropertyFree text remarks.static final TLcdDataPropertyThe runway designator represents the textual designator of the runway, used to distinguish physical runways at an aerodrome that has more than one.static final TLcdDataPropertyThe unit of measurement for the strip dimensions.static final TLcdDataPropertyThe value of the physical length of the strip.static final TLcdDataPropertyThe value of the physical width of the strip.static final TLcdDataPropertyA code indicating the condition of a runway surface.static final TLcdDataPropertyThe surface strength in character format, according to the value of the STRENGTH_METHOD feature.static final TLcdDataPropertyA code indicating the method used to measure the surface strength.static final TLcdDataPropertyA code indicating the composition of the runway surface.static final TLcdDataPropertyThe width of the runway.static final TLcdDataPropertyThe 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.
-