Class TLcdDAFIFParachuteJumpAreaDataProperties
java.lang.Object
com.luciad.format.dafif.model.parachutejumparea.TLcdDAFIFParachuteJumpAreaDataProperties
This class provides easy access to the properties of the ParachuteJumpArea type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The altitude for which the parachute jump area is effective.static final TLcdDataProperty
The reference used for the altitude.static final TLcdDataProperty
The unit of measurement used for the altitude.static final TLcdDataProperty
The hours, dates or conditions of operation.static final TLcdDataProperty
The actual hours of operating.static final TLcdDataProperty
The first two letters of the ICAO location identifier of the parachute jump area representing the ICAO region code.static final TLcdDataProperty
A unique identification for the parachute jump area.static final TLcdDataProperty
The official name assigned to the parachute jump area by the controlling authority.static final TLcdDataProperty
A code used to indicate the operating times of the parachute jump area.static final TLcdDataProperty
A code indicating the state/province in which the parachute jump area is located. -
Method Summary
-
Field Details
-
IDENTIFICATION
A unique identification for the parachute jump area. The identification is of the typeString
. -
NAME
The official name assigned to the parachute jump area by the controlling authority. The name is of typeString
. -
ICAO_CODE
The first two letters of the ICAO location identifier of the parachute jump area representing the ICAO region code. This feature is of the typeString
. -
STATE_PROVINCE_CODE
A code indicating the state/province in which the parachute jump area is located. The state/province identification is of the typeInteger
. -
OPERATING_TIMES
A code used to indicate the operating times of the parachute jump area. The operating times is of the typeString
. -
HOURS
The actual hours of operating. The hours is of the typeString
. -
EFFECTIVE_ALTITUDE
The altitude for which the parachute jump area is effective. The effective altitude is of the typeInteger
. -
EFFECTIVE_ALTITUDE_UNIT
The unit of measurement used for the altitude. The altitude unit is of the typeTLcdAltitudeUnit
. -
EFFECTIVE_ALTITUDE_REFERENCE
The reference used for the altitude. The altitude reference is of the typeTLcdAltitudeReference
. -
EFFECTIVE_TIMES
The hours, dates or conditions of operation. The effective times is of the typeString
.
-