Class TLcdGML31DirectedObservation

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdShapeList, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdInvalidateable, ILcdSelfDescribedFeatured, Serializable, Cloneable
Direct Known Subclasses:
TLcdGML31DirectedObservationAtDistance

public class TLcdGML31DirectedObservation extends TLcdGML31Observation
Since:
10.0
See Also:
  • Field Details

    • DIRECTION_PROPERTY

      public static final TLcdDataProperty DIRECTION_PROPERTY
      Data property that maps to the direction element. The possible values for this property are instances of TLcdGML31DirectionProperty.
    • BOUNDED_BY_PROPERTY

      public static final TLcdDataProperty BOUNDED_BY_PROPERTY
      Data property that maps to the boundedBy element. The possible values for this property are instances of TLcdGML31BoundingShape.
    • LOCATION_PROPERTY

      public static final TLcdDataProperty LOCATION_PROPERTY
      Data property that maps to the location element. The possible values for this property are instances of TLcdGML31LocationProperty.
  • Constructor Details

    • TLcdGML31DirectedObservation

      public TLcdGML31DirectedObservation()
    • TLcdGML31DirectedObservation

      public TLcdGML31DirectedObservation(TLcdDataType aType)
  • Method Details

    • getDirection

      public Object getDirection()
      Returns the value of the property that maps to the direction element.
      Returns:
      the value of the DIRECTION_PROPERTY property.
      See Also:
    • setDirection

      public void setDirection(Object aValue)
      Sets the value of the property that maps to the direction element.
      Parameters:
      aValue - the value to set for the DIRECTION_PROPERTY property.
    • getBoundedBy

      public TLcdGML31BoundingShape getBoundedBy()
      Returns the value of the property that maps to the boundedBy element.
      Returns:
      the value of the BOUNDED_BY_PROPERTY property.
    • setBoundedBy

      public void setBoundedBy(TLcdGML31BoundingShape aValue)
      Sets the value of the property that maps to the boundedBy element.
      Parameters:
      aValue - the value to set for the BOUNDED_BY_PROPERTY property.
    • getLocation

      public Object getLocation()
      Returns the value of the property that maps to the location element.

      Deprecated in GML 3.1.0

      Returns:
      the value of the LOCATION_PROPERTY property.
      See Also:
    • setLocation

      public void setLocation(Object aValue)
      Sets the value of the property that maps to the location element.

      Deprecated in GML 3.1.0

      Parameters:
      aValue - the value to set for the LOCATION_PROPERTY property.