Last change
on this file since 218 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.
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Rev | Line | |
---|
[9] | 1 | [ConvexHullPy] |
---|
| 2 | Title = Compute convex hull. |
---|
| 3 | Abstract = A new geometry object is created and returned containing the convex hull of the geometry on which the method is invoked. |
---|
| 4 | processVersion = 1 |
---|
| 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceProvider = ogr_sp |
---|
| 8 | serviceType = Python |
---|
[80] | 9 | <MetaData> |
---|
[9] | 10 | title = Demo |
---|
| 11 | </MetaData> |
---|
| 12 | <DataInputs> |
---|
| 13 | [InputPolygon] |
---|
| 14 | Title = Polygon to compute convexhull |
---|
| 15 | Abstract = URI to a set of GML that describes the polygon. |
---|
| 16 | minOccurs = 1 |
---|
| 17 | maxOccurs = 1 |
---|
[80] | 18 | <MetaData> |
---|
[9] | 19 | title = Mon test |
---|
| 20 | </MetaData> |
---|
| 21 | <ComplexData> |
---|
| 22 | <Default> |
---|
| 23 | mimeType = text/xml |
---|
| 24 | encoding = UTF-8 |
---|
[106] | 25 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
[9] | 26 | </Default> |
---|
| 27 | <Supported> |
---|
| 28 | mimeType = application/json |
---|
| 29 | encoding = UTF-8 |
---|
| 30 | </Supported> |
---|
| 31 | </ComplexData> |
---|
| 32 | </DataInputs> |
---|
| 33 | <DataOutputs> |
---|
| 34 | [Result] |
---|
| 35 | Title = The convex hull of the geometry |
---|
| 36 | Abstract = The convex hull of the geometry |
---|
[80] | 37 | <MetaData> |
---|
[9] | 38 | title = Mon test |
---|
| 39 | </MetaData> |
---|
| 40 | <ComplexData> |
---|
| 41 | <Default> |
---|
[106] | 42 | mimeType = text/xml |
---|
[9] | 43 | encoding = UTF-8 |
---|
[106] | 44 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
[9] | 45 | </Default> |
---|
| 46 | <Supported> |
---|
[106] | 47 | mimeType = application/json |
---|
[9] | 48 | encoding = UTF-8 |
---|
| 49 | </Supported> |
---|
| 50 | </ComplexData> |
---|
| 51 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.