Class TLcdDAFIFAirspaceDataProperties
java.lang.Object
com.luciad.format.dafif.model.airspace.TLcdDAFIFAirspaceDataProperties
This class provides easy access to the properties of the Airspace 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 code that indicates the airspace classification.static final TLcdDataProperty
A description of the class exception.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
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
The original datum in which the geometry was encoded.static final TLcdDataProperty
A statement of the navigation performance accuracy necessary for operation within the airspace (expressed in Nautical Miles).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. -
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
. -
CONTROLLING_AGENCY
The office of responsibility for controlling air traffic within the airspace. The controlling agency is of the typeString
. -
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
-
CLASS
A code that indicates the airspace classification. The class is of the typeTLcdAirspaceClass
. -
CLASS_EXCEPTION_REMARKS
A description of the class exception. The class exception remarks field 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
. -
REQUIRED_NAVIGATION_PERFORMANCE
A statement of the navigation performance accuracy necessary for operation within the airspace (expressed in Nautical Miles). The RNP is of the typeFloat
. -
ORIGINAL_DATUM
The original datum in which the geometry was encoded. Values are instances ofILcdGeodeticDatum
.
-