Last change
on this file since 822 was
536,
checked in by nbozon, 10 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.