Last change
on this file since 281 was
268,
checked in by djay, 13 years ago
|
Merge branch-1.2 to current rev. 267. Tag release-1.2.0-rc2.
|
-
Property svn:executable set to
*
|
File size:
2.1 KB
|
Line | |
---|
1 | [SymDifferencePy] |
---|
2 | Title = Compute symmetric difference. |
---|
3 | Abstract = Generates a new geometry which is the symmetric difference of this geometry and the other geometry. |
---|
4 | Profile = urn:ogc:wps:1.0.0:symmetricdifference |
---|
5 | processVersion = 2 |
---|
6 | storeSupported = true |
---|
7 | statusSupported = true |
---|
8 | serviceProvider = ogr_sp |
---|
9 | serviceType = Python |
---|
10 | <MetaData> |
---|
11 | title = Demo |
---|
12 | </MetaData> |
---|
13 | <DataInputs> |
---|
14 | [InputEntity1] |
---|
15 | Title = the first geometry |
---|
16 | Abstract = the first geometry to compare against. |
---|
17 | minOccurs = 1 |
---|
18 | maxOccurs = 1 |
---|
19 | <MetaData> |
---|
20 | title = Mon test |
---|
21 | </MetaData> |
---|
22 | <ComplexData> |
---|
23 | <Default> |
---|
24 | mimeType = text/xml |
---|
25 | encoding = UTF-8 |
---|
26 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
27 | </Default> |
---|
28 | <Supported> |
---|
29 | mimeType = text/xml |
---|
30 | encoding = base64 |
---|
31 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
32 | </Supported> |
---|
33 | <Supported> |
---|
34 | mimeType = application/json |
---|
35 | encoding = UTF-8 |
---|
36 | </Supported> |
---|
37 | </ComplexData> |
---|
38 | [InputEntity2] |
---|
39 | Title = the other geometry |
---|
40 | Abstract = the other geometry to compare against. |
---|
41 | minOccurs = 1 |
---|
42 | maxOccurs = 1 |
---|
43 | <MetaData> |
---|
44 | title = Mon test |
---|
45 | </MetaData> |
---|
46 | <ComplexData> |
---|
47 | <Default> |
---|
48 | mimeType = text/xml |
---|
49 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
50 | encoding = UTF-8 |
---|
51 | </Default> |
---|
52 | <Supported> |
---|
53 | mimeType = text/xml |
---|
54 | encoding = base64 |
---|
55 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
56 | </Supported> |
---|
57 | <Supported> |
---|
58 | mimeType = application/json |
---|
59 | encoding = UTF-8 |
---|
60 | </Supported> |
---|
61 | </ComplexData> |
---|
62 | </DataInputs> |
---|
63 | <DataOutputs> |
---|
64 | [Result] |
---|
65 | Title = The symmetric difference between two geometries |
---|
66 | Abstract = The symmetric difference between the two geometries. |
---|
67 | <MetaData> |
---|
68 | title = Symmetric Difference |
---|
69 | </MetaData> |
---|
70 | <ComplexData> |
---|
71 | <Default> |
---|
72 | mimeType = text/xml |
---|
73 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
74 | encoding = UTF-8 |
---|
75 | extension = xml |
---|
76 | </Default> |
---|
77 | <Supported> |
---|
78 | mimeType = application/json |
---|
79 | encoding = UTF-8 |
---|
80 | extension = js |
---|
81 | </Supported> |
---|
82 | </ComplexData> |
---|
83 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.