Last change
on this file since 573 was
536,
checked in by nbozon, 10 years ago
|
Various minor corrections of zcfg files
|
File size:
1.0 KB
|
Rev | Line | |
---|
[1] | 1 | [GetArea] |
---|
| 2 | Title = Compute geometry area. |
---|
[536] | 3 | Abstract = Computes the area of a geometry |
---|
[1] | 4 | processVersion = 2 |
---|
| 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] |
---|
| 14 | Title = Polygon to compute are |
---|
| 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 | [Area] |
---|
| 36 | Title = Computed Area |
---|
| 37 | Abstract = The Computed Area Value |
---|
[80] | 38 | <MetaData> |
---|
[9] | 39 | title = Mon test |
---|
[1] | 40 | </MetaData> |
---|
| 41 | <LiteralData> |
---|
| 42 | DataType = float |
---|
| 43 | <Default> |
---|
| 44 | uom = degree |
---|
| 45 | </Default> |
---|
| 46 | <Supported> |
---|
| 47 | uom = meter |
---|
| 48 | </Supported> |
---|
| 49 | </LiteralData> |
---|
| 50 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.