Class TLcdAIXMVORDataProperties
java.lang.Object
com.luciad.format.aixm.model.navaid.TLcdAIXMVORDataProperties
This class provides easy access to the properties of the VOR type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The beginning date and time of validity for the features of the navaid.static final TLcdDataProperty
The vertical distance of the position from Mean Sea Level.static final TLcdDataProperty
The vertical distance from the stated elevation within which there is a defined confidence of the true position falling.static final TLcdDataProperty
A code indicating the type of emission, as defined at the 1979 ITU World Administrative Radio Conference.static final TLcdDataProperty
The End date and time of validity for the features of the navaid.static final TLcdDataProperty
The value of the frequency.static final TLcdDataProperty
The unit of measurement of the frequency.static final TLcdDataProperty
The horizontal distance from the stated geographical position within which there is a defined confidence of the true position falling.static final TLcdDataProperty
The unit of measurement for the value expressing the accuracy of the geographical co-ordinates.static final TLcdDataProperty
A distance separating the geoid and the ellipsoid at that position.static final TLcdDataProperty
The identification of the navaid.static final TLcdDataProperty
The angular difference between True North and Magnetic North.static final TLcdDataProperty
The year the magnetic variation was measured.static final TLcdDataProperty
An artificial unique identifier in a given context.static final TLcdDataProperty
The name of the navaid.static final TLcdDataProperty
The class of the navaid.static final TLcdDataProperty
A code indicating the direction of the 'zero bearing' provided by the station.static final TLcdDataProperty
The responsible organization or authority.static final TLcdDataProperty
The original datum in which the geometry was encoded.static final TLcdDataProperty
Original latitude.static final TLcdDataProperty
Original longitude.static final TLcdDataProperty
Free text remarks.static final TLcdDataProperty
The angular difference between the direction of the 'zero bearing' indicated by the station and the direction of the True North.static final TLcdDataProperty
A code indicating the type of VOR.static final TLcdDataProperty
Attribute to take the "Vertical Datum".static final TLcdDataProperty
The unit of measurement for vertical distances: elevation, geoidal undulation. -
Method Summary
-
Field Details
-
IDENTIFIER
The identification of the navaid. The identifier is of the typeString
. -
NAME
The name of the navaid. The name is of the typeString
. -
NAVAID_CLASS
The class of the navaid. The navaid class is of the typeTLcdNavaidType
. -
TYPE
A code indicating the type of VOR. The code is of the typeTLcdVORType
. -
BEGINNING_DATE
The beginning date and time of validity for the features of the navaid. The date is of the typeString
. -
END_DATE
The End date and time of validity for the features of the navaid. The date is of the typeString
. -
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
. -
FREQUENCY
The value of the frequency. The frequency is of the typeFloat
. -
FREQUENCY_UNIT
The unit of measurement of the frequency. The frequency unit is of the typeTLcdFrequencyUnit
. -
EMISSION
A code indicating the type of emission, as defined at the 1979 ITU World Administrative Radio Conference. The emission is of the typeTLcdEmissionType
. -
ORGANIZATION
The responsible organization or authority. The organization is of the typeString
. -
NORTH_REFERENCE
A code indicating the direction of the 'zero bearing' provided by the station. For example: magnetic north, true north. The north reference is of the typeString
. -
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
. -
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North. The magnetic variation is of typeString
-
MAGNETIC_VARIATION_DATE
The year the magnetic variation was measured. The rate is of typeString
. -
ELEVATION
The vertical distance of the position from Mean Sea Level. The geoidal height of the position. The elevation is of typeFloat
. -
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
. -
GEOGRAPHICAL_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
. -
GEOGRAPHICAL_ACCURACY_UNIT
The unit of measurement for the value expressing the accuracy of the geographical co-ordinates. The geographical accuracy unit is of typeTLcdDistanceUnit
. -
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
. -
VERTICAL_DATUM
Attribute to take the "Vertical Datum". The vertical datum is of typeString
. -
VERTICAL_DISTANCE_UNIT
The unit of measurement for vertical distances: elevation, geoidal undulation. The vertical distance unit is of typeTLcdAltitudeUnit
. -
ORIGINAL_LATITUDE
Original latitude. The original latitude is of the typeString
. -
ORIGINAL_LONGITUDE
Original longitude. The original longitude is of the typeString
. -
ORIGINAL_DATUM
The original datum in which the geometry was encoded. Values are instances ofILcdGeodeticDatum
. -
REMARK
Free text remarks. The remark is of the typeString
.
-