Interface GeometryArrayPropertyType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    GeometryArrayPropertyTypeImpl

    public interface GeometryArrayPropertyType
    extends EObject
    A representation of the model object 'Geometry Array Property Type'. 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.

    The following features are supported:

    See Also:
    Gml311Package.getGeometryArrayPropertyType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList<AbstractGeometryType> getGeometry()
      Returns the value of the 'Geometry' containment reference list.
      FeatureMap getGeometryGroup()
      Returns the value of the 'Geometry Group' attribute list.
      • Methods inherited from interface EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getGeometryGroup

        FeatureMap getGeometryGroup()
        Returns the value of the 'Geometry Group' attribute list. The list contents are of type FeatureMap.Entry. The "_Geometry" element is the abstract head of the substituition 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 Group' attribute list.
        See Also:
        Gml311Package.getGeometryArrayPropertyType_GeometryGroup()
      • getGeometry

        EList<AbstractGeometryType> getGeometry()
        Returns the value of the 'Geometry' containment reference list. The list contents are of type AbstractGeometryType. The "_Geometry" element is the abstract head of the substituition 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' containment reference list.
        See Also:
        Gml311Package.getGeometryArrayPropertyType_Geometry()