Last change
on this file since 859 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
|
Rev | Line | |
---|
[465] | 1 | [Clean] |
---|
[536] | 2 | Title = Computes the centroid of a polygon |
---|
| 3 | Abstract = Computes the centroid of a polygon that have a valid geometry field. |
---|
[465] | 4 | processVersion = 1 |
---|
[9] | 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceProvider = ogr_sp |
---|
| 8 | serviceType = Python |
---|
| 9 | <DataInputs> |
---|
[465] | 10 | [InputData] |
---|
[9] | 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 |
---|
[106] | 19 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
[9] | 20 | </Default> |
---|
| 21 | <Supported> |
---|
| 22 | mimeType = text/xml |
---|
| 23 | encoding = base64 |
---|
[106] | 24 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
[9] | 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> |
---|
[106] | 34 | mimeType = text/xml |
---|
[9] | 35 | encoding = UTF-8 |
---|
[106] | 36 | schema = http://schemas.opengis.net/gml/3.1.0/point.xsd |
---|
[9] | 37 | </Default> |
---|
| 38 | <Supported> |
---|
[106] | 39 | mimeType = application/json |
---|
[9] | 40 | encoding = UTF-8 |
---|
| 41 | </Supported> |
---|
| 42 | </ComplexData> |
---|
| 43 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.