Class TLcdDAFIFVFRRoutePointDataProperties
java.lang.Object
com.luciad.format.dafif.model.vfr.TLcdDAFIFVFRRoutePointDataProperties
This class provides easy access to the properties of the VFRRoutePoint type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The altitude of this VFR route point.static final TLcdDataProperty
The altitude description of this VFR route point.static final TLcdDataProperty
The unit of measurement of the altitude.static final TLcdDataProperty
An indicator to tell whether the route starts or ends at the heliport or airport.static final TLcdDataProperty
The course to the point/checkpoint of the VFR route segment.static final TLcdDataProperty
The path code (defines what the segment is used for).static final TLcdDataProperty
A graphical description of the point/check point.static final TLcdDataProperty
The name of the VFR route point.static final TLcdDataProperty
A code used for graphic presentation where a waypoint type symbol is used.static final TLcdDataProperty
The point type (start, end, ...).static final TLcdDataProperty
The MGRS position on a UTM grid.static final TLcdDataProperty
The segment name of this VFR route point.static final TLcdDataProperty
The specific direction in which a turn is to be made. -
Method Summary
-
Field Details
-
POINT_NAME
The name of the VFR route point. The name is of the typeString
. -
POINT_IDENTITY
A graphical description of the point/check point. The point identity is of the typeString
. -
POINT_UTM_COORDINATES
The MGRS position on a UTM grid. The UTM coordinates feature is of the typeString
. -
POINT_TYPE
The point type (start, end, ...). The point type is of the typeTLcdVFRPointType
. -
POINT_SYMBOL
A code used for graphic presentation where a waypoint type symbol is used. The point symbol is of the typeCharacter
. -
AT_HELIPORT_AIRPORT
An indicator to tell whether the route starts or ends at the heliport or airport. This feature is of the typeBoolean
. -
SEGMENT_NAME
The segment name of this VFR route point. The segment name is of the typeString
. -
COURSE
The course to the point/checkpoint of the VFR route segment. The course is of the typeFloat
. -
PATH_CODE
The path code (defines what the segment is used for). The path code is of the typeTLcdVFRPointUsageCode
. -
ALTITUDE_DESCRIPTION_CODE
The altitude description of this VFR route point. The altitude description is of the typeTLcdAltitudeType
. -
ALTITUDE
The altitude of this VFR route point. The altitude is of the typeInteger
. -
ALTITUDE_UNIT
The unit of measurement of the altitude. The altitude 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
.
-