Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:DirectPositionListType
Namespace http://www.opengis.net/gml/3.2
Annotations
posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS).
if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc. 
The optional attribute count specifies the number of direct positions in the list. If the attribute count is present then the attribute srsDimension shall be present, too.
The number of entries in the list is equal to the product of the dimensionality of the coordinate reference system (i.e. it is a derived value of the coordinate reference system definition) and the number of direct positions.
Diagram
Diagram index193.tmp#id119 index41.tmp#id120 index494.tmp#id273
Type extension of gml:doubleList
Type hierarchy
Used by
Element gml:posList
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
count positiveInteger optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="DirectPositionListType">
  <annotation>
    <documentation>posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS). if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc. The optional attribute count specifies the number of direct positions in the list. If the attribute count is present then the attribute srsDimension shall be present, too. The number of entries in the list is equal to the product of the dimensionality of the coordinate reference system (i.e. it is a derived value of the coordinate reference system definition) and the number of direct positions.</documentation>
  </annotation>
  <simpleContent>
    <extension base="gml:doubleList">
      <attributeGroup ref="gml:SRSReferenceGroup"/>
      <attribute name="count" type="positiveInteger"/>
    </extension>
  </simpleContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryBasic0d1d.xsd
Attribute gml:DirectPositionListType / @count
Namespace No namespace
Type positiveInteger
Properties
content: simple
Used by
Source
<attribute name="count" type="positiveInteger"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryBasic0d1d.xsd