Class TLcdGML31PointArrayProperty

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

public class TLcdGML31PointArrayProperty extends TLcdFeaturedDataObject
A container for an array of points. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.
Since:
10.0
See Also:
  • Field Details

    • POINT_PROPERTY

      public static final TLcdDataProperty POINT_PROPERTY
      Data property that maps to the Point element. The possible values for this property are instances of List<TLcdGML31Point>.
  • Constructor Details

    • TLcdGML31PointArrayProperty

      public TLcdGML31PointArrayProperty()
    • TLcdGML31PointArrayProperty

      public TLcdGML31PointArrayProperty(TLcdDataType aType)
  • Method Details

    • getPoint

      public List<TLcdGML31Point> getPoint()
      Returns the value of the property that maps to the Point element.
      Returns:
      the value of the POINT_PROPERTY property.