source: trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Simplify.zcfg

Last change on this file was 536, checked in by nbozon, 9 years ago

Various minor corrections of zcfg files

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1[Simplify]
2 Title = Simplifies polygons geometries.
3 Abstract = This service shall return a feature collection representing all simplified geometries with all their vertices within the distance of the original geometry defined by the given tolerance.
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 <DataInputs>
11  [InputPolygon]
12   Title = Polygon to be simplified
13   Abstract = URI to a set of GML that describes the polygon.
14   minOccurs = 1
15   maxOccurs = 1
16   <ComplexData>
17    <Default>
18     mimeType = text/xml
19     encoding = UTF-8
20     schema = http://fooa/gml/3.1.0/polygon.xsd
21     asReference = true
22    </Default>
23    <Supported>
24     mimeType = application/json
25     encoding = UTF-8
26    </Supported>
27   </ComplexData>
28  [Tolerance]
29   Title = Buffer Distance
30   Abstract = Distance tolerance for the simplification.
31   minOccurs = 0
32   maxOccurs = 1
33   <LiteralData>
34    DataType = float
35    <Default>
36     uom = meters
37     value = 2
38    </Default>
39    <Supported>
40     uom = feet
41    </Supported>
42   </LiteralData>
43 </DataInputs>
44 <DataOutputs>
45  [Result]
46   Title = Simplified features
47   Abstract = GML stream describing the simplified features.
48   <ComplexData>
49    <Default>
50     mimeType = text/xml
51     encoding = UTF-8
52     schema = http://fooa/gml/3.1.0/polygon.xsd
53     extension = xml
54    </Default>
55    <Supported>
56     mimeType = application/json
57     encoding = UTF-8
58     extension = js
59    </Supported>
60   </ComplexData>
61 </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