Class TLcdDAFIFMilitaryTrainingRouteDataProperties
java.lang.Object
com.luciad.format.dafif.model.route.TLcdDAFIFMilitaryTrainingRouteDataProperties
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
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 original datum in which the geometry was encoded.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
. -
ORIGINAL_DATUM
The original datum in which the geometry was encoded. Values are instances ofILcdGeodeticDatum
.
-