Class GMLAbstractGeometryTypeBinding

Object
AbstractComplexBinding
GMLAbstractGeometryTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding

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

         
  <complexType name="AbstractGeometryType" abstract="true">
      <annotation>
          <documentation>         All geometry elements are derived from
              this abstract supertype;          a geometry element may
              have an identifying attribute (gid).          It may be
              associated with a spatial reference system.       </documentation>
      </annotation>
      <complexContent>
          <restriction base="anyType">
              <attribute name="gid" type="ID" use="optional"/>
              <attribute name="srsName" type="anyURI" use="optional"/>
          </restriction>
      </complexContent>
  </complexType>