Last change
on this file since 103 was
80,
checked in by djay, 14 years ago
|
Correct all ZCFG files to remove the lang attribtue from <MetaData> nodes as it is no more supported and imply error if present.
|
-
Property svn:executable set to
*
|
File size:
1.7 KB
|
Rev | Line | |
---|
[9] | 1 | [UnionPy] |
---|
| 2 | Title = Compute union. |
---|
| 3 | Abstract = Generates a new geometry which is the region of union of the two geometries operated on. |
---|
| 4 | Profile = urn:ogc:wps:1.0.0:union |
---|
| 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 |
---|
[80] | 19 | <MetaData> |
---|
[9] | 20 | title = Mon test |
---|
| 21 | </MetaData> |
---|
| 22 | <ComplexData> |
---|
| 23 | <Default> |
---|
| 24 | mimeType = text/xml |
---|
| 25 | encoding = UTF-8 |
---|
| 26 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 27 | </Default> |
---|
| 28 | <Supported> |
---|
| 29 | mimeType = application/json |
---|
| 30 | encoding = UTF-8 |
---|
| 31 | </Supported> |
---|
| 32 | </ComplexData> |
---|
| 33 | [InputEntity2] |
---|
| 34 | Title = the other geometry |
---|
| 35 | Abstract = the other geometry to compare against. |
---|
| 36 | minOccurs = 1 |
---|
| 37 | maxOccurs = 1 |
---|
[80] | 38 | <MetaData> |
---|
[9] | 39 | title = Mon test |
---|
| 40 | </MetaData> |
---|
| 41 | <ComplexData> |
---|
| 42 | <Default> |
---|
| 43 | mimeType = text/xml |
---|
| 44 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 45 | encoding = UTF-8 |
---|
| 46 | </Default> |
---|
| 47 | <Supported> |
---|
| 48 | mimeType = application/json |
---|
| 49 | encoding = UTF-8 |
---|
| 50 | </Supported> |
---|
| 51 | </ComplexData> |
---|
| 52 | </DataInputs> |
---|
| 53 | <DataOutputs> |
---|
| 54 | [Result] |
---|
| 55 | Title = The union of two geometries |
---|
| 56 | Abstract = The geometry representing the union of the two geometries. |
---|
[80] | 57 | <MetaData> |
---|
[9] | 58 | title = Mon test |
---|
| 59 | </MetaData> |
---|
| 60 | <ComplexData> |
---|
| 61 | <Default> |
---|
| 62 | mimeType = application/json |
---|
| 63 | encoding = UTF-8 |
---|
| 64 | extension = js |
---|
| 65 | </Default> |
---|
| 66 | <Supported> |
---|
| 67 | mimeType = text/xml |
---|
| 68 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 69 | encoding = UTF-8 |
---|
| 70 | extension = xml |
---|
| 71 | </Supported> |
---|
| 72 | </ComplexData> |
---|
| 73 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.