Interface ILcdDAFIFAerodromeFeature
- All Superinterfaces:
ILcdAerodromeFeature
This interface extends the more general applicable features defined in the
ILcdAerodromeFeature
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 aerodrome is
TLcdDAFIFAerodromeDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A code indicating that a vector of airport/heliport communication features is attached to the aerodrome.static final String
A code indicating the country in which the aerodrome is located.static final String
Identifies the calendar period in which the record was added to the file or last revised.static final String
A location identifier assigned by the federal aviation administration.static final String
The ICAO location identifier of the aerodrome.static final String
A code indicating the operating agency of the aerodrome.static final String
A boolean flag indicating the presence of a navaid that displays flashes of white and/or colored light indicating the location of the aerodrome.static final String
A code indicating the state/province in which the aerodrome is located.static final String
The world area code in which the aerodrome is located.Fields inherited from interface com.luciad.ais.model.aerodrome.ILcdAerodromeFeature
ICAO_REGION, IDENTIFICATION, MAGNETIC_VARIATION, NAME, OPERATIONS_TYPE
-
Field Details
-
ICAO_CODE
The ICAO location identifier of the aerodrome. 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:
-
COUNTRY_CODE
A code indicating the country in which the aerodrome is located. The country code is of the typeString
.- See Also:
-
STATE_PROVINCE_CODE
A code indicating the state/province in which the aerodrome is located. The state/province identification is of the typeInteger
.- See Also:
-
FAA_HOST_COUNTRY_IDENTIFIER
A location identifier assigned by the federal aviation administration. The federal aviation administration identifier/host country identifier is of the typeString
.- See Also:
-
OPERATING_AGENCY
A code indicating the operating agency of the aerodrome. The primary operating agency is of the typeString
.- See Also:
-
ROTATING_BEACON
A boolean flag indicating the presence of a navaid that displays flashes of white and/or colored light indicating the location of the aerodrome. The rotating beacon is of the typeBoolean
.- See Also:
-
WORLD_AREA_CODE
The world area code in which the aerodrome is located. The area code is of typeString
- See Also:
-
AERODROME_COMMUNICATIONS
A code indicating that a vector of airport/heliport communication features is attached to the aerodrome.- 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:
-