Interface ILcdAIXMNavaidFeature
- All Superinterfaces:
ILcdNavaidFeature
- All Known Subinterfaces:
ILcdAIXMDMEFeature
,ILcdAIXMMarkerFeature
,ILcdAIXMNDBFeature
,ILcdAIXMTACANFeature
,ILcdAIXMVORFeature
This interface extends the more general applicable features defined
in the
ILcdNavaidFeature
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.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The beginning date and time of validity for the features of the navaid.static final String
The End date and time of validity for the features of the navaid.static final String
The vertical distance of the position from Mean Sea Level.static final String
The vertical distance from the stated elevation within which there is a defined confidence of the true position falling.static final String
A code indicating the type of emission, as defined at the 1979 ITU World Administrative Radio Conference.static final String
The horizontal distance from the stated geographical position within which there is a defined confidence of the true position falling.static final String
The unit of measurement for the value expressing the accuracy of the geographical co-ordinates.static final String
A distance separating the geoid and the ellipsoid at that position.static final String
An artificial unique identifier in a given context.static final String
The class of the navaid.static final String
The responsible organization or authority.static final String
Original datum.static final String
Original latitude.static final String
Original longitude.static final String
Free text remarks.static final String
Attribute to take the "Vertical Datum".static final String
The unit of measurement for vertical distances: elevation, geoidal undulation.Fields inherited from interface com.luciad.ais.model.navaid.ILcdNavaidFeature
IDENTIFIER, NAME
-
Field Details
-
NAVAID_CLASS
The class of the navaid. The navaid class is of the typeTLcdNavaidType
.- See Also:
-
DATE_FROM
The beginning date and time of validity for the features of the navaid. The date is of the typeString
.- See Also:
-
DATE_TILL
The End date and time of validity for the features of the navaid. The date is of the typeString
.- See Also:
-
MID
An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the typeString
.- See Also:
-
ORGANISATION
The responsible organization or authority. The organization is of the typeString
.- See Also:
-
EMISSION
A code indicating the type of emission, as defined at the 1979 ITU World Administrative Radio Conference. The emission is of the typeTLcdEmissionType
.- See Also:
-
GEO_ACCURACY
The horizontal distance from the stated geographical position within which there is a defined confidence of the true position falling. The geographical accuracy is of typeFloat
.- See Also:
-
GEO_ACCURACY_UNIT
The unit of measurement for the value expressing the accuracy of the geographical co-ordinates. The geographical accuracy unit is of typeTLcdDistanceUnit
.- See Also:
-
ELEVATION
The vertical distance of the position from Mean Sea Level. The geoidal height of the position. The elevation is of typeFloat
.- See Also:
-
ELEVATION_ACCURACY
The vertical distance from the stated elevation within which there is a defined confidence of the true position falling. The elevation accuracy is of typeFloat
.- See Also:
-
GEOID_UNDULATION
A distance separating the geoid and the ellipsoid at that position. In respect of WGS-84 geodetic datum, the difference between the WGS-84 ellipsoidal height and geoidal height represents geoidal undulation. The geoid undulation is of typeFloat
.- See Also:
-
VERTICAL_DISTANCE_UNIT
The unit of measurement for vertical distances: elevation, geoidal undulation. The vertical distance unit is of typeTLcdAltitudeUnit
.- See Also:
-
VERTICAL_DATUM
Attribute to take the "Vertical Datum". The vertical datum is of typeString
.- See Also:
-
ORIGINAL_LONGITUDE
Original longitude. The original longitude is of the typeString
.- See Also:
-
ORIGINAL_LATITUDE
Original latitude. The original latitude is of the typeString
.- See Also:
-
ORIGINAL_DATUM
Original datum. The original datum is of the typeILcdGeodeticDatum
.- See Also:
-
REMARK
Free text remarks. The remark is of the typeString
.- See Also:
-