Class TLcdDAFIFTMilitaryTrainingRouteDataProperties
java.lang.Object
com.luciad.format.dafift.model.route.TLcdDAFIFTMilitaryTrainingRouteDataProperties
This class provides easy access to the properties of the MilitaryTrainingRoute type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A code indicating the country in which the military training route originates.static final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
The hours, days and/or dates that this military training route is to be in effect.static final TLcdDataProperty
The first two letters of the ICAO location identifier of the military training route representing the ICAO region code.static final TLcdDataProperty
The identifier of the military training route.static final TLcdDataProperty
The military unit designated as the originating activity.static final TLcdDataProperty
The military unit responsible for scheduling all military training route flights. -
Method Summary
-
Field Details
-
IDENTIFIER
The identifier of the military training route. The identifier is of the typeString
. -
ORIGINATING_ACTIVITY
The military unit designated as the originating activity. The originating activity is of the typeString
. -
SCHEDULING_ACTIVITY
The military unit responsible for scheduling all military training route flights. The scheduling activity is of the typeString
. -
ICAO_REGION
The first two letters of the ICAO location identifier of the military training route representing the ICAO region code. This feature is of the typeString
. -
COUNTRY_CODE
A code indicating the country in which the military training route originates. The country code is of the typeString
. -
EFFECTIVE_TIMES
The hours, days and/or dates that this military training route is to be in effect. The effect times 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
-