Last change
on this file since 6 was
1,
checked in by djay, 15 years ago
|
Initial ZOO SVN Repository Import.
|
File size:
1.5 KB
|
Rev | Line | |
---|
[1] | 1 | [Centroid] |
---|
| 2 | Title = Get the centroid of a polygon. |
---|
| 3 | Abstract = Create a buffer around a single polygon. Accepts the polygon as GML and provides GML output for the buffered feature. |
---|
| 4 | Profile = urn:ogc:wps:1.0.0:centroid |
---|
| 5 | processVersion = 2 |
---|
| 6 | storeSupported = true |
---|
| 7 | statusSupported = true |
---|
| 8 | serviceProvider = ogr_service.zo |
---|
| 9 | serviceType = C |
---|
| 10 | <MetaData lang="en"> |
---|
| 11 | Test = 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 lang="en"> |
---|
| 20 | Test = 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 | </Default> |
---|
| 28 | <Supported> |
---|
| 29 | mimeType = text/xml |
---|
| 30 | encoding = base64 |
---|
| 31 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 32 | </Supported> |
---|
| 33 | </ComplexData> |
---|
| 34 | </DataInputs> |
---|
| 35 | <DataOutputs> |
---|
| 36 | [Centroid] |
---|
| 37 | Title = The Centroid |
---|
| 38 | Abstract = JSON String / GML Entity of the centroid |
---|
| 39 | <MetaData lang="en"> |
---|
| 40 | Test1 = Mon test |
---|
| 41 | </MetaData> |
---|
| 42 | <ComplexData> |
---|
| 43 | <Default> |
---|
| 44 | mimeType = text/js |
---|
| 45 | encoding = UTF-8 |
---|
| 46 | </Default> |
---|
| 47 | <Supported> |
---|
| 48 | mimeType = text/xml |
---|
| 49 | encoding = base64 |
---|
| 50 | schema = http://fooa/gml/3.1.0/point.xsd |
---|
| 51 | </Supported> |
---|
| 52 | <Supported> |
---|
| 53 | mimeType = text/xml |
---|
| 54 | encoding = UTF-8 |
---|
| 55 | schema = http://fooa/gml/3.1.0/point.xsd |
---|
| 56 | asReference = true |
---|
| 57 | </Supported> |
---|
| 58 | </ComplexData> |
---|
| 59 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.