Interface ILcdDAFIFParachuteJumpAreaFeature
- All Superinterfaces:
ILcdParachuteJumpAreaFeature
This interface extends the more general applicable features defined in the
ILcdParachuteJumpAreaFeature
interface with DAFIF specific
features.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
This interface defines the features (properties) that can be requested through ILcdFeatured
.
A more preferred and generic way to access the properties of a domain object is through ILcdDataObject
.
The related class defining the available data object properties for a DAFIF parachute jump area is
TLcdDAFIFParachuteJumpAreaDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The reference used for the altitude.static final String
The unit of measurement used for the altitude.static final String
Identifies the calendar period in which the record was added to the file or last revised.static final String
The altitude for which the parachute jump area is effective.static final String
The hours, dates or conditions of operation.static final String
The actual hours of operating.static final String
The first two letters of the ICAO location identifier of the parachute jump area representing the ICAO region code.static final String
A unique identification for the parachute jump area.static final String
The official name assigned to the parachute jump area by the controlling authority.static final String
A code used to indicate the operating times of the parachute jump area.static final String
A code indicating the state/province in which the parachute jump area is located.
-
Field Details
-
IDENTIFICATION
A unique identification for the parachute jump area. The identification is of the typeString
.- See Also:
-
NAME
The official name assigned to the parachute jump area by the controlling authority. The name is of typeString
.- See Also:
-
ICAO_REGION
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
.- See Also:
-
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
.- See Also:
-
OPERATING_TIMES
A code used to indicate the operating times of the parachute jump area. The operating times is of the typeString
.- See Also:
-
HOURS
The actual hours of operating. The hours is of the typeString
.- See Also:
-
EFFECTIVE_TIMES
The hours, dates or conditions of operation. The effective times is of the typeString
.- See Also:
-
EFFECTIVE_ALTITUDE
The altitude for which the parachute jump area is effective. The effective altitude is of the typeInteger
.- See Also:
-
ALTITUDE_UNIT
The unit of measurement used for the altitude. The altitude unit is of the typeTLcdAltitudeUnit
.- See Also:
-
ALTITUDE_REFERENCE
The reference used for the altitude. The altitude reference is of the typeTLcdAltitudeReference
.- See Also:
-
CYCLE_DATE
Identifies the calendar period in which the record was added to the 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
- See Also:
-