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:
  • Method Details

    • getPolygonMember

      EList<PolygonPropertyType> getPolygonMember()
      Returns the value of the 'Polygon Member' containment reference list. The list contents are of type PolygonPropertyType. 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: