Last change
on this file since 572 was
536,
checked in by nbozon, 10 years ago
|
Various minor corrections of zcfg files
|
-
Property svn:executable set to
*
|
File size:
1.6 KB
|
Line | |
---|
1 | [BufferPy] |
---|
2 | Title = Creates a buffer around a polygon. |
---|
3 | Abstract = Creates 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.