Class TLcdDAFIFTSpecialUseAirspaceDataProperties
java.lang.Object
com.luciad.format.dafift.model.airspace.TLcdDAFIFTSpecialUseAirspaceDataProperties
This class provides easy access to the properties of the SpecialUseAirspace type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A unique set of number preceded by the controlling authority ICAO code.static final TLcdDataProperty
A frequency that allows communication with the identified facility.static final TLcdDataProperty
A frequency that allows communication with the identified facility.static final TLcdDataProperty
The call sign of the communications facilities.static final TLcdDataProperty
The office of responsibility for controlling air traffic within the airspace.static final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
The effective date of the special use airspace.static final TLcdDataProperty
The days, hours and dates that the given airspace is to be in effect.static final TLcdDataProperty
The ICAO location identifier of the airspace.static final TLcdDataProperty
The first two letters of the featureICAO_CODE
representing the ICAO region of the airspace.static final TLcdDataProperty
A code that indicates the structure in which the boundary is effective.static final TLcdDataProperty
The numerical value of the lower limit of the airspace.static final TLcdDataProperty
A code indicating the convention of calculating the lower limit.static final TLcdDataProperty
The unit of measurement for the lower limit.static final TLcdDataProperty
The name of the airspace.static final TLcdDataProperty
A code used to identify a sector of an airspace which is divided into individual sections of defined dimensions.static final TLcdDataProperty
A code indicating the type of airspace.static final TLcdDataProperty
The numerical value of the upper limit of the airspace.static final TLcdDataProperty
A code indicating the convention of calculating the upper limit.static final TLcdDataProperty
The unit of measurement for the upper limit.static final TLcdDataProperty
The meteorological conditions in which the special use airspace can be used. -
Method Summary
-
Field Details
-
TYPE
A code indicating the type of airspace. The type is of typeTLcdAirspaceType
. -
BOUNDARY_IDENTIFICATION
A unique set of number preceded by the controlling authority ICAO code. The identification is of the typeString
. -
NAME
The name of the airspace. The name is of typeString
. -
ICAO_CODE
The ICAO location identifier of the airspace. This is a four letter code which consists of four characters or two characters and two spaces. This feature is of the typeString
. -
ICAO_REGION
The first two letters of the featureICAO_CODE
representing the ICAO region of the airspace. This feature is of the typeString
. -
SECTOR
A code used to identify a sector of an airspace which is divided into individual sections of defined dimensions. The sector is only available for Special Use Airspaces. The sector is of the typeString
. -
CONTROLLING_AGENCY
The office of responsibility for controlling air traffic within the airspace. The controlling agency is of the typeString
. -
WEATHER
The meteorological conditions in which the special use airspace can be used. The weather is only available for Special Use Airspaces. The weather is of typeTLcdWeatherType
. -
COMMUNICATIONS_NAME
The call sign of the communications facilities. The communications name is of the typeString
. -
COMMUNICATIONS_FREQUENCY_1
A frequency that allows communication with the identified facility. The frequency is of the typeString
-
COMMUNICATIONS_FREQUENCY_2
A frequency that allows communication with the identified facility. The frequency is of the typeString
-
LEVEL
A code that indicates the structure in which the boundary is effective. The level is of the typeTLcdAirspaceStructureType
. -
UPPER_LIMIT
The numerical value of the upper limit of the airspace. The upper limit is of the typeFloat
. -
UPPER_LIMIT_UNIT
The unit of measurement for the upper limit. The upper limit unit is of the typeTLcdAltitudeUnit
-
UPPER_LIMIT_REFERENCE
A code indicating the convention of calculating the upper limit. The upper limit reference point is of the typeTLcdAltitudeReference
. -
LOWER_LIMIT
The numerical value of the lower limit of the airspace. The lower limit is of the typeFloat
. -
LOWER_LIMIT_UNIT
The unit of measurement for the lower limit. The lower limit unit is of the typeTLcdAltitudeUnit
-
LOWER_LIMIT_REFERENCE
A code indicating the convention of calculating the lower limit. The lower limit reference point is of the typeTLcdAltitudeReference
. -
EFFECTIVE_TIMES
The days, hours and dates that the given airspace is to be in effect. The effective times is only available for Special Use Airspaces. The effective times features is of the typeString
. -
EFFECTIVE_DATE
The effective date of the special use airspace. The effective date is only available for Special Use Airspaces. The effective date 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
-