Interface ILcdAIXMRunwayFeature
- All Superinterfaces:
ILcdRunwayFeature
This interface extends the more general applicable features defined in the
ILcdRunwayFeature
interface with AIXM specific features.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
This interface defines the features (properties) that can be requested through ILcdFeatured
.
A more preferred and generic way to access the properties of a domain object is through ILcdDataObject
.
The related class defining the available data object properties for an AIXM runway is
TLcdAIXMRunwayDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
An identifier for the aerodrome to which the runway is associated.static final String
The beginning date and time of validity for the features of the runway.static final String
The end date and time of validity for the features of the runway.static final String
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 String
A textual description of the runway marking.static final String
An artificial unique identifier in a given context.static final String
A code indicating the operational status of a runway.static final String
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 String
Free text remarks.static final String
A code indicating the method used to measure the surface strength.static final String
The unit of measurement for the strip dimensions.static final String
The value of the physical length of the strip.static final String
A value specifying the longitudinal offset of the strip when it is not symmetrically extended beyond the two runway ends.static final String
The value of the physical width of the strip.static final String
A value specifying the lateral offset of the strip when it is not symmetrically extended beyond the two runway ends.static final String
A code indicating the condition of a runway surface.static final String
The surface strength in character format, according to the value of the STRENGTH_METHOD feature.Fields inherited from interface com.luciad.ais.model.aerodrome.ILcdRunwayFeature
LENGTH, LENGTH_UNIT, SURFACE_TYPE, WIDTH, WIDTH_UNIT
-
Field Details
-
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
.- See Also:
-
AERODROME_IDENTIFICATION
An identifier for the aerodrome to which the runway is associated. The identifier is of the typeString
.- See Also:
-
SURFACE_CONDITION
A code indicating the condition of a runway surface. The condition is of the typeTLcdRunwaySurfaceConditionType
.- See Also:
-
STRENGTH_METHOD
A code indicating the method used to measure the surface strength. The strength method is of the typeTLcdRunwaySurfaceStrengthMethodType
.- See Also:
-
SURFACE_STRENGTH
The surface strength in character format, according to the value of the STRENGTH_METHOD feature. The surface strength is of the typeString
.- See Also:
-
STRIP_LENGTH
The value of the physical length of the strip. The length is of the typeFloat
.- See Also:
-
STRIP_WIDTH
The value of the physical width of the strip. The width is of the typeFloat
.- See Also:
-
STRIP_LENGTH_OFFSET
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
.- See Also:
-
STRIP_WIDTH_OFFSET
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
.- See Also:
-
STRIP_DIMENSION_UNIT
The unit of measurement for the strip dimensions. The unit of measurement is of the typeTLcdDistanceUnit
.- See Also:
-
OPERATIONAL_STATUS
A code indicating the operational status of a runway. The operational status is of the typeTLcdRunwayOperationalStatusType
.- See Also:
-
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
.- See Also:
-
MARKING
A textual description of the runway marking. The marking is of the typeString
.- See Also:
-
DATE_FROM
The beginning date and time of validity for the features of the runway. The date is of the typeString
.- See Also:
-
DATE_TILL
The end date and time of validity for the features of the runway. The date is of the typeString
.- See Also:
-
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
.- See Also:
-
REMARK
Free text remarks. The remark is of the typeString
.- See Also:
-