<?xml version="1.0" encoding="UTF-8"?>
<ConcatenatedOperation xmlns="http://www.opengis.net/gml" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/gml fragmentTransformations.xsd" gml:id="TemplateConcatenatedOperation">
	<!-- Primary editor: Arliss Whiteside. Last updated 2005-04-13 -->
	<coordinateOperationName>Template for ConcatenatedOperation</coordinateOperationName>
	<remarks>Template for coordinate ConcatenatedOperation to unrectified image coordinates from ground CRS coordinates. </remarks>
	<sourceCRS xlink:href="urn:ogc:def:crs:EPSG:6.3:TBD">
		<!-- This sourceCRS must be 2D. -->
	</sourceCRS>
	<targetCRS xlink:href="urn:ogc:def:crs:OGC:0.0:ImageCRSpixelCenter:TBD"/>
	<usesSingleOperation>
		<Transformation gml:id="TemplateGridElevationModelTransformation">
			<coordinateOperationName>Template for grid elevation model coordinate Transformations</coordinateOperationName>
			<operationVersion>1.0</operationVersion>
			<sourceCRS xlink:href="urn:ogc:def:crs:EPSG:6.3:TBD">
				<!-- This sourceCRS must be the same as the sourceCRS above. -->
			</sourceCRS>
			<targetCRS xlink:href="urn:ogc:def:crs:EPSG:6.3:TBD">
				<!-- This targetCRS must be 3D. -->
			</targetCRS>
			<usesMethod>
				<OperationMethod gml:id="GridElevationModel">
					<methodName>Grid elevation model</methodName>
					<methodID>
						<name codeSpace="urn:ogc:def:method:OGC:0.0:">GridElevationModel</name>
					</methodID>
					<remarks>This operation method is for a coordinate Transformation that implements an elevation model using grid elevation data. </remarks>
					<methodFormula>The elevation value for the input horizontal position shall be bilinear interpolated between the surrounding four grid points, and added to the input horizontal coordinates. </methodFormula>
					<sourceDimensions>2</sourceDimensions>
					<targetDimensions>3</targetDimensions>
					<usesParameter>
						<OperationParameter gml:id="GridElevationData">
							<parameterName>Grid Elevation Data</parameterName>
							<parameterID>
								<name codeSpace="urn:ogc:def:parameter:OGC:0.0:">GridElevationData</name>
							</parameterID>
							<remarks>The value of this operation parameter is the URL of a source of grid elevation data, in the 3D targetCRS of the coordinate Transformation that contains the value of this operation parameter. </remarks>
						</OperationParameter>
					</usesParameter>
				</OperationMethod>
			</usesMethod>
			<usesValue>
				<valueFile>http://baesystems.com/DEM/TBD</valueFile>
				<valueOfParameter xlink:href="urn:ogc:def:parameter:OGC:0.0:GridElevationData"/>
			</usesValue>
		</Transformation>
	</usesSingleOperation>
	<usesSingleOperation>
		<Transformation gml:id="TemplateGeoreferencingTransformation">
			<coordinateOperationName>Template for image georeferencing coordinate Transformation</coordinateOperationName>
			<operationVersion>1.0</operationVersion>
			<sourceCRS xlink:href="urn:ogc:def:crs:EPSG:6.3:TBD">
				<!-- This sourceCRS must be the same as the targetCRS above. -->
			</sourceCRS>
			<targetCRS xlink:href="urn:ogc:def:crs:OGC:0.0:ImageCRSpixelCenter:TBD"/>
			<usesMethod>
				<OperationMethod gml:id="ReplacementSensorModel">
					<methodName>Replacement Sensor Model (RSM) coordinate Transformation</methodName>
					<methodID>
						<name codeSpace="urn:ogc:def:method:OGC:0.0:">ReplacementSensorModel</name>
					</methodID>
					<remarks>This operation method is for a coordinate Transformation that georeferences an unrectified image using the Replacement Sensor Model (RSM). </remarks>
					<methodFormula>urn:ogc:def:method:OGC:0.0:ReplacementSensorModel. </methodFormula>
					<sourceDimensions>3</sourceDimensions>
					<targetDimensions>2</targetDimensions>
					<usesParameter>
						<OperationParameter gml:id="RSMParameters">
							<parameterName>Parameters for Replacement Sensor Model (RSM). </parameterName>
							<parameterID>
								<name codeSpace="http://baesystems.com/rsm/rsmParameters"/>
							</parameterID>
							<remarks>The value of this operation parameter is the URL of a file containing all the parameters for the Replacement Sensor Model (RSM) for the specific image. </remarks>
						</OperationParameter>
					</usesParameter>
				</OperationMethod>
			</usesMethod>
			<usesValue>
				<valueFile>http://baesystems.com/rsm/rsmParameterValues/TBD.xml</valueFile>
				<valueOfParameter xlink:href="http://baesystems.com/rsm/rsmParameters"/>
			</usesValue>
		</Transformation>
	</usesSingleOperation>
</ConcatenatedOperation>

