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
Modifier and TypeFieldDescriptionstatic final String
The altitude of this VFR route point.static final String
The altitude description of this VFR route point.static final String
The unit of measurement of the altitude.static final String
An indicator to tell whether the route starts or ends at the heliport or airport.static final String
The course to the point/checkpoint of the VFR route segment.static final String
The type of the course of this VFR route point.static final String
The path code (defines what the segment is used for).static final String
A graphical description of the point/check point.static final String
The name of the VFR route point.static final String
A code used for graphic presentation where a waypoint type symbol is used.static final String
The point type (start, end, ...).static final String
The segment name of this VFR route point.static final String
The specific direction in which a turn is to be made.static final String
The 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:
-