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
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.
-
-
-
Method Detail
-
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:
Gml311Package.getGeometryArrayPropertyType_GeometryGroup()
-
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:
Gml311Package.getGeometryArrayPropertyType_Geometry()
-
-