Last change
on this file since 261 was
106,
checked in by djay, 14 years ago
|
Correct the zcfg files and add the Python Services Provider base-vect-ops-py to run with QGIS WPS Client.
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1] | 1 | [Centroid] |
---|
| 2 | Title = Get the centroid of a polygon. |
---|
[9] | 3 | Abstract = Compute the geometry centroid. |
---|
[1] | 4 | Profile = urn:ogc:wps:1.0.0:centroid |
---|
| 5 | processVersion = 2 |
---|
| 6 | storeSupported = true |
---|
| 7 | statusSupported = true |
---|
| 8 | serviceProvider = ogr_service.zo |
---|
| 9 | serviceType = C |
---|
[80] | 10 | <MetaData> |
---|
[9] | 11 | title = Demo |
---|
[1] | 12 | </MetaData> |
---|
| 13 | <DataInputs> |
---|
| 14 | [InputPolygon] |
---|
[9] | 15 | Title = Polygon to get the centroid |
---|
| 16 | Abstract = The centroid which is not necessarily within the geometry. |
---|
[1] | 17 | minOccurs = 1 |
---|
| 18 | maxOccurs = 1 |
---|
[80] | 19 | <MetaData> |
---|
[9] | 20 | title = Mon test |
---|
[1] | 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 = text/xml |
---|
| 30 | encoding = base64 |
---|
| 31 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 32 | </Supported> |
---|
| 33 | </ComplexData> |
---|
| 34 | </DataInputs> |
---|
| 35 | <DataOutputs> |
---|
[9] | 36 | [Result] |
---|
[1] | 37 | Title = The Centroid |
---|
| 38 | Abstract = JSON String / GML Entity of the centroid |
---|
[80] | 39 | <MetaData> |
---|
[9] | 40 | title = Mon test |
---|
[1] | 41 | </MetaData> |
---|
| 42 | <ComplexData> |
---|
| 43 | <Default> |
---|
[106] | 44 | mimeType = text/xml |
---|
[1] | 45 | encoding = UTF-8 |
---|
[106] | 46 | schema = http://fooa/gml/3.1.0/point.xsd |
---|
| 47 | extension = xml |
---|
[1] | 48 | </Default> |
---|
| 49 | <Supported> |
---|
[106] | 50 | mimeType = application/json |
---|
[1] | 51 | encoding = UTF-8 |
---|
[106] | 52 | extension = js |
---|
[1] | 53 | </Supported> |
---|
| 54 | </ComplexData> |
---|
| 55 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.