Class GMLPolygonTypeBinding

Object
AbstractComplexBinding
GMLPolygonTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class GMLPolygonTypeBinding extends AbstractComplexBinding
Binding object for the type http://www.opengis.net/gml:PolygonType.

         
  <complexType name="PolygonType">
      <annotation>
          <documentation>         A Polygon is defined by an outer
              boundary and zero or more inner          boundaries which
              are in turn defined by LinearRings.       </documentation>
      </annotation>
      <complexContent>
          <extension base="gml:AbstractGeometryType">
              <sequence>
                  <element ref="gml:outerBoundaryIs"/>
                  <element ref="gml:innerBoundaryIs" minOccurs="0" maxOccurs="unbounded"/>
              </sequence>
          </extension>
      </complexContent>
  </complexType>