Interface ILcdDAFIFVFRRoutePointFeature
- All Superinterfaces:
ILcdVFRRoutePointFeature
This interface extends the more general applicable features defined in the
ILcdVFRRoutePointFeature interface with DAFIF 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 a DAFIF VFR route point is
TLcdDAFIFVFRRoutePointDataProperties.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe altitude of this VFR route point.static final StringThe altitude description of this VFR route point.static final StringThe unit of measurement of the altitude.static final StringAn indicator to tell whether the route starts or ends at the heliport or airport.static final StringThe course to the point/checkpoint of the VFR route segment.static final StringThe type of the course of this VFR route point.static final StringThe path code (defines what the segment is used for).static final StringA graphical description of the point/check point.static final StringThe name of the VFR route point.static final StringA code used for graphic presentation where a waypoint type symbol is used.static final StringThe point type (start, end, ...).static final StringThe segment name of this VFR route point.static final StringThe specific direction in which a turn is to be made.static final StringThe MGRS position on a UTM grid.
-
Field Details
-
POINT_NAME
The name of the VFR route point. The name is of the typeString.- See Also:
-
POINT_IDENTITY
A graphical description of the point/check point. The point identity is of the typeString.- See Also:
-
POINT_TYPE
The point type (start, end, ...). The point type is of the typeTLcdVFRPointType.- See Also:
-
UTM_COORDINATES
The MGRS position on a UTM grid. The UTM coordinates feature is of the typeString.- See Also:
-
POINT_SYMBOL
A code used for graphic presentation where a waypoint type symbol is used. The point symbol is of the typeCharacter.- See Also:
-
AT_HELIPORT_AIRPORT
An indicator to tell whether the route starts or ends at the heliport or airport. This feature is of the typeBoolean.- See Also:
-
SEGMENT_NAME
The segment name of this VFR route point. The segment name is of the typeString.- See Also:
-
COURSE
The course to the point/checkpoint of the VFR route segment. The course is of the typeFloat.- See Also:
-
COURSE_TYPE
The type of the course of this VFR route point. The course type is of the typeTLcdBearingType.- See Also:
-
PATH_CODE
The path code (defines what the segment is used for). The path code is of the typeTLcdVFRPointUsageCode.- See Also:
-
ALTITUDE_DESCRIPTION_CODE
The altitude description of this VFR route point. The altitude description is of the typeTLcdAltitudeType.- See Also:
-
ALTITUDE
The altitude of this VFR route point. The altitude is of the typeInteger.- See Also:
-
ALTITUDE_UNIT
The unit of measurement of the altitude. The altitude unit is of the typeTLcdDistanceUnit.- See Also:
-
TURN_DIRECTION
The specific direction in which a turn is to be made. The turn direction is of the typeCharacter.- See Also:
-