Class GMLGeometryPropertyTypeBinding

Object
AbstractComplexBinding
GMLGeometryPropertyTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding

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

         
  <complexType name="GeometryPropertyType">
      <annotation>
          <documentation>         A simple geometry property encapsulates
              a geometry element.         Alternatively, it can function
              as a pointer (simple-type link)          that refers to a
              remote geometry element.       </documentation>
      </annotation>
      <sequence minOccurs="0">
          <element ref="gml:_Geometry"/>
      </sequence>
      <attributeGroup ref="xlink:simpleLink"/>
      <attribute ref="gml:remoteSchema" use="optional"/>
  </complexType>

          
         
  • Constructor Details

    • GMLGeometryPropertyTypeBinding

      public GMLGeometryPropertyTypeBinding()
  • Method Details