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

Last change on this file since 80 was 80, checked in by djay, 13 years ago

Correct all ZCFG files to remove the lang attribtue from <MetaData> nodes as it is no more supported and imply error if present.

  • Property svn:executable set to *
File size: 1.7 KB
Line 
1[UnionPy]
2 Title = Compute union.
3 Abstract = Generates a new geometry which is the region of union 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
19   <MetaData>
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    </Default>
28    <Supported>
29     mimeType = application/json
30     encoding = UTF-8
31    </Supported>
32   </ComplexData>
33  [InputEntity2]
34   Title = the other geometry
35   Abstract = the other geometry to compare against.
36   minOccurs = 1
37   maxOccurs = 1
38   <MetaData>
39    title = Mon test 
40   </MetaData>   
41   <ComplexData>
42    <Default>
43     mimeType = text/xml
44     schema = http://fooa/gml/3.1.0/polygon.xsd
45     encoding = UTF-8
46    </Default>
47    <Supported>
48     mimeType = application/json
49     encoding = UTF-8
50    </Supported>
51   </ComplexData>
52 </DataInputs>
53 <DataOutputs>
54  [Result]
55   Title = The union of two geometries
56   Abstract = The geometry representing the union of the two geometries.
57   <MetaData>
58    title = Mon test 
59   </MetaData>   
60    <ComplexData>
61     <Default>
62       mimeType = application/json
63       encoding = UTF-8
64       extension = js
65     </Default>
66     <Supported>
67      mimeType = text/xml
68      schema = http://fooa/gml/3.1.0/polygon.xsd
69      encoding = UTF-8
70      extension = xml
71     </Supported>
72    </ComplexData>
73 </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