Class TLcdAIXMObstacleDataProperties

java.lang.Object
com.luciad.format.aixm.model.obstacle.TLcdAIXMObstacleDataProperties

public class TLcdAIXMObstacleDataProperties extends Object
This class provides easy access to the properties of the Obstacle type.
Since:
2014.0
See Also:
  • Field Details

    • NAME

      public static final TLcdDataProperty NAME
      The name of the obstacle. This property is of the type String.
    • TYPE

      public static final TLcdDataProperty TYPE
      The type of the obstacle (crane, building, etc.). This property is of the type String.
    • GROUP

      public static final TLcdDataProperty GROUP
      Indication whether this obstacle is actually a group of obstacle. This property is of the type Boolean.
    • LIGHTED

      public static final TLcdDataProperty LIGHTED
      Indication whether this obstacle is lighted. This property is of the type Boolean.
    • LIGHTING_DESCRIPTION

      public static final TLcdDataProperty LIGHTING_DESCRIPTION
      Description of the type and color of lighting. This property is of the type String.
    • MARKING_DESCRIPTION

      public static final TLcdDataProperty MARKING_DESCRIPTION
      Description of the visual marking. This property is of the type String.
    • MID

      public static final TLcdDataProperty MID
      An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the type String.
    • HEIGHT

      public static final TLcdDataProperty HEIGHT
      The height of the obstacle. The height is of the type Float.
    • AFFECTED_AERODROME_HELIPORT

      public static final TLcdDataProperty AFFECTED_AERODROME_HELIPORT
      The identifier of the affected aerodrome / heliport, if this obstacle is located on an aerodrome / heliport. The identifier is of the type String.
    • ELEVATION

      public static final TLcdDataProperty ELEVATION
      The vertical distance of the position from Mean Sea Level. The geoidal height of the position. The elevation is of the type Float.
    • ELEVATION_ACCURACY

      public static final TLcdDataProperty 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 type Float.
    • GEOGRAPHICAL_ACCURACY

      public static final TLcdDataProperty 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 type Float.
    • GEOGRAPHICAL_ACCURACY_UNIT

      public static final TLcdDataProperty 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 type TLcdDistanceUnit.
    • GEOID_UNDULATION

      public static final TLcdDataProperty 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 type Float.
    • VERTICAL_DATUM

      public static final TLcdDataProperty VERTICAL_DATUM
      Attribute to take the "Vertical Datum". The vertical datum is of the type String.
    • VERTICAL_DISTANCE_UNIT

      public static final TLcdDataProperty VERTICAL_DISTANCE_UNIT
      The unit of measurement for vertical distances: elevation, geoidal undulation. The vertical distance unit is of the type TLcdAltitudeUnit.
    • ORIGINAL_LATITUDE

      public static final TLcdDataProperty ORIGINAL_LATITUDE
      Original latitude. The original latitude is of the type String.
    • ORIGINAL_LONGITUDE

      public static final TLcdDataProperty ORIGINAL_LONGITUDE
      Original longitude. The original longitude is of the type String.
    • REMARK

      public static final TLcdDataProperty REMARK
      Free text remarks. This property is of the type String.