Class TLcdDAFIFMilitaryTrainingRoutePointDataProperties
java.lang.Object
com.luciad.format.dafif.model.route.TLcdDAFIFMilitaryTrainingRoutePointDataProperties
This class provides easy access to the properties of the MilitaryTrainingRoutePoint type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Additional information vital to the execution of the military training route at this point to the next point.static final TLcdDataProperty
The cross altitude description of this military training route point.static final TLcdDataProperty
The cross altitude one of this military training route point.static final TLcdDataProperty
The cross altitude two of this military training route point.static final TLcdDataProperty
The enroute altitude description of this military training route point.static final TLcdDataProperty
The enroute altitude one of this military training route point.static final TLcdDataProperty
The cross altitude two of this military training route point.static final TLcdDataProperty
The fix of this military training route point.static final TLcdDataProperty
The identifier of the next military training route point.static final TLcdDataProperty
The identifier of this military training route point.static final TLcdDataProperty
The specific direction in which a turn is to be made.static final TLcdDataProperty
The turn radius around this military training route point.static final TLcdDataProperty
The unit of measurement of the turn radius.static final TLcdDataProperty
The usage code of the waypoint.static final TLcdDataProperty
The width on the left side of the center line of this military training route point.static final TLcdDataProperty
The width on the right side of the center line of this military training route point. -
Method Summary
-
Field Details
-
POINT_IDENTIFIER
The identifier of this military training route point. The identifier is of the typeString
. -
FIX
The fix of this military training route point. The fix is of the typeString
. -
USAGE_CODE
The usage code of the waypoint. A usage code indicates the airspace structure in which the waypoint is utilized. Usage code is of the typeTLcdMilitaryTrainingRoutePointUsageCode
. -
NEXT_POINT_IDENTIFIER
The identifier of the next military training route point. The identifier of the next point is of the typeString
. -
CROSS_ALTITUDE_DESCRIPTION
The cross altitude description of this military training route point. The cross altitude description is of the typeTLcdAltitudeType
. -
ENROUTE_ALTITUDE_DESCRIPTION
The enroute altitude description of this military training route point. The enroute altitude description is of the typeTLcdAltitudeType
. -
WIDTH_LEFT
The width on the left side of the center line of this military training route point. The width is of the typeFloat
. -
WIDTH_RIGHT
The width on the right side of the center line of this military training route point. The width is of the typeFloat
. -
TURN_RADIUS
The turn radius around this military training route point. The turn radius is of the typeFloat
. -
TURN_RADIUS_UNIT
The unit of measurement of the turn radius. The turn radius unit is of the typeTLcdDistanceUnit
. -
TURN_DIRECTION
The specific direction in which a turn is to be made. The turn direction is of the typeCharacter
. -
ADDITIONAL_ROUTE_INFO
Additional information vital to the execution of the military training route at this point to the next point. The additional route info is of the typeString
. -
CROSS_ALTITUDE_ONE_MEASURE
The cross altitude one of this military training route point. The cross altitude one is of the typeILcdISO19103Measure
. -
CROSS_ALTITUDE_TWO_MEASURE
The cross altitude two of this military training route point. The cross altitude two is of the typeILcdISO19103Measure
. -
ENROUTE_ALTITUDE_ONE_MEASURE
The enroute altitude one of this military training route point. The enroute altitude one is of the typeILcdISO19103Measure
. -
ENROUTE_ALTITUDE_TWO_MEASURE
The cross altitude two of this military training route point. The cross altitude two is of the typeILcdISO19103Measure
.
-