org.geotools.ct
Interface LinearTransform
- All Superinterfaces:
- MathTransform
Deprecated. Replaced by LinearTransform
in the org.geotools.referencing.operation
package.
- public interface LinearTransform
- extends MathTransform
Interface for linear MathTransform
s. A linear transform can be express as an affine
transform using a matrix. The number of
columns is equals to the number of source dimension plus 1, and
the number of rows is equals to the number of
target dimension plus 1.
- Version:
- $Id: LinearTransform.java 17672 2006-01-19 00:25:55Z desruisseaux $
- Author:
- Martin Desruisseaux
Method Summary |
Matrix |
getMatrix()
Deprecated. Returns this transform as an affine transform matrix. |
getMatrix
public Matrix getMatrix()
- Deprecated.
- Returns this transform as an affine transform matrix.
Copyright © GeoTools. All Rights Reserved.