Last change
on this file since 779 was
536,
checked in by nbozon, 10 years ago
|
Various minor corrections of zcfg files
|
-
Property svn:executable set to
*
|
File size:
1.4 KB
|
Rev | Line | |
---|
[519] | 1 | [Delaunay] |
---|
| 2 | Title = Delaunay Triangulation. |
---|
[536] | 3 | Abstract = Computes the edges of a Delaunay triangulation for a set of data points. |
---|
[519] | 4 | processVersion = 2 |
---|
| 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceProvider = cgal_service.zo |
---|
| 8 | serviceType = C |
---|
| 9 | <MetaData> |
---|
| 10 | title = Demo |
---|
| 11 | </MetaData> |
---|
| 12 | <DataInputs> |
---|
| 13 | [InputPoints] |
---|
| 14 | Title = Data points |
---|
| 15 | Abstract = The set of data points. |
---|
| 16 | minOccurs = 1 |
---|
| 17 | maxOccurs = 1 |
---|
| 18 | <MetaData> |
---|
| 19 | title = Mon test |
---|
| 20 | </MetaData> |
---|
| 21 | <ComplexData> |
---|
| 22 | <Default> |
---|
| 23 | mimeType = text/xml |
---|
| 24 | encoding = UTF-8 |
---|
| 25 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
| 26 | </Default> |
---|
| 27 | <Supported> |
---|
| 28 | mimeType = text/xml |
---|
| 29 | encoding = base64 |
---|
| 30 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
| 31 | </Supported> |
---|
| 32 | </ComplexData> |
---|
| 33 | </DataInputs> |
---|
| 34 | <DataOutputs> |
---|
| 35 | [Result] |
---|
| 36 | Title = Delaunay Triangulation |
---|
| 37 | Abstract = JSON String / GML Entity of the Delaunay Triangulation. |
---|
| 38 | <ComplexOutput> |
---|
| 39 | <Default> |
---|
| 40 | mimeType = application/json |
---|
| 41 | encoding = UTF-8 |
---|
| 42 | </Default> |
---|
| 43 | <Supported> |
---|
| 44 | mimeType = text/xml |
---|
| 45 | encoding = base64 |
---|
| 46 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
| 47 | </Supported> |
---|
| 48 | <Supported> |
---|
| 49 | mimeType = text/xml |
---|
| 50 | encoding = UTF-8 |
---|
| 51 | schema = http://schemas.opengis.net/gml/3.1.0/base/feature.xsd |
---|
| 52 | asReference = true |
---|
| 53 | </Supported> |
---|
| 54 | </ComplexOutput> |
---|
| 55 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.