source: trunk/zoo-services/ogr/base-vect-ops/cgi-env/Buffer.zcfg @ 9

Last change on this file since 9 was 9, checked in by djay, 14 years ago

Update of both ZOO Kernel and ZOO Services (ogr base-vect-ops ServicesProvider?).
All the ZCFG files have been corrected to remove all references to wrong metadata (Test = Demo) to avoid validation issues.
Main Memory leaks has been removed from this version.
Addition of the Simplify Service in the C ogr base-vect-ops ServicesProvider? and addition of the Python version (without Simplify).
Update of the configure.ac and Makefile.in to follow dicussions on the mailing list and ensure to use our cgic206 and not another one, path to our cgic library is now directly in the Makefile.in file.
Accept the "-" character to name inputs, to solve issue on GRASS 7 integration.
Addition of the extension keyword for ZCFG file to be able to store resulting outputs in a file name using the extension suffix.
This version after a testing period shall be considerate as 1.0.1 version of the ZOO Project.

File size: 1.8 KB
Line 
1[Buffer]
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_service.zo
9 serviceType = C
10 <MetaData lang="en">
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 lang="en">
20    title = Mon test 
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     asReference = true
28    </Default>
29    <Supported>
30     mimeType = aplication/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 = 10
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 lang="en">
55    title = Mon test 
56   </MetaData>   
57   <ComplexData>
58    <Default>
59     mimeType = application/json
60     encoding = UTF-8
61     extension = js
62     asReference = true
63    </Default>
64    <Supported>
65     mimeType = text/xml
66     encoding = base64
67     schema = http://fooa/gml/3.1.0/polygon.xsd
68     extension = xml
69    </Supported>
70    <Supported>
71     mimeType = text/xml
72     encoding = UTF-8
73     schema = http://fooa/gml/3.1.0/polygon.xsd
74     extension = xml
75    </Supported>
76   </ComplexData>
77 </DataOutputs> 
Note: See TracBrowser for help on using the repository browser.

Search

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