Class DirectPositionListTypeBinding

Object
AbstractComplexBinding
DirectPositionListTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding

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

         
  <complexType name="DirectPositionListType">
      <annotation>
          <documentation>DirectPositionList instances hold the coordinates for a sequence of direct positions within the same coordinate
                          reference system (CRS).</documentation>
      </annotation>
      <simpleContent>
          <extension base="gml:doubleList">
              <attributeGroup ref="gml:SRSReferenceGroup"/>
              <attribute name="count" type="positiveInteger" use="optional">
                  <annotation>
                      <documentation>"count" allows to specify the number of direct positions in the list. If the attribute count is present then
                                                  the attribute srsDimension shall be present, too.</documentation>
                  </annotation>
              </attribute>
          </extension>
      </simpleContent>
  </complexType>