Class GMLLineStringTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding

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

             
      <complexType name="LineStringType">
          <annotation>
              <documentation>         A LineString is defined by two or more
                  coordinate tuples, with          linear interpolation
                  between them.        </documentation>
          </annotation>
          <complexContent>
              <extension base="gml:AbstractGeometryType">
                  <sequence>
                      <choice>
                          <element ref="gml:coord" minOccurs="2" maxOccurs="unbounded"/>
                          <element ref="gml:coordinates"/>
                      </choice>
                  </sequence>
              </extension>
          </complexContent>
      </complexType>