Interface ILcdARINCAerodromeFeature
- All Superinterfaces:
ILcdAerodromeFeature
This interface extends the more general applicable features defined in the
ILcdAerodromeFeature
interface with ARINC 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 an ARINC aerodrome is
TLcdARINCAerodromeDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A three letter code derived from IATA Reservations Manual Part II, IATA Resolution 763.static final String
A code permitting to categorize the aerodromes by geographical area (standard record) or by airline for whom the data is provided (tailored record).static final String
The calendar period in which the record was added to the file or last revised.static final String
A boolean flag indicating whether the aerodrome observes Daylight/Summer time or not.static final String
The elevation of the Airport/Heliport in feet to a resolution of one foot.static final String
A boolean flag indicating whether the aerodrome has any published Instrument Approach Procedures.static final String
The length of the longest operational hard-surface runway at the aerodrome in hundreds feet.static final String
A code indicating whether the surface type of the runway whose length is found in the Longest Runway field is hard, soft, water or unknown.static final String
A single character (M or T) indicating whether all detail and procedure data for the aerodrome are with respect to Magnetic North or True North.static final String
The pad dimensions define the landing surface dimensions of the helicopter landing pad, which is either a circle or a rectangle.static final String
The identifier of the helipad, described in the heliport records, helipad field, or that pad served by ILS/MLS described in the Airport and Heliport ILS/MLS records.static final String
An identification of a navaid (VOR, VOR-DME or VORTAC).static final String
A maximum speed expressed in K.I.A.S.static final String
The unit of measurement of the speed limit altitude.static final String
An altitude below which speed limits may be imposed.static final String
The time zone of the aerodrome.static final String
The unit of measurement of the transition altitude.static final String
The altitude at or below which the vertical position of an aircraft is controlled by reference to altitudes.static final String
The lowest flight level available for use above the transition altitude.static final String
The transition flight level unit of measurement.Fields inherited from interface com.luciad.ais.model.aerodrome.ILcdAerodromeFeature
ICAO_REGION, IDENTIFICATION, MAGNETIC_VARIATION, NAME, OPERATIONS_TYPE
-
Field Details
-
CUSTOMER_AREA_CODE
A code permitting to categorize the aerodromes by geographical area (standard record) or by airline for whom the data is provided (tailored record). The customer/area code is of the typeString
.- See Also:
-
ATA_IATA_DESIGNATOR
A three letter code derived from IATA Reservations Manual Part II, IATA Resolution 763. The ATA/IATA designator is of typeString
- See Also:
-
SPEED_LIMIT_ALTITUDE_VALUE
An altitude below which speed limits may be imposed. The speed limit altitude is of the typeDouble
.- See Also:
-
SPEED_LIMIT_ALTITUDE_UNIT
The unit of measurement of the speed limit altitude. The unit of measurement for the speed limit altitude field is of the typeTLcdAltitudeUnit
.- See Also:
-
LONGEST_RUNWAY
The length of the longest operational hard-surface runway at the aerodrome in hundreds feet. If the aerodrome does not have any hard-surface runways that meet the criteria, the length of the longest operational runway will be represented. The longest runway is of typeInteger
- See Also:
-
LONGEST_RUNWAY_SURFACE_CODE
A code indicating whether the surface type of the runway whose length is found in the Longest Runway field is hard, soft, water or unknown. The longest runway surface code is of typeTLcdRunwaySurfaceType
- See Also:
-
IFR_CAPABILITY_FLAG
A boolean flag indicating whether the aerodrome has any published Instrument Approach Procedures. The IFR capability is of typeBoolean
- See Also:
-
SPEED_LIMIT
A maximum speed expressed in K.I.A.S. The speed limit is of typeString
- See Also:
-
RECOMMENDED_NAVAID
An identification of a navaid (VOR, VOR-DME or VORTAC). The recommended navaid is of typeString
- See Also:
-
TRANSITION_ALTITUDE_VALUE
The altitude at or below which the vertical position of an aircraft is controlled by reference to altitudes. The transition altitude is of the typeFloat
.- See Also:
-
TRANSITION_ALTITUDE_UNIT
The unit of measurement of the transition altitude. The transition altitude unit of measurement is of the typeTLcdAltitudeUnit
- See Also:
-
TRANSITION_FLIGHT_LEVEL
The lowest flight level available for use above the transition altitude. The transition flight level is of the typeInteger
.- See Also:
-
TRANSITION_FLIGHT_LEVEL_UNIT
The transition flight level unit of measurement. The unit of measurement for the transition flight level is of the typeTLcdAltitudeUnit
.- See Also:
-
TIME_ZONE
The time zone of the aerodrome. The time zone is of typeString
- See Also:
-
DAYLIGHT_INDICATOR
A boolean flag indicating whether the aerodrome observes Daylight/Summer time or not. The daylight indicator is of typeBoolean
- See Also:
-
MAGNETIC_TRUE_INDICATOR
A single character (M or T) indicating whether all detail and procedure data for the aerodrome are with respect to Magnetic North or True North. The magnetic true indicator is of typeString
- See Also:
-
PAD_IDENTIFIER
The identifier of the helipad, described in the heliport records, helipad field, or that pad served by ILS/MLS described in the Airport and Heliport ILS/MLS records. The pad identifier is of typeString
- See Also:
-
PAD_DIMENSIONS
The pad dimensions define the landing surface dimensions of the helicopter landing pad, which is either a circle or a rectangle. Six numeric character are used: three digits for each side of the rectangle or three digits for the diameter followed by 000 in case of a circle. The unit of measurement is feet. The pad dimensions are of typeString
- See Also:
-
ELEVATION
The elevation of the Airport/Heliport in feet to a resolution of one foot. For elevations above MSL, the field contains the numeric characters of the elevation only. For below MSL elevations the first character of the field is a minus (-) sign. In most cases, airport elevation is defined as the highest elevation of any landing surface on the airport.- Since:
- 2016.1.49
- See Also:
-
CYCLE_DATE
The calendar period in which the record was added to the file or last revised. A change in any ARINC 424 field, except Dynamic Magnetic Variation, Frequency Protection, Continuation Record Number and File Record Number, requires a cycle date change. The cycle date will not change if there is no change in the data. The first two digits of the field contain the last two digits of the year in which the addition or revision was made. The last two digits contain the numeric identity of the 28-day data update cycle during which the change occurred. Each calendar year contains 13 such cycles, however, on rare occasions 14 cycles will be encountered. The cycle date is of the typeString
.- Since:
- 2016.1.51
- See Also:
-