Package net.opengis.gml311
Interface MultiPolygonType
-
- All Superinterfaces:
AbstractGeometricAggregateType
,AbstractGeometryType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
MultiPolygonTypeImpl
public interface MultiPolygonType extends AbstractGeometricAggregateType
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:
Gml311Package.getMultiPolygonType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<PolygonPropertyType>
getPolygonMember()
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
-
-
-
-
Method Detail
-
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:
Gml311Package.getMultiPolygonType_PolygonMember()
-
-