Class TLcdGML2BoundingShape

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML2BoundingShape extends TLcdFeaturedDataObject
Bounding shapes--a Box or a null element are currently allowed.
Since:
10.0
See Also:
  • Field Details

    • BOX_OR_NULL_PROPERTY

      public static final TLcdDataProperty BOX_OR_NULL_PROPERTY
      Data property that maps to the choice between the Box and null elements. The possible values for this property are instances of
  • Constructor Details

    • TLcdGML2BoundingShape

      public TLcdGML2BoundingShape()
    • TLcdGML2BoundingShape

      public TLcdGML2BoundingShape(TLcdDataType aType)
  • Method Details

    • getBoxOrNull

      public Object getBoxOrNull()
      Returns the value of the property that maps to the choice between the Box and null elements.

      The possible values for this property are instances of

      Returns:
      the value of the BOX_OR_NULL_PROPERTY property.
    • setBoxOrNull

      public void setBoxOrNull(Object aValue)
      Sets the value of the property that maps to the choice between the Box and null elements.

      The possible values for this property are instances of

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