Interface ILcdAIXMMarkerFeature
- All Superinterfaces:
ILcdAIXMNavaidFeature
,ILcdMarkerFeature
,ILcdNavaidFeature
This interface extends the more general applicable features defined in the
ILcdMarkerFeature
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 marker is
TLcdAIXMMarkerDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The true bearing of the minor axis of the marker beacon.static final String
The classification of this marker.static final String
The identifier of this marker.static final String
The name of an en-route marker.static final String
A code indicating the position, in a real or virtual ILS, of the markers situated on the center line of a runway.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.ILcdMarkerFeature
FREQUENCY, FREQUENCY_UNIT, MARKER_TYPE
-
Field Details
-
IDENTIFIER
The identifier of this marker. The identifier is of the typeString
.- See Also:
-
NAME
The name of an en-route marker. The name is of the typeString
.- See Also:
-
CLASSIFICATION
The classification of this marker. The classification is of the typeTLcdMarkerClassification
.- See Also:
-
POSITION
A code indicating the position, in a real or virtual ILS, of the markers situated on the center line of a runway. The position is of the typeTLcdPositionType
.- See Also:
-
AXIS_BEARING
The true bearing of the minor axis of the marker beacon. The bearing is of the typeFloat
.- See Also:
-