Class TLcdGML31LinearRingProperty

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

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

    • LINEAR_RING_PROPERTY

      public static final TLcdDataProperty LINEAR_RING_PROPERTY
      Data property that maps to the LinearRing element. The possible values for this property are instances of TLcdGML31LinearRing.
  • Constructor Details

    • TLcdGML31LinearRingProperty

      public TLcdGML31LinearRingProperty()
    • TLcdGML31LinearRingProperty

      public TLcdGML31LinearRingProperty(TLcdDataType aType)
  • Method Details

    • getLinearRing

      public TLcdGML31LinearRing getLinearRing()
      Returns the value of the property that maps to the LinearRing element.
      Returns:
      the value of the LINEAR_RING_PROPERTY property.
    • setLinearRing

      public void setLinearRing(TLcdGML31LinearRing aValue)
      Sets the value of the property that maps to the LinearRing element.
      Parameters:
      aValue - the value to set for the LINEAR_RING_PROPERTY property.