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

    • POINT_PROPERTY Link icon

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

    • TLcdGML31PointArrayProperty Link icon

      public TLcdGML31PointArrayProperty()
    • TLcdGML31PointArrayProperty Link icon

      public TLcdGML31PointArrayProperty(TLcdDataType aType)
  • Method Details Link icon

    • getPoint Link icon

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