public interface IlvMathTransform
Modifier and Type | Method and Description |
---|---|
IlvMathTransform |
getInverse()
Returns the inverse transformation of this transformation.
|
int |
getSourceDimension()
The dimension of source coordinates.
|
int |
getTargetDimension()
The dimension of target coordinates.
|
boolean |
isIdentity()
Returns
true if this transformation is an identity. |
IlvCoordinate[] |
transform(IlvCoordinate[] sourceCP,
IlvCoordinate[] targetCP)
Transforms the specified array of points, and stores the result in
the specified coordinate array.
|
IlvCoordinate |
transform(IlvCoordinate sourceCP,
IlvCoordinate targetCP)
Transforms the specified source point, and stores the result in the
specified coordinate.
|
int getSourceDimension()
int getTargetDimension()
IlvCoordinate transform(IlvCoordinate sourceCP, IlvCoordinate targetCP) throws IlvCoordinateTransformationException
null
, a new
coordinate is created and returned.IlvCoordinate[] transform(IlvCoordinate[] sourceCP, IlvCoordinate[] targetCP) throws IlvCoordinateTransformationException
null
, a new array of coordinates is created and returned.IlvMathTransform getInverse()
boolean isIdentity()
true
if this transformation is an identity.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.