Class TLcdAIXMObstacleDataProperties
java.lang.Object
com.luciad.format.aixm.model.obstacle.TLcdAIXMObstacleDataProperties
This class provides easy access to the properties of the Obstacle type.
- Since:
- 2014.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identifier of the affected aerodrome / heliport, if this obstacle is located on an aerodrome / heliport.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
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
Indication whether this obstacle is actually a group of obstacle.static final TLcdDataProperty
The height of the obstacle.static final TLcdDataProperty
Indication whether this obstacle is lighted.static final TLcdDataProperty
Description of the type and color of lighting.static final TLcdDataProperty
Description of the visual marking.static final TLcdDataProperty
An artificial unique identifier in a given context.static final TLcdDataProperty
The name of the obstacle.static final TLcdDataProperty
Original latitude.static final TLcdDataProperty
Original longitude.static final TLcdDataProperty
Free text remarks.static final TLcdDataProperty
The type of the obstacle (crane, building, etc.).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
-
NAME
The name of the obstacle. This property is of the typeString
. -
TYPE
The type of the obstacle (crane, building, etc.). This property is of the typeString
. -
GROUP
Indication whether this obstacle is actually a group of obstacle. This property is of the typeBoolean
. -
LIGHTED
Indication whether this obstacle is lighted. This property is of the typeBoolean
. -
LIGHTING_DESCRIPTION
Description of the type and color of lighting. This property is of the typeString
. -
MARKING_DESCRIPTION
Description of the visual marking. This property 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
. -
HEIGHT
The height of the obstacle. The height is of the typeFloat
. -
AFFECTED_AERODROME_HELIPORT
The identifier of the affected aerodrome / heliport, if this obstacle is located on an aerodrome / heliport. The identifier is of the typeString
. -
ELEVATION
The vertical distance of the position from Mean Sea Level. The geoidal height of the position. The elevation is of the 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 the 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 the 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 the 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 the typeFloat
. -
VERTICAL_DATUM
Attribute to take the "Vertical Datum". The vertical datum is of the typeString
. -
VERTICAL_DISTANCE_UNIT
The unit of measurement for vertical distances: elevation, geoidal undulation. The vertical distance unit is of the typeTLcdAltitudeUnit
. -
ORIGINAL_LATITUDE
Original latitude. The original latitude is of the typeString
. -
ORIGINAL_LONGITUDE
Original longitude. The original longitude is of the typeString
. -
REMARK
Free text remarks. This property is of the typeString
.
-