|
Last change
on this file since 830 was
536,
checked in by nbozon, 12 years ago
|
|
Various minor corrections of zcfg files
|
|
File size:
1.6 KB
|
| Line | |
|---|
| 1 | [Gdal_Translate] |
|---|
| 2 | Title = Convert raster data from one format to another. |
|---|
| 3 | Abstract = http://www.gdal.org/gdal_translate.html |
|---|
| 4 | processVersion = 1 |
|---|
| 5 | storeSupported = true |
|---|
| 6 | statusSupported = true |
|---|
| 7 | serviceType = C |
|---|
| 8 | serviceProvider = translate_service.zo |
|---|
| 9 | <MetaData> |
|---|
| 10 | title = My Demo |
|---|
| 11 | </MetaData> |
|---|
| 12 | <DataInputs> |
|---|
| 13 | [Format] |
|---|
| 14 | Title = Format of the output data |
|---|
| 15 | Abstract = Select the output format by usig short name of the format (use gda-config --formats for list of available formats on your platform). |
|---|
| 16 | minOccurs = 0 |
|---|
| 17 | maxOccurs = 1 |
|---|
| 18 | <LiteralData> |
|---|
| 19 | DataType = string |
|---|
| 20 | <Default> |
|---|
| 21 | value = GTiff |
|---|
| 22 | </Default> |
|---|
| 23 | </LiteralData> |
|---|
| 24 | [GCP] |
|---|
| 25 | Title = Ground Point Control |
|---|
| 26 | Abstract = Ground Point Control in the form : pixel,line,eating,northing(,elev). |
|---|
| 27 | minOccurs = 0 |
|---|
| 28 | maxOccurs = unbounded |
|---|
| 29 | <LiteralData> |
|---|
| 30 | DataType = string |
|---|
| 31 | <Default /> |
|---|
| 32 | </LiteralData> |
|---|
| 33 | [InputDSN] |
|---|
| 34 | Title = The input data source name |
|---|
| 35 | Abstract = The input data source name to use as source for convertion. |
|---|
| 36 | minOccurs = 1 |
|---|
| 37 | maxOccurs = 1 |
|---|
| 38 | <LiteralData> |
|---|
| 39 | DataType = string |
|---|
| 40 | <Default /> |
|---|
| 41 | </LiteralData> |
|---|
| 42 | [OutputDSN] |
|---|
| 43 | Title = The output data source name |
|---|
| 44 | Abstract = The output data source name to use as source for convertion. |
|---|
| 45 | minOccurs = 1 |
|---|
| 46 | maxOccurs = 1 |
|---|
| 47 | <LiteralData> |
|---|
| 48 | DataType = string |
|---|
| 49 | <Default /> |
|---|
| 50 | </LiteralData> |
|---|
| 51 | </DataInputs> |
|---|
| 52 | <DataOutputs> |
|---|
| 53 | [Result] |
|---|
| 54 | Title = The resulting converted file |
|---|
| 55 | Abstract = The file name resulting of the convertion |
|---|
| 56 | <LiteralData> |
|---|
| 57 | DataType = string |
|---|
| 58 | <Default> |
|---|
| 59 | </Default> |
|---|
| 60 | </LiteralData> |
|---|
| 61 | </DataOutputs> |
|---|
Note: See
TracBrowser
for help on using the repository browser.