Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<transformation id="interpolation serial linear">
	<interpolationSerial>
		<linear>
			<inputVariable>
				<variableId>input</variableId>
			</inputVariable>
			<maxGapLength>5</maxGapLength>
			<outputVariable>
				<variableId>output</variableId>
			</outputVariable>
		</linear>
</transformation>
Advanced configuration topics

Additional advanced options are available and are briefly described. See schema for information on how to configure advanced options.

className
Optional element to define a Java class to override the default class used for the transformation. If used this class must be available and implement the required transformation interface. See Transformations - user defined classes for details.

Common issues

None reported.

Related items

TransformationModule.xsd
Transformations - introduction