Last change
on this file since 940 was
536,
checked in by nbozon, 10 years ago
|
Various minor corrections of zcfg files
|
-
Property svn:executable set to
*
|
File size:
1.8 KB
|
Rev | Line | |
---|
[9] | 1 | [UnionPy] |
---|
[536] | 2 | Title = Computes union. |
---|
[9] | 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 |
---|
[106] | 26 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
[9] | 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 |
---|
[106] | 44 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
[9] | 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> |
---|
[106] | 62 | mimeType = text/xml |
---|
| 63 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
| 64 | encoding = UTF-8 |
---|
| 65 | extension = xml |
---|
[9] | 66 | </Default> |
---|
| 67 | <Supported> |
---|
[106] | 68 | mimeType = application/json |
---|
[9] | 69 | encoding = UTF-8 |
---|
[106] | 70 | extension = js |
---|
[9] | 71 | </Supported> |
---|
| 72 | </ComplexData> |
---|
| 73 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.