Class TLcdAIXMProcedureDataProperties
java.lang.Object
com.luciad.format.aixm.model.procedure.TLcdAIXMProcedureDataProperties
This class provides easy access to the properties of the Procedure type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Aerodrome identifier related to the procedure.static final TLcdDataProperty
A code indicating the class of aircraft based on 1.3 times stall speed in landing configuration at maximum certified landing mass.static final TLcdDataProperty
A textual description of the 'communications failure' procedure.static final TLcdDataProperty
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 TLcdDataProperty
The identifier or designator of this procedure.static final TLcdDataProperty
The FATO direction designator associated with this procedure.static final TLcdDataProperty
An artificial unique identifier in a given context.static final TLcdDataProperty
Free text remarks.static final TLcdDataProperty
A code indicating the navigation performance (RNP) required for an aircraft to fly a procedure.static final TLcdDataProperty
Indicates the kind of SID, IAP or STAR procedure.static final TLcdDataProperty
The runway direction designator associated with this procedure.static final TLcdDataProperty
The TLOF direction designator associated with this procedure.static final TLcdDataProperty
Transition identifier, used to identify a procedure branch.static final TLcdDataProperty
The type of this procedure. -
Method Summary
-
Field Details
-
DESIGNATOR
The identifier or designator of this procedure. The designator is of the typeString
. -
AERODROME_IDENTIFIER
Aerodrome identifier related to the procedure. The aerodrome identifier is of the typeString
. -
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
. -
TRANSITION_IDENTIFIER
Transition identifier, used to identify a procedure branch. The transition identifier is of the typeString
. -
TYPE
The type of this procedure. The procedure type is of the typeTLcdProcedureType
. -
ROUTE_TYPE
Indicates the kind of SID, IAP or STAR procedure. The subtype is of the typeTLcdProcedureRouteType
. -
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
. -
COMMUNICATION_FAILURE_DESCRIPTION
A textual description of the 'communications failure' procedure. The communication failure description is of the typeString
. -
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
. -
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. -
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. -
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. -
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
.
-