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 Link icon

    • BOX_OR_NULL_PROPERTY Link icon

      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 Link icon

    • TLcdGML2BoundingShape Link icon

      public TLcdGML2BoundingShape()
    • TLcdGML2BoundingShape Link icon

      public TLcdGML2BoundingShape(TLcdDataType aType)
  • Method Details Link icon

    • getBoxOrNull Link icon

      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 Link icon

      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.