1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<?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/ multi_intersection.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::4826"><gml:lowerCorner>249744.563673448 69160.4216774098</gml:lowerCorner><gml:upperCorner>250812.829027203 70013.573992985</gml:upperCorner></gml:Envelope></gml:boundedBy>
<ogr:featureMember>
<ogr:multi_intersection gml:id="multi_intersection.0">
<gml:boundedBy><gml:Envelope srsName="urn:ogc:def:crs:EPSG::4826"><gml:lowerCorner>249744.563673448 69160.4216774098</gml:lowerCorner><gml:upperCorner>250812.829027203 70013.573992985</gml:upperCorner></gml:Envelope></gml:boundedBy>
<ogr:geometryProperty><gml:MultiSurface srsName="urn:ogc:def:crs:EPSG::4826" gml:id="multi_intersection.geom.0"><gml:surfaceMember><gml:Polygon gml:id="multi_intersection.geom.0.0"><gml:exterior><gml:LinearRing><gml:posList>250501.805418551 69784.8692477416 250812.829027203 69448.9637503969 250722.342137178 69286.6196241757 250296.424066843 69160.4216774098 250134.244220838 69245.7794910966 249766.683023126 69695.0209549674 249744.563673448 69769.0726908435 249901.42396604 69968.4713678672 249995.387768369 70013.573992985 250501.805418551 69784.8692477416</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon></gml:surfaceMember></gml:MultiSurface></ogr:geometryProperty>
<ogr:id>1</ogr:id>
<ogr:valor>terras sal</ogr:valor>
<ogr:id_2>1</ogr:id_2>
<ogr:valor_2>maio</ogr:valor_2>
<ogr:id_3>1</ogr:id_3>
<ogr:valor_3>norte</ogr:valor_3>
</ogr:multi_intersection>
</ogr:featureMember>
</ogr:FeatureCollection>
|