Last change
on this file since 853 was
491,
checked in by djay, 10 years ago
|
Update ogr base-vector-ops services suite. Fixing issue #100.
|
File size:
1.4 KB
|
Rev | Line | |
---|
[1] | 1 | [ConvexHull] |
---|
| 2 | Title = Compute convex hull. |
---|
[491] | 3 | Abstract = This service shall return a feature collection that represents the convex hull of geometry InputPolygon. The convex hull is the smallest convex polygon that contains all points of the geometry. The convex Hull for a geometry of encoding data type Point is the point itself |
---|
[1] | 4 | processVersion = 1 |
---|
| 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceProvider = ogr_service.zo |
---|
| 8 | serviceType = C |
---|
[80] | 9 | <MetaData> |
---|
[9] | 10 | title = Demo |
---|
[1] | 11 | </MetaData> |
---|
| 12 | <DataInputs> |
---|
| 13 | [InputPolygon] |
---|
[9] | 14 | Title = Polygon to compute convexhull |
---|
[1] | 15 | Abstract = URI to a set of GML that describes the polygon. |
---|
| 16 | minOccurs = 1 |
---|
| 17 | maxOccurs = 1 |
---|
[80] | 18 | <MetaData> |
---|
[9] | 19 | title = Mon test |
---|
[1] | 20 | </MetaData> |
---|
| 21 | <ComplexData> |
---|
| 22 | <Default> |
---|
| 23 | mimeType = text/xml |
---|
| 24 | encoding = UTF-8 |
---|
| 25 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 26 | </Default> |
---|
| 27 | <Supported> |
---|
| 28 | mimeType = text/xml |
---|
| 29 | encoding = base64 |
---|
| 30 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 31 | </Supported> |
---|
| 32 | </ComplexData> |
---|
| 33 | </DataInputs> |
---|
| 34 | <DataOutputs> |
---|
| 35 | [Result] |
---|
| 36 | Title = The convex hull of the geometry |
---|
| 37 | Abstract = The convex hull of the geometry |
---|
[80] | 38 | <MetaData> |
---|
[9] | 39 | title = Mon test |
---|
[1] | 40 | </MetaData> |
---|
| 41 | <ComplexData> |
---|
| 42 | <Default> |
---|
[106] | 43 | mimeType = text/xml |
---|
[1] | 44 | encoding = UTF-8 |
---|
[106] | 45 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 46 | extension = xml |
---|
[1] | 47 | </Default> |
---|
| 48 | <Supported> |
---|
[106] | 49 | mimeType = application/json |
---|
[9] | 50 | encoding = UTF-8 |
---|
[106] | 51 | extension = js |
---|
[1] | 52 | </Supported> |
---|
| 53 | </ComplexData> |
---|
| 54 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.