Interface ILcdAIXMTACANFeature
- All Superinterfaces:
ILcdAIXMNavaidFeature
,ILcdNavaidFeature
,ILcdTACANFeature
This interface extends the more general applicable features defined in the
ILcdTACANFeature
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 TACAN is
TLcdAIXMTACANDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The angular difference between True North and Magnetic North.static final String
The year the magnetic variation was measured.static final String
The angular difference between the direction of the 'zero bearing' indicated by the station and the direction of the True North.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.ILcdTACANFeature
CHANNEL
-
Field Details
-
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:
-
STATION_DECLINATION
The angular difference between the direction of the 'zero bearing' indicated by the station and the direction of the True North. The station declination is of the typeString
.- See Also:
-