source: trunk/zoo-services/ogr/base-vect-ops-py/cgi-env/BufferPy.zcfg @ 106

Last change on this file since 106 was 106, checked in by djay, 13 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.6 KB
Line 
1[BufferPy]
2 Title = Create a buffer around a polygon.
3 Abstract = Create a buffer around a single polygon. Accepts the polygon as GML and provides GML output for the buffered feature.
4 Profile = urn:ogc:wps:1.0.0:buffer
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  [InputPolygon]
15   Title = Polygon to be buffered
16   Abstract = URI to a set of GML that describes the polygon.
17   minOccurs = 1
18   maxOccurs = 1
19   <MetaData>
20    title = Mon test 
21   </MetaData>   
22   <ComplexData>
23    <Default>
24     mimeType = text/xml
25     encoding = UTF-8
26     schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd
27     asReference = true
28    </Default>
29    <Supported>
30     mimeType = application/json
31     encoding = UTF-8
32    </Supported>
33   </ComplexData>
34  [BufferDistance]
35   Title = Buffer Distance
36   Abstract = Distance to be used to calculate buffer.
37   minOccurs = 0
38   maxOccurs = 1
39   <LiteralData>
40    DataType = float
41    <Default>
42     uom = meters
43     value = 1
44    </Default>
45    <Supported>
46     uom = feet
47    </Supported>
48   </LiteralData>
49 </DataInputs>
50 <DataOutputs>
51  [Result]
52   Title = Buffered Polygon
53   Abstract = GML stream describing the buffered polygon feature.
54   <MetaData>
55    title = Mon test 
56   </MetaData>   
57   <ComplexData>
58    <Default>
59     mimeType = text/xml
60     encoding = UTF-8
61     schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd
62    </Default>
63    <Supported>
64     mimeType = application/json
65     encoding = UTF-8
66    </Supported>
67   </ComplexData>
68 </DataOutputs> 
Note: See TracBrowser for help on using the repository browser.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png