Class DirectPositionTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding

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

             
      <complexType name="DirectPositionType">
          <annotation>
              <documentation>DirectPosition instances hold the coordinates for a position within some coordinate reference system (CRS). Since
                              DirectPositions, as data types, will often be included in larger objects (such as geometry elements) that have references to CRS, the
                              "srsName" attribute will in general be missing, if this particular DirectPosition is included in a larger element with such a reference to a
                              CRS. In this case, the CRS is implicitly assumed to take on the value of the containing object's CRS.</documentation>
          </annotation>
          <simpleContent>
              <extension base="gml:doubleList">
                  <attributeGroup ref="gml:SRSReferenceGroup"/>
              </extension>
          </simpleContent>
      </complexType>