Class TLcdGML31GeometryArrayProperty

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31GeometryArrayProperty
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31GeometryArrayProperty extends TLcdFeaturedDataObject
A container for an array of geometry elements. 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

    • GEOMETRY_PROPERTY

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

    • TLcdGML31GeometryArrayProperty

      public TLcdGML31GeometryArrayProperty()
    • TLcdGML31GeometryArrayProperty

      public TLcdGML31GeometryArrayProperty(TLcdDataType aType)
  • Method Details

    • getGeometry

      public List<TLcdGML31AbstractGeometry> getGeometry()
      Returns the value of the property that maps to the _Geometry element.

      The "_Geometry" element is the abstract head of the substitution group for all geometry elements of GML 3. This includes pre-defined and user-defined geometry elements. Any geometry element must be a direct or indirect extension/restriction of AbstractGeometryType and must be directly or indirectly in the substitution group of "_Geometry".

      Returns:
      the value of the GEOMETRY_PROPERTY property.