Last change
on this file since 744 was
536,
checked in by nbozon, 10 years ago
|
Various minor corrections of zcfg files
|
-
Property svn:executable set to
*
|
File size:
1.9 KB
|
Rev | Line | |
---|
[9] | 1 | [IntersectionPy] |
---|
[536] | 2 | Title = Computes intersection. |
---|
[9] | 3 | Abstract = Generates a new geometry which is the region of intersection 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 = text/xml |
---|
| 30 | encoding = base64 |
---|
[106] | 31 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
[9] | 32 | </Supported> |
---|
| 33 | </ComplexData> |
---|
| 34 | [InputEntity2] |
---|
| 35 | Title = the other geometry |
---|
| 36 | Abstract = the other geometry to compare against. |
---|
| 37 | minOccurs = 1 |
---|
| 38 | maxOccurs = 1 |
---|
[80] | 39 | <MetaData> |
---|
[9] | 40 | title = Mon test |
---|
| 41 | </MetaData> |
---|
| 42 | <ComplexData> |
---|
| 43 | <Default> |
---|
| 44 | mimeType = text/xml |
---|
[106] | 45 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
[9] | 46 | encoding = UTF-8 |
---|
| 47 | </Default> |
---|
| 48 | <Supported> |
---|
| 49 | mimeType = text/xml |
---|
| 50 | encoding = base64 |
---|
[106] | 51 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
[9] | 52 | </Supported> |
---|
| 53 | </ComplexData> |
---|
| 54 | </DataInputs> |
---|
| 55 | <DataOutputs> |
---|
| 56 | [Result] |
---|
| 57 | Title = Intersection of the two geometries |
---|
| 58 | Abstract = A new geometry representing the intersection or NULL if there is no intersection or an error occurs. |
---|
[80] | 59 | <MetaData> |
---|
[9] | 60 | title = Mon test |
---|
| 61 | </MetaData> |
---|
| 62 | <ComplexData> |
---|
| 63 | <Default> |
---|
[106] | 64 | mimeType = text/xml |
---|
| 65 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
| 66 | encoding = UTF-8 |
---|
| 67 | extension = xml |
---|
[9] | 68 | </Default> |
---|
| 69 | <Supported> |
---|
[106] | 70 | mimeType = application/json |
---|
[9] | 71 | encoding = UTF-8 |
---|
[106] | 72 | extension = js |
---|
[9] | 73 | </Supported> |
---|
| 74 | </ComplexData> |
---|
| 75 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.