File tree 4 files changed +126
-0
lines changed
python/plugins/processing/tests/testdata/expected
4 files changed +126
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <ogr : FeatureCollection
3
+ gml : id =" aFeatureCollection"
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : schemaLocation =" http://ogr.maptools.org/ concave_hull_points_03.xsd"
6
+ xmlns : ogr =" http://ogr.maptools.org/"
7
+ xmlns : gml =" http://www.opengis.net/gml/3.2" >
8
+ <gml : boundedBy ><gml : Envelope srsName =" urn:ogc:def:crs:EPSG::4326" ><gml : lowerCorner >-5 0</gml : lowerCorner ><gml : upperCorner >3 8</gml : upperCorner ></gml : Envelope ></gml : boundedBy >
9
+
10
+ <ogr : featureMember >
11
+ <ogr : concave_hull_points_03 gml : id =" concave_hull_points_03.0" >
12
+ <gml : boundedBy ><gml : Envelope srsName =" urn:ogc:def:crs:EPSG::4326" ><gml : lowerCorner >-5 0</gml : lowerCorner ><gml : upperCorner >3 8</gml : upperCorner ></gml : Envelope ></gml : boundedBy >
13
+ <ogr : geometryProperty ><gml : Polygon srsName =" urn:ogc:def:crs:EPSG::4326" gml : id =" concave_hull_points_03.geom.0" ><gml : exterior ><gml : LinearRing ><gml : posList >-5 0 -1 0 1 1 2 2 3 3 2 5 -1 8 -1 7 1 4 -5 0</gml : posList ></gml : LinearRing ></gml : exterior ></gml : Polygon ></ogr : geometryProperty >
14
+ </ogr : concave_hull_points_03 >
15
+ </ogr : featureMember >
16
+ </ogr : FeatureCollection >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <xs : schema
3
+ targetNamespace =" http://ogr.maptools.org/"
4
+ xmlns : ogr =" http://ogr.maptools.org/"
5
+ xmlns : xs =" http://www.w3.org/2001/XMLSchema"
6
+ xmlns : gml =" http://www.opengis.net/gml/3.2"
7
+ xmlns : gmlsf =" http://www.opengis.net/gmlsf/2.0"
8
+ elementFormDefault =" qualified"
9
+ version =" 1.0" >
10
+ <xs : annotation >
11
+ <xs : appinfo source =" http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd" >
12
+ <gmlsf : ComplianceLevel >0</gmlsf : ComplianceLevel >
13
+ </xs : appinfo >
14
+ </xs : annotation >
15
+ <xs : import namespace =" http://www.opengis.net/gml/3.2" schemaLocation =" http://schemas.opengis.net/gml/3.2.1/gml.xsd" />
16
+ <xs : import namespace =" http://www.opengis.net/gmlsf/2.0" schemaLocation =" http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd" />
17
+ <xs : element name =" FeatureCollection" type =" ogr:FeatureCollectionType" substitutionGroup =" gml:AbstractFeature" />
18
+ <xs : complexType name =" FeatureCollectionType" >
19
+ <xs : complexContent >
20
+ <xs : extension base =" gml:AbstractFeatureType" >
21
+ <xs : sequence minOccurs =" 0" maxOccurs =" unbounded" >
22
+ <xs : element name =" featureMember" >
23
+ <xs : complexType >
24
+ <xs : complexContent >
25
+ <xs : extension base =" gml:AbstractFeatureMemberType" >
26
+ <xs : sequence >
27
+ <xs : element ref =" gml:AbstractFeature" />
28
+ </xs : sequence >
29
+ </xs : extension >
30
+ </xs : complexContent >
31
+ </xs : complexType >
32
+ </xs : element >
33
+ </xs : sequence >
34
+ </xs : extension >
35
+ </xs : complexContent >
36
+ </xs : complexType >
37
+ <xs : element name =" concave_hull_points_03" type =" ogr:concave_hull_points_03_Type" substitutionGroup =" gml:AbstractFeature" />
38
+ <xs : complexType name =" concave_hull_points_03_Type" >
39
+ <xs : complexContent >
40
+ <xs : extension base =" gml:AbstractFeatureType" >
41
+ <xs : sequence >
42
+ <xs : element name =" geometryProperty" type =" gml:SurfacePropertyType" nillable =" true" minOccurs =" 0" maxOccurs =" 1" /> <!-- restricted to Polygon --><!-- srsName="urn:ogc:def:crs:EPSG::4326" -->
43
+ </xs : sequence >
44
+ </xs : extension >
45
+ </xs : complexContent >
46
+ </xs : complexType >
47
+ </xs : schema >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <ogr : FeatureCollection
3
+ gml : id =" aFeatureCollection"
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : schemaLocation =" http://ogr.maptools.org/ concave_hull_points_09.xsd"
6
+ xmlns : ogr =" http://ogr.maptools.org/"
7
+ xmlns : gml =" http://www.opengis.net/gml/3.2" >
8
+ <gml : boundedBy ><gml : Envelope srsName =" urn:ogc:def:crs:EPSG::4326" ><gml : lowerCorner >-5 0</gml : lowerCorner ><gml : upperCorner >3 8</gml : upperCorner ></gml : Envelope ></gml : boundedBy >
9
+
10
+ <ogr : featureMember >
11
+ <ogr : concave_hull_points_09 gml : id =" concave_hull_points_09.0" >
12
+ <gml : boundedBy ><gml : Envelope srsName =" urn:ogc:def:crs:EPSG::4326" ><gml : lowerCorner >-5 0</gml : lowerCorner ><gml : upperCorner >3 8</gml : upperCorner ></gml : Envelope ></gml : boundedBy >
13
+ <ogr : geometryProperty ><gml : Polygon srsName =" urn:ogc:def:crs:EPSG::4326" gml : id =" concave_hull_points_09.geom.0" ><gml : exterior ><gml : LinearRing ><gml : posList >-1 0 1 1 2 2 3 3 2 5 -1 8 -1 7 -5 0 -1 0</gml : posList ></gml : LinearRing ></gml : exterior ></gml : Polygon ></ogr : geometryProperty >
14
+ </ogr : concave_hull_points_09 >
15
+ </ogr : featureMember >
16
+ </ogr : FeatureCollection >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <xs : schema
3
+ targetNamespace =" http://ogr.maptools.org/"
4
+ xmlns : ogr =" http://ogr.maptools.org/"
5
+ xmlns : xs =" http://www.w3.org/2001/XMLSchema"
6
+ xmlns : gml =" http://www.opengis.net/gml/3.2"
7
+ xmlns : gmlsf =" http://www.opengis.net/gmlsf/2.0"
8
+ elementFormDefault =" qualified"
9
+ version =" 1.0" >
10
+ <xs : annotation >
11
+ <xs : appinfo source =" http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd" >
12
+ <gmlsf : ComplianceLevel >0</gmlsf : ComplianceLevel >
13
+ </xs : appinfo >
14
+ </xs : annotation >
15
+ <xs : import namespace =" http://www.opengis.net/gml/3.2" schemaLocation =" http://schemas.opengis.net/gml/3.2.1/gml.xsd" />
16
+ <xs : import namespace =" http://www.opengis.net/gmlsf/2.0" schemaLocation =" http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd" />
17
+ <xs : element name =" FeatureCollection" type =" ogr:FeatureCollectionType" substitutionGroup =" gml:AbstractFeature" />
18
+ <xs : complexType name =" FeatureCollectionType" >
19
+ <xs : complexContent >
20
+ <xs : extension base =" gml:AbstractFeatureType" >
21
+ <xs : sequence minOccurs =" 0" maxOccurs =" unbounded" >
22
+ <xs : element name =" featureMember" >
23
+ <xs : complexType >
24
+ <xs : complexContent >
25
+ <xs : extension base =" gml:AbstractFeatureMemberType" >
26
+ <xs : sequence >
27
+ <xs : element ref =" gml:AbstractFeature" />
28
+ </xs : sequence >
29
+ </xs : extension >
30
+ </xs : complexContent >
31
+ </xs : complexType >
32
+ </xs : element >
33
+ </xs : sequence >
34
+ </xs : extension >
35
+ </xs : complexContent >
36
+ </xs : complexType >
37
+ <xs : element name =" concave_hull_points_09" type =" ogr:concave_hull_points_09_Type" substitutionGroup =" gml:AbstractFeature" />
38
+ <xs : complexType name =" concave_hull_points_09_Type" >
39
+ <xs : complexContent >
40
+ <xs : extension base =" gml:AbstractFeatureType" >
41
+ <xs : sequence >
42
+ <xs : element name =" geometryProperty" type =" gml:SurfacePropertyType" nillable =" true" minOccurs =" 0" maxOccurs =" 1" /> <!-- restricted to Polygon --><!-- srsName="urn:ogc:def:crs:EPSG::4326" -->
43
+ </xs : sequence >
44
+ </xs : extension >
45
+ </xs : complexContent >
46
+ </xs : complexType >
47
+ </xs : schema >
You can’t perform that action at this time.
0 commit comments