Last change
on this file since 131 was
80,
checked in by djay, 14 years ago
|
Correct all ZCFG files to remove the lang attribtue from <MetaData> nodes as it is no more supported and imply error if present.
|
File size:
1.5 KB
|
Line | |
---|
1 | [Gdal_Grid] |
---|
2 | Title = Convert raster data from one format to another. |
---|
3 | Abstract = Converts raster data between different formats. |
---|
4 | processVersion = 1 |
---|
5 | storeSupported = true |
---|
6 | statusSupported = true |
---|
7 | serviceType = C |
---|
8 | serviceProvider = gdal_grid_service.zo |
---|
9 | <MetaData> |
---|
10 | title = My Demo |
---|
11 | </MetaData> |
---|
12 | <DataInputs> |
---|
13 | [OF] |
---|
14 | Title = Format of the output data |
---|
15 | Abstract = Select the output format. |
---|
16 | minOccurs = 0 |
---|
17 | maxOccurs = 1 |
---|
18 | <LiteralData> |
---|
19 | DataType = string |
---|
20 | <Default> |
---|
21 | value = AAIGrid |
---|
22 | </Default> |
---|
23 | <Supported> |
---|
24 | value = AAIGrid |
---|
25 | </Supported> |
---|
26 | </LiteralData> |
---|
27 | [InputDSN] |
---|
28 | Title = The input data source name |
---|
29 | Abstract = The input data source name to use as source for convertion. |
---|
30 | minOccurs = 1 |
---|
31 | maxOccurs = 1 |
---|
32 | <LiteralData> |
---|
33 | DataType = string |
---|
34 | <Default> |
---|
35 | uom = feet |
---|
36 | </Default> |
---|
37 | <Supported> |
---|
38 | value = AAIGrid |
---|
39 | </Supported> |
---|
40 | </LiteralData> |
---|
41 | [OutputDSN] |
---|
42 | Title = The output data source name |
---|
43 | Abstract = The output data source name to use as source for convertion. |
---|
44 | minOccurs = 1 |
---|
45 | maxOccurs = 1 |
---|
46 | <LiteralData> |
---|
47 | DataType = string |
---|
48 | <Default> |
---|
49 | uom = feet |
---|
50 | </Default> |
---|
51 | <Supported> |
---|
52 | value = AAIGrid |
---|
53 | </Supported> |
---|
54 | </LiteralData> |
---|
55 | </DataInputs> |
---|
56 | <DataOutputs> |
---|
57 | [OutputedDataSourceName] |
---|
58 | Title = The resulting converted file |
---|
59 | Abstract = The file name resulting of the convertion |
---|
60 | <LiteralData> |
---|
61 | DataType = string |
---|
62 | <Default> |
---|
63 | uom = feet |
---|
64 | </Default> |
---|
65 | <Supported> |
---|
66 | value = AAIGrid |
---|
67 | </Supported> |
---|
68 | </LiteralData> |
---|
69 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.