Class TLcdGML32RingProperty

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32RingProperty
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32RingProperty extends TLcdDataObject
A property with the content model of gml:RingPropertyType encapsulates a ring to represent a component of a surface boundary.
Since:
10.0
  • 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 TLcdGML32Ring.
  • Constructor Details

    • TLcdGML32RingProperty

      public TLcdGML32RingProperty()
    • TLcdGML32RingProperty

      public TLcdGML32RingProperty(TLcdDataType aType)
  • Method Details

    • getRing

      public TLcdGML32Ring getRing()
      Returns the value of the property that maps to the Ring element.

      A ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6. Every gml:curveMember references or contains one curve, i.e. any element which is substitutable for gml:AbstractCurve. In the context of a ring, the curves describe the boundary of the surface. The sequence of curves shall be contiguous and connected in a cycle. If provided, the aggregationType attribute shall have the value "sequence".

      Returns:
      the value of the RING_PROPERTY property.
    • setRing

      public void setRing(TLcdGML32Ring aValue)
      Sets the value of the property that maps to the Ring element.

      A ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6. Every gml:curveMember references or contains one curve, i.e. any element which is substitutable for gml:AbstractCurve. In the context of a ring, the curves describe the boundary of the surface. The sequence of curves shall be contiguous and connected in a cycle. If provided, the aggregationType attribute shall have the value "sequence".

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