Class GMLMultiPointTypeBinding

Object
AbstractComplexBinding
GMLMultiPointTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding

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

         
  <complexType name="MultiPointType">
      <annotation>
          <documentation>         A MultiPoint is defined by one or more
              Points, referenced through          pointMember elements.       </documentation>
      </annotation>
      <complexContent>
          <restriction base="gml:GeometryCollectionType">
              <sequence>
                  <element ref="gml:pointMember" maxOccurs="unbounded"/>
              </sequence>
              <attribute name="gid" type="ID" use="optional"/>
              <attribute name="srsName" type="anyURI" use="required"/>
          </restriction>
      </complexContent>
  </complexType>