Last change
on this file since 744 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
|
Rev | Line | |
---|
[9] | 1 | [BufferPy] |
---|
[536] | 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. |
---|
[9] | 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 |
---|
[80] | 10 | <MetaData> |
---|
[9] | 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 |
---|
[80] | 19 | <MetaData> |
---|
[9] | 20 | title = Mon test |
---|
| 21 | </MetaData> |
---|
| 22 | <ComplexData> |
---|
| 23 | <Default> |
---|
| 24 | mimeType = text/xml |
---|
| 25 | encoding = UTF-8 |
---|
[106] | 26 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
[9] | 27 | asReference = true |
---|
| 28 | </Default> |
---|
| 29 | <Supported> |
---|
[106] | 30 | mimeType = application/json |
---|
[9] | 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. |
---|
[80] | 54 | <MetaData> |
---|
[9] | 55 | title = Mon test |
---|
| 56 | </MetaData> |
---|
| 57 | <ComplexData> |
---|
| 58 | <Default> |
---|
[106] | 59 | mimeType = text/xml |
---|
[9] | 60 | encoding = UTF-8 |
---|
[106] | 61 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
[9] | 62 | </Default> |
---|
| 63 | <Supported> |
---|
[106] | 64 | mimeType = application/json |
---|
[9] | 65 | encoding = UTF-8 |
---|
| 66 | </Supported> |
---|
| 67 | </ComplexData> |
---|
| 68 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.