Last change
on this file since 981 was
873,
checked in by djay, 7 years ago
|
Add support for R language and its documentation.
|
-
Property svn:keywords set to
Id
|
File size:
1.5 KB
|
Line | |
---|
1 | [RVoronoi] |
---|
2 | Title = Voronoi Diagram. |
---|
3 | Abstract = Computes the edges of Voronoi diagram for a set of data points. |
---|
4 | Profile = urn:ogc:wps:1.0.0:voronoi |
---|
5 | processVersion = 2 |
---|
6 | storeSupported = true |
---|
7 | statusSupported = true |
---|
8 | serviceProvider = hello.R |
---|
9 | serviceType = R |
---|
10 | <DataInputs> |
---|
11 | [InputPoints] |
---|
12 | Title = Data points |
---|
13 | Abstract = The set of data points. |
---|
14 | minOccurs = 1 |
---|
15 | maxOccurs = 1 |
---|
16 | <ComplexData> |
---|
17 | <Default> |
---|
18 | mimeType = text/xml |
---|
19 | encoding = UTF-8 |
---|
20 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
21 | </Default> |
---|
22 | <Supported> |
---|
23 | mimeType = text/xml |
---|
24 | encoding = base64 |
---|
25 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
26 | </Supported> |
---|
27 | </ComplexData> |
---|
28 | </DataInputs> |
---|
29 | <DataOutputs> |
---|
30 | [Result] |
---|
31 | Title = Voronoi Diagram. |
---|
32 | Abstract = JSON String / GML Entity of the Voronoi Diagram. |
---|
33 | <ComplexOutput> |
---|
34 | <Default> |
---|
35 | mimeType = application/json |
---|
36 | encoding = UTF-8 |
---|
37 | </Default> |
---|
38 | <Supported> |
---|
39 | mimeType = image/png |
---|
40 | useMapserver = true |
---|
41 | msStyle = STYLE COLOR 125 0 105 OUTLINECOLOR 0 0 0 WIDTH 0.3 OPACITY 65 END |
---|
42 | </Supported> |
---|
43 | <Supported> |
---|
44 | mimeType = text/xml |
---|
45 | encoding = base64 |
---|
46 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
47 | useMapserver = true |
---|
48 | </Supported> |
---|
49 | <Supported> |
---|
50 | mimeType = text/xml |
---|
51 | encoding = UTF-8 |
---|
52 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
53 | useMapserver = true |
---|
54 | </Supported> |
---|
55 | </ComplexOutput> |
---|
56 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.