Interface ILcdDAFIFAirspaceFeature
- All Superinterfaces:
ILcdAirspaceFeature
This interface extends the more general applicable features defined in the
ILcdAirspaceFeature
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 classes defining the available data object properties for DAFIF airspaces are
TLcdDAFIFAirspaceDataProperties
and TLcdDAFIFSpecialUseAirspaceDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A unique set of number preceded by the controlling authority ICAO code.static final String
A description of the class exception.static final String
A frequency that allows communication with the identified facility.static final String
A frequency that allows communication with the identified facility.static final String
The call sign of the communications facilities.static final String
The office of responsibility for controlling air traffic within the airspace.static final String
Identifies the calendar period in which the record was added to the file or last revised.static final String
The effective date of the special use airspace.static final String
The days, hours and dates that the given airspace is to be in effect.static final String
The ICAO location identifier of the airspace.static final String
The first two letters of the featureICAO_CODE
representing the ICAO region of the airspace.static final String
A code that indicates the structure in which the boundary is effective.static final String
A statement of the navigation performance accuracy necessary for operation within the airspace (expressed in Nautical Miles).static final String
A code used to identify a sector of an airspace which is divided into individual sections of defined dimensions.static final String
The meteorological conditions in which the special use airspace can be used.Fields inherited from interface com.luciad.ais.model.airspace.ILcdAirspaceFeature
CLASS, LOWER_LIMIT, LOWER_LIMIT_REFERENCE, LOWER_LIMIT_UNIT, NAME, TYPE, UPPER_LIMIT, UPPER_LIMIT_REFERENCE, UPPER_LIMIT_UNIT
-
Field Details
-
BOUNDARY_IDENTIFICATION
A unique set of number preceded by the controlling authority ICAO code. The identification is of the typeString
.- See Also:
-
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
.- See Also:
-
ICAO_REGION
The first two letters of the featureICAO_CODE
representing the ICAO region of the airspace. This feature is of the typeString
.- See Also:
-
COMMUNICATIONS_NAME
The call sign of the communications facilities. The communications name is of the typeString
.- See Also:
-
COMMUNICATIONS_FREQUENCY1
A frequency that allows communication with the identified facility. The frequency is of the typeString
- See Also:
-
COMMUNICATIONS_FREQUENCY2
A frequency that allows communication with the identified facility. The frequency is of the typeString
- See Also:
-
CONTROLLING_AGENCY
The office of responsibility for controlling air traffic within the airspace. The controlling agency is of the typeString
.- See Also:
-
LEVEL
A code that indicates the structure in which the boundary is effective. The level is of the typeTLcdAirspaceStructureType
.- See Also:
-
CLASS_EXCEPTION_REMARKS
A description of the class exception. The class exception remarks field is of the typeString
.- See Also:
-
RNP
A statement of the navigation performance accuracy necessary for operation within the airspace (expressed in Nautical Miles). The RNP is of the typeFloat
.- See Also:
-
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
.- See Also:
-
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
.- See Also:
-
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
.- See Also:
-
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
.- 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:
-