File: aggregate_to_array.gml

package info (click to toggle)
qgis 3.40.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,183,800 kB
  • sloc: cpp: 1,595,841; python: 372,637; xml: 23,474; sh: 3,761; perl: 3,664; ansic: 2,257; sql: 2,137; yacc: 1,068; lex: 577; javascript: 540; lisp: 411; makefile: 154
file content (23 lines) | stat: -rw-r--r-- 2,274 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
     gml:id="aFeatureCollection"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://ogr.maptools.org/ aggregate_to_array.xsd"
     xmlns:ogr="http://ogr.maptools.org/"
     xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:boundedBy><gml:Envelope srsName="urn:ogc:def:crs:EPSG::4326"><gml:lowerCorner>-3 -1</gml:lowerCorner><gml:upperCorner>5 11</gml:upperCorner></gml:Envelope></gml:boundedBy>
                                                                                                                                                                           
  <ogr:featureMember>
    <ogr:aggregate_to_array gml:id="aggregate_to_array.0">
      <gml:boundedBy><gml:Envelope srsName="urn:ogc:def:crs:EPSG::4326"><gml:lowerCorner>-3 -1</gml:lowerCorner><gml:upperCorner>5 11</gml:upperCorner></gml:Envelope></gml:boundedBy>
      <ogr:geometryProperty><gml:MultiCurve srsName="urn:ogc:def:crs:EPSG::4326" gml:id="aggregate_to_array.geom.0"><gml:curveMember><gml:LineString gml:id="aggregate_to_array.geom.0.0"><gml:posList>2 6 2 9 3 9 5 11</gml:posList></gml:LineString></gml:curveMember><gml:curveMember><gml:LineString gml:id="aggregate_to_array.geom.0.1"><gml:posList>-1 -1 -1 1</gml:posList></gml:LineString></gml:curveMember><gml:curveMember><gml:LineString gml:id="aggregate_to_array.geom.0.2"><gml:posList>0 2 2 2 2 3 3 3</gml:posList></gml:LineString></gml:curveMember><gml:curveMember><gml:LineString gml:id="aggregate_to_array.geom.0.3"><gml:posList>1 3 1 5</gml:posList></gml:LineString></gml:curveMember><gml:curveMember><gml:LineString gml:id="aggregate_to_array.geom.0.4"><gml:posList>-3 7 -3 10</gml:posList></gml:LineString></gml:curveMember><gml:curveMember><gml:LineString gml:id="aggregate_to_array.geom.0.5"><gml:posList>-3 6 1 10</gml:posList></gml:LineString></gml:curveMember></gml:MultiCurve></ogr:geometryProperty>
      <ogr:fids>lines.0</ogr:fids>
      <ogr:fids>lines.1</ogr:fids>
      <ogr:fids>lines.2</ogr:fids>
      <ogr:fids>lines.3</ogr:fids>
      <ogr:fids>lines.4</ogr:fids>
      <ogr:fids>lines.5</ogr:fids>
      <ogr:fids>lines.6</ogr:fids>
    </ogr:aggregate_to_array>
  </ogr:featureMember>
</ogr:FeatureCollection>