Class MultiCurveTypeBinding

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

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

             
      <complexType name="MultiCurveType">
          <annotation>
              <documentation>A MultiCurve is defined by one or more Curves, referenced through curveMember 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:curveMember"/>
                      <element minOccurs="0" ref="gml:curveMembers"/>
                  </sequence>
              </extension>
          </complexContent>
      </complexType>