Class GMLPointTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding

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

             
      <complexType name="PointType">
          <annotation>
              <documentation>         A Point is defined by a single
                  coordinate tuple.       </documentation>
          </annotation>
          <complexContent>
              <extension base="gml:AbstractGeometryType">
                  <sequence>
                      <choice>
                          <element ref="gml:coord"/>
                          <element ref="gml:coordinates"/>
                      </choice>
                  </sequence>
              </extension>
          </complexContent>
      </complexType>