Class TLcdDAFIFTVFRRouteDataProperties
java.lang.Object
com.luciad.format.dafift.model.vfr.TLcdDAFIFTVFRRouteDataProperties
This class provides easy access to the properties of the VFRRoute type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identifier of the airport or heliport this route is related to.static final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
The ICAO location identifier of the VFR route.static final TLcdDataProperty
The identifier of this VFR route.static final TLcdDataProperty
The name of this VFR route. -
Method Summary
-
Field Details
-
AIRPORT_ID
The identifier of the airport or heliport this route is related to. The airport identifier is of the typeString
. -
ROUTE_ID
The identifier of this VFR route. The route identifier is of the typeString
. -
ROUTE_NAME
The name of this VFR route. The name is of the typeString
. -
ICAO_CODE
The ICAO location identifier of the VFR route. This is a four letter code which consists of four characters or two characters and two spaces. This feature is of the typeString
. -
CYCLE_DATE
Identifies the calendar period in which the record was added to the DAFIFT 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
-