Class TLcdAIXMGlidePathDataProperties
java.lang.Object
com.luciad.format.aixm.model.navaid.TLcdAIXMGlidePathDataProperties
This class provides easy access to the properties of the GlidePath type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
TThe frequency value of the ILS glide path.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 angle of the glide path.static final TLcdDataProperty
The value of the ILS Reference Datum Height (ILS RDH).static final TLcdDataProperty
The unit of measurement of the Reference Datum Height (RDH).static final TLcdDataProperty
Free text remarks.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
-
FREQUENCY
TThe frequency value of the ILS glide path. 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
. -
GLIDE_PATH_ANGLE
The angle of the glide path. The angle is of the typeFloat
. -
REFERENCE_DATUM_HEIGHT
The value of the ILS Reference Datum Height (ILS RDH). The reference datum height is of the typeFloat
. -
REFERENCE_DATUM_HEIGHT_UNIT
The unit of measurement of the Reference Datum Height (RDH). The reference datum height unit is of the typeTLcdAltitudeUnit
. -
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
. -
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
. -
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_DISTANCE_UNIT
The unit of measurement for vertical distances: elevation, geoidal undulation. The vertical distance unit is of typeTLcdAltitudeUnit
. -
VERTICAL_DATUM
Attribute to take the "Vertical Datum". The vertical datum is of typeString
. -
REMARK
Free text remarks. The remark is of the typeString
.
-