org.geotools.referencing.operation
Interface LinearTransform

All Superinterfaces:
org.opengis.referencing.operation.MathTransform
All Known Implementing Classes:
IdentityTransform, LinearTransform1D, ProjectiveTransform

public interface LinearTransform
extends org.opengis.referencing.operation.MathTransform

Interface for linear MathTransforms. A linear transform can be express as an affine transform using a matrix. The number of columns is equals to the number of source dimensions plus 1, and the number of rows is equals to the number of target dimensions plus 1.

Since:
2.0
Version:
$Id: LinearTransform.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux

Method Summary
 org.opengis.referencing.operation.Matrix getMatrix()
          Returns this transform as an affine transform matrix.
 
Methods inherited from interface org.opengis.referencing.operation.MathTransform
derivative, getSourceDimensions, getTargetDimensions, inverse, isIdentity, toWKT, transform, transform, transform
 

Method Detail

getMatrix

public org.opengis.referencing.operation.Matrix getMatrix()
Returns this transform as an affine transform matrix.



Copyright © GeoTools. All Rights Reserved.