Interface ILcdAIXMNDBFeature
- All Superinterfaces:
ILcdAIXMNavaidFeature
,ILcdNavaidFeature
,ILcdNDBFeature
This interface extends the more general applicable features defined in the
ILcdNDBFeature
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 NDB is
TLcdAIXMNDBDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The class of the NDB.static final String
The angular difference between True North and Magnetic North.static final String
The year the magnetic variation was measured.static final String
A code indicating the position in a real or virtual ILS for Locators (low powered NDBs) situated at an aerodrome.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
Fields inherited from interface com.luciad.ais.model.navaid.ILcdNDBFeature
FREQUENCY, FREQUENCY_UNIT
-
Field Details
-
CLASSIFICATION
The class of the NDB. The class is of the typeTLcdNDBType
.- See Also:
-
POSITION
A code indicating the position in a real or virtual ILS for Locators (low powered NDBs) situated at an aerodrome. The position is of typeTLcdPositionType
.- See Also:
-
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North. The magnetic variation is of typeString
- See Also:
-
MAGNETIC_VARIATION_DATE
The year the magnetic variation was measured. The rate is of typeString
.- See Also:
-