[Gdal_Translate]
Title = Convert raster data from one format to another.
Abstract = http://www.gdal.org/gdal_translate.html
processVersion = 1
storeSupported = true
statusSupported = true
serviceType = C
serviceProvider = translate_service.zo
title = My Demo
[Format]
Title = Format of the output data
Abstract = Select the output format by usig short name of the format (use gda-config --formats for list of available formats on your platform).
minOccurs = 0
maxOccurs = 1
DataType = string
value = GTiff
[GCP]
Title = Ground Point Control
Abstract = Ground Point Control in the form : pixel,line,eating,northing(,elev).
minOccurs = 0
maxOccurs = unbounded
DataType = string
[InputDSN]
Title = The input data source name
Abstract = The input data source name to use as source for convertion.
minOccurs = 1
maxOccurs = 1
DataType = string
[OutputDSN]
Title = The output data source name
Abstract = The output data source name to use as source for convertion.
minOccurs = 1
maxOccurs = 1
DataType = string
[Result]
Title = The resulting converted file
Abstract = The file name resulting of the convertion
DataType = string