Interface ILcdAIXMProcedureFeature
- All Superinterfaces:
ILcdProcedureFeature
This interface extends the more general applicable features defined in the
ILcdProcedureFeature
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 procedure is
TLcdAIXMProcedureDataProperties
.
- Since:
- 6.2
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Aerodrome identifier related to the procedure.static final String
A code indicating the class of aircraft based on 1.3 times stall speed in landing configuration at maximum certified landing mass.static final String
A textual description of the 'communications failure' procedure.static final String
A textual description of which the actual meaning depends on the procedure type: SID: description of the departure procedure. STAR: description of the arrival procedure. IAP: description of the missed approach procedure. The description is of the typeString
.static final String
The FATO direction designator associated with this procedure.static final String
An artificial unique identifier in a given context.static final String
Free text remarks.static final String
A code indicating the navigation performance (RNP) required for an aircraft to fly a procedure.static final String
Indicates the kind of SID, IAP or STAR procedure.static final String
The runway direction designator associated with this procedure.static final String
The TLOF direction designator associated with this procedure.static final String
Transition identifier, used to identify a procedure branch.static final String
The type of this procedure.Fields inherited from interface com.luciad.ais.model.procedure.ILcdProcedureFeature
DESIGNATOR
-
Field Details
-
AERODROME_IDENTIFIER
Aerodrome identifier related to the procedure. The aerodrome identifier is of the typeString
.- See Also:
-
AIRCRAFT_CATEGORY
A code indicating the class of aircraft based on 1.3 times stall speed in landing configuration at maximum certified landing mass. The aircraft category is of the typeTLcdAircraftCategory
.- See Also:
-
TRANSITION_IDENTIFIER
Transition identifier, used to identify a procedure branch. The transition identifier is of the typeString
.- See Also:
-
REQUIRED_NAVIGATION_PERFORMANCE
A code indicating the navigation performance (RNP) required for an aircraft to fly a procedure. The required navigation performance is of the typeFloat
.- See Also:
-
COMMUNICATION_FAILURE_DESCRIPTION
A textual description of the 'communications failure' procedure. The communication failure description is of the typeString
.- See Also:
-
TYPE
The type of this procedure. The procedure type is of the typeTLcdProcedureType
.- See Also:
-
ROUTE_TYPE
Indicates the kind of SID, IAP or STAR procedure. The subtype is of the typeTLcdProcedureRouteType
.- See Also:
-
DESCRIPTION
A textual description of which the actual meaning depends on the procedure type:- SID: description of the departure procedure.
- STAR: description of the arrival procedure.
- IAP: description of the missed approach procedure.
String
.- See Also:
-
RUNWAY_DIRECTION_DESIGNATOR
The runway direction designator associated with this procedure. This field can be used by SID and IAP procedures to indicate the runway direction to be used.- See Also:
-
FATO_DIRECTION_DESIGNATOR
The FATO direction designator associated with this procedure. This field can be used by SID and IAP procedures to indicate the FATO direction to be used.- See Also:
-
TLOF_DIRECTION_DESIGNATOR
The TLOF direction designator associated with this procedure. This field can be used by IAP procedures to indicate the TLOF direction to be used.- 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:
-