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>
|