Class MultiSurfaceTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding
    Direct Known Subclasses:
    MultiSurfaceTypeBinding

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

             
      <complexType name="MultiSurfaceType">
          <annotation>
              <documentation>A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.</documentation>
          </annotation>
          <complexContent>
              <extension base="gml:AbstractGeometricAggregateType">
                  <sequence>
                      <annotation>
                          <documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. It is also valid to use both the "standard" and the array property style in the same collection.
      NOTE: Array properties cannot reference remote geometry elements.</documentation>
                      </annotation>
                      <element maxOccurs="unbounded" minOccurs="0" ref="gml:surfaceMember"/>
                      <element minOccurs="0" ref="gml:surfaceMembers"/>
                  </sequence>
              </extension>
          </complexContent>
      </complexType>