|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 dimensions plus 1,
and the number of rows is equals to the number of
target dimensions plus 1.
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 |
public org.opengis.referencing.operation.Matrix getMatrix()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |