Class TLcdGML31RingProperty

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

public class TLcdGML31RingProperty extends TLcdFeaturedDataObject
Encapsulates a ring to represent properties in features or geometry collections.
Since:
10.0
See Also:
  • Field Details

    • RING_PROPERTY

      public static final TLcdDataProperty RING_PROPERTY
      Data property that maps to the Ring element. The possible values for this property are instances of TLcdGML31Ring.
  • Constructor Details

    • TLcdGML31RingProperty

      public TLcdGML31RingProperty()
    • TLcdGML31RingProperty

      public TLcdGML31RingProperty(TLcdDataType aType)
  • Method Details

    • getRing

      public TLcdGML31Ring getRing()
      Returns the value of the property that maps to the Ring element.
      Returns:
      the value of the RING_PROPERTY property.
    • setRing

      public void setRing(TLcdGML31Ring aValue)
      Sets the value of the property that maps to the Ring element.
      Parameters:
      aValue - the value to set for the RING_PROPERTY property.