Package net.opengis.gml311
Interface MultiPolygonType
- All Superinterfaces:
AbstractGeometricAggregateType
,AbstractGeometryType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
MultiPolygonTypeImpl
A representation of the model object 'Multi Polygon Type'.
A MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements. Deprecated with GML version 3.0. Use MultiSurfaceType instead.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<PolygonPropertyType>
Returns the value of the 'Polygon Member' containment reference list.Methods inherited from interface AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
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
-
getPolygonMember
EList<PolygonPropertyType> getPolygonMember()Returns the value of the 'Polygon Member' containment reference list. The list contents are of typePolygonPropertyType
. Deprecated with GML 3.0 and included only for backwards compatibility with GML 2.0. Use "surfaceMember" instead. This property element either references a polygon via the XLink-attributes or contains the polygon element.- Returns:
- the value of the 'Polygon Member' containment reference list.
- See Also:
-