Class GMLLinearRingTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding

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

             
      <complexType name="LinearRingType">
          <annotation>
              <documentation>         A LinearRing is defined by four or more
                  coordinate tuples, with          linear interpolation
                  between them; the first and last coordinates          must
                  be coincident.       </documentation>
          </annotation>
          <complexContent>
              <extension base="gml:AbstractGeometryType">
                  <sequence>
                      <choice>
                          <element ref="gml:coord" minOccurs="4" maxOccurs="unbounded"/>
                          <element ref="gml:coordinates"/>
                      </choice>
                  </sequence>
              </extension>
          </complexContent>
      </complexType>