Last change
on this file since 610 was
536,
checked in by nbozon, 10 years ago
|
Various minor corrections of zcfg files
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | [Clean] |
---|
2 | Title = Computes the centroid of a polygon |
---|
3 | Abstract = Computes the centroid of a polygon that have a valid geometry field. |
---|
4 | processVersion = 1 |
---|
5 | storeSupported = true |
---|
6 | statusSupported = true |
---|
7 | serviceProvider = ogr_sp |
---|
8 | serviceType = Python |
---|
9 | <DataInputs> |
---|
10 | [InputData] |
---|
11 | Title = Polygon to get the centroid |
---|
12 | Abstract = The centroid which is not necessarily within the geometry. |
---|
13 | minOccurs = 1 |
---|
14 | maxOccurs = 1 |
---|
15 | <ComplexData> |
---|
16 | <Default> |
---|
17 | mimeType = text/xml |
---|
18 | encoding = UTF-8 |
---|
19 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
20 | </Default> |
---|
21 | <Supported> |
---|
22 | mimeType = text/xml |
---|
23 | encoding = base64 |
---|
24 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
25 | </Supported> |
---|
26 | </ComplexData> |
---|
27 | </DataInputs> |
---|
28 | <DataOutputs> |
---|
29 | [Result] |
---|
30 | Title = The Centroid |
---|
31 | Abstract = JSON String / GML Entity of the centroid |
---|
32 | <ComplexData> |
---|
33 | <Default> |
---|
34 | mimeType = text/xml |
---|
35 | encoding = UTF-8 |
---|
36 | schema = http://schemas.opengis.net/gml/3.1.0/point.xsd |
---|
37 | </Default> |
---|
38 | <Supported> |
---|
39 | mimeType = application/json |
---|
40 | encoding = UTF-8 |
---|
41 | </Supported> |
---|
42 | </ComplexData> |
---|
43 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.