Interface ILcdDAFIFWayPointFeature
- All Superinterfaces:
ILcdWayPointFeature
This interface extends the more general applicable features defined in the
ILcdWayPointFeature
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 waypoint is
TLcdDAFIFWayPointDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The bearing from the navigational aid to the waypoint.static final String
The type of the bearing: magnetic, true or grid.static final String
A code indicating the country in which the waypoint is located.static final String
Identifies the calendar period in which the record was added to the file or last revised.static final String
The distance from the navigational aid to the waypoint.static final String
The unit of measurement for the distance from the navigational aid to the waypoint.static final String
The ICAO location identifier of the waypoint.static final String
The first two letters of the featureICAO_CODE
representing the ICAO region of the waypoint.static final String
The angular difference between True North and Magnetic North.static final String
A code defining the waypoints functionality.static final String
A code indicating the state/province in which the waypoint is located.static final String
A code indicating the airspace structure in which the waypoint is utilized.static final String
The world area code in which the waypoint is located.Fields inherited from interface com.luciad.ais.model.navaid.ILcdWayPointFeature
IDENTIFIER, NAME
-
Field Details
-
COUNTRY_CODE
A code indicating the country in which the waypoint is located. The country code is of the typeString
.- See Also:
-
USAGE_CODE
A code indicating the airspace structure in which the waypoint is utilized. The usage code is of the typeTLcdWaypointNavaidUsageCode
.- See Also:
-
ICAO_CODE
The ICAO location identifier of the waypoint. This is a four letter code which consists of four characters or two characters and two spaces. This feature is of the typeString
.- See Also:
-
ICAO_REGION
The first two letters of the featureICAO_CODE
representing the ICAO region of the waypoint. This feature is of the typeString
.- See Also:
-
OPERATIONS_TYPE
A code defining the waypoints functionality. The operations type is of typeString
.- See Also:
-
STATE_PROVINCE_CODE
A code indicating the state/province in which the waypoint is located. The state/province code is of the typeInteger
.- See Also:
-
BEARING
The bearing from the navigational aid to the waypoint. The bearing is of the typeFloat
.- See Also:
-
BEARING_TYPE
The type of the bearing: magnetic, true or grid. The bearing type is of the typeTLcdBearingType
.- See Also:
-
DISTANCE
The distance from the navigational aid to the waypoint. The distance is of the typeFloat
.- See Also:
-
DISTANCE_UNIT
The unit of measurement for the distance from the navigational aid to the waypoint. This unit of measurement is of the typeTLcdDistanceUnit
.- See Also:
-
WORLD_AREA_CODE
The world area code in which the waypoint is located. The area code is of typeString
- See Also:
-
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North. The magnetic variation is of the typeString
.- See Also:
-
CYCLE_DATE
Identifies the calendar period in which the record was added to the file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the typeString
.- Since:
- 2022.0
- See Also:
-