Package net.opengis.gml311
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:
-
Method Summary
Modifier and TypeMethodDescriptionEList<AbstractGeometryType>
Returns the value of the 'Geometry' containment reference list.FeatureMap
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 Details
-
getGeometryGroup
FeatureMap getGeometryGroup()Returns the value of the 'Geometry Group' attribute list. The list contents are of typeFeatureMap.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:
-
getGeometry
EList<AbstractGeometryType> getGeometry()Returns the value of the 'Geometry' containment reference list. The list contents are of typeAbstractGeometryType
. 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:
-