<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tool SYSTEM "http://cpsoft.cz/data/applications/tg/src/xml/toolsgui.dtd">

<tool name="gdaltransform" type="info">
    <command>gdaltransform</command>
    <info>The gdaltransform utility reprojects a list of coordinates into any supported projection,including GCP-based transformations.</info>
    <homepage>http://gdal.osgeo.org/gdaltransform.html</homepage>
    <options>
		<group name="General">
			<file name="Source file" required="true" switcher="" info="File with source projection definition or GCP's. If not given, source projection is read from the command-line -s_srs or -gcp parameters "/>
			<file name="Destination file" required="true" switcher="" info="File with destination projection definition."/>
		</group>
		<group name="Advanced">
			<text name="Source spatial reference set" switcher="-s_srs" info="The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text."/>
			<text name="Target spatial reference set" switcher="-t_srs" info="The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text."/>
			<pairs name="Transformer options" switcher="-to" separator="," info="Set a transformer option suitable to pass to GDALCreateGenImgProjTransformer2()." />
			<text name="Order of polynomial" switcher="-order" info="Order of polynomial used for warping (1 to 3). The default is to select a polynomial order based on the number of GCPs."/>
			<checkbox name="Thin plate spline transformer" switcher="-tps" info="Force use of thin plate spline transformer based on available GCPs."/>
			<checkbox name="Force use of RPCs" switcher="-rpc" info="Force use of RPCs."/>
			<checkbox name="Geolocation Arrays" switcher="-geoloc" info="Force use of Geolocation Arrays."/>
			<checkbox name="Inverse transformation" switcher="-i" info="Inverse transformation: from destination to source."/>
			<list name="GCP" switcher="-gcppixel" separator=" " info="Provide a GCP to be used for transformation (generally three or more are required)">
				<item gr="0">
					line
				</item>
				<item gr="0">
					easting
				</item>
				<item gr="0">
					northing 
				</item>
				<item gr="1">
					elevation
				</item>
			</list>
		</group>
    </options>
</tool>
