Class TLcdDAFIFTATSRouteDataProperties
java.lang.Object
com.luciad.format.dafift.model.route.TLcdDAFIFTATSRouteDataProperties
This class provides easy access to the properties of the ATSRoute type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
A character indicating the predominant direction of the route.static final TLcdDataProperty
The identifier of the ATS route. -
Method Summary
-
Field Details
-
IDENTIFIER
The identifier of the ATS route. The identifier is of the typeString
. -
DIRECTION
A character indicating the predominant direction of the route. The direction is of the typeCharacter
. -
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
-