Interface ILcdAIXMDMEFeature
- All Superinterfaces:
ILcdAIXMNavaidFeature
,ILcdDMEFeature
,ILcdNavaidFeature
This interface extends the more general applicable features defined in the
ILcdDMEFeature
interface with AIXM 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 AIXM DME is
TLcdAIXMDMEDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The channel of the DME.static final String
The value of the displacement, e.g. the distance from the DME antenna to where the zero range indication occurs.static final String
The unit of measurement of the displacement.static final String
The frequency of a virtual VHF facility paired with the DME according to ICAO Annex 10, table A, ch.3.static final String
The unit of measurement of the ghost frequency.static final String
A code indicating the type of UHF distance measuring equipment.Fields inherited from interface com.luciad.format.aixm.model.navaid.ILcdAIXMNavaidFeature
DATE_FROM, DATE_TILL, ELEVATION, ELEVATION_ACCURACY, EMISSION, GEO_ACCURACY, GEO_ACCURACY_UNIT, GEOID_UNDULATION, MID, NAVAID_CLASS, ORGANISATION, ORIGINAL_DATUM, ORIGINAL_LATITUDE, ORIGINAL_LONGITUDE, REMARK, VERTICAL_DATUM, VERTICAL_DISTANCE_UNIT
Fields inherited from interface com.luciad.ais.model.navaid.ILcdNavaidFeature
IDENTIFIER, NAME
-
Field Details
-
TYPE
A code indicating the type of UHF distance measuring equipment. The type is of the typeTLcdDMEType
.- See Also:
-
CHANNEL
The channel of the DME. See Annex 10, Table A, end of Chapter 3 for channelling details and for a list of allowable values. The channel is of the typeString
.- See Also:
-
GHOST_FREQUENCY
The frequency of a virtual VHF facility paired with the DME according to ICAO Annex 10, table A, ch.3. The frequency is of the typeFloat
.- See Also:
-
GHOST_FREQUENCY_UNIT
The unit of measurement of the ghost frequency. The frequency unit is of the typeTLcdFrequencyUnit
.- See Also:
-
DISPLACEMENT
The value of the displacement, e.g. the distance from the DME antenna to where the zero range indication occurs. The displacement is of the typeFloat
.- See Also:
-
DISPLACEMENT_UNIT
The unit of measurement of the displacement. The displacement unit is of the typeTLcdDistanceUnit
.- See Also:
-