Class MultiPointTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding

    public class MultiPointTypeBinding
    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>
              <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:pointMember"/>
                      <element minOccurs="0" ref="gml:pointMembers"/>
                  </sequence>
              </extension>
          </complexContent>
      </complexType>