Last change
on this file since 659 was
491,
checked in by djay, 10 years ago
|
Update ogr base-vector-ops services suite. Fixing issue #100.
|
File size:
1.8 KB
|
Line | |
---|
1 | [Buffer] |
---|
2 | Title = Create a buffer around a polygon. |
---|
3 | Abstract = This service shall return a feature collection representing the buffer of geometry InputPolygon at distance BufferDistance. The buffer of a geometry at distance d is the Polygon or MultiPolygon which contains all points within a distance d of the geometry. |
---|
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 | <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://fooa/gml/3.1.0/polygon.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 = 10 |
---|
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://fooa/gml/3.1.0/polygon.xsd |
---|
62 | extension = xml |
---|
63 | </Default> |
---|
64 | <Supported> |
---|
65 | mimeType = application/json |
---|
66 | encoding = UTF-8 |
---|
67 | extension = js |
---|
68 | </Supported> |
---|
69 | </ComplexData> |
---|
70 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.