Last change
on this file since 39 was
38,
checked in by djay, 14 years ago
|
Add specific error messages returned to the ZOO Kernel when the service failed. Correct the zcfg file for the Ogr2oOgr service. Use the GDALmake.opt file from the gdal source tree to get the correct flags for compilation.
|
File size:
1.4 KB
|
Line | |
---|
1 | [Ogr2Ogr] |
---|
2 | Title = Convert vector data from one format to another. |
---|
3 | Abstract = Converts vector data between different formats. |
---|
4 | processVersion = 1 |
---|
5 | storeSupported = true |
---|
6 | statusSupported = true |
---|
7 | serviceType = C |
---|
8 | serviceProvider = ogr2ogr_service.zo |
---|
9 | <MetaData> |
---|
10 | Title = My Demo |
---|
11 | </MetaData> |
---|
12 | <DataInputs> |
---|
13 | [F] |
---|
14 | Title = Format of the input data |
---|
15 | Abstract = Select the input format. |
---|
16 | minOccurs = 0 |
---|
17 | maxOccurs = 1 |
---|
18 | <LiteralData> |
---|
19 | DataType = string |
---|
20 | <Default> |
---|
21 | value = ESRI ShapeFile |
---|
22 | </Default> |
---|
23 | <Supported> |
---|
24 | </Supported> |
---|
25 | </LiteralData> |
---|
26 | [InputDSN] |
---|
27 | Title = The input data source name |
---|
28 | Abstract = The input data source name to use as source for convertion. |
---|
29 | minOccurs = 1 |
---|
30 | maxOccurs = 1 |
---|
31 | <LiteralData> |
---|
32 | DataType = string |
---|
33 | <Default> |
---|
34 | </Default> |
---|
35 | <Supported> |
---|
36 | </Supported> |
---|
37 | </LiteralData> |
---|
38 | [OutputDSN] |
---|
39 | Title = The output data source name |
---|
40 | Abstract = The full path of the output data source name created. |
---|
41 | minOccurs = 1 |
---|
42 | maxOccurs = 1 |
---|
43 | <LiteralData> |
---|
44 | DataType = string |
---|
45 | <Default> |
---|
46 | </Default> |
---|
47 | <Supported> |
---|
48 | </Supported> |
---|
49 | </LiteralData> |
---|
50 | </DataInputs> |
---|
51 | <DataOutputs> |
---|
52 | [OutputedDataSourceName] |
---|
53 | Title = The resulting converted file |
---|
54 | Abstract = The file name resulting of the convertion |
---|
55 | <LiteralData> |
---|
56 | DataType = string |
---|
57 | <Default> |
---|
58 | </Default> |
---|
59 | <Supported> |
---|
60 | </Supported> |
---|
61 | </LiteralData> |
---|
62 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.