|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.ct.AbstractMathTransform org.geotools.ct.AbstractMathTransform.Inverse
Default implementation for inverse math transform. This inner class is the inverse
of the enclosing MathTransform
. It is serializable only if the enclosing
math transform is also serializable.
Nested Class Summary |
Nested classes inherited from class org.geotools.ct.AbstractMathTransform |
AbstractMathTransform.Inverse |
Constructor Summary | |
AbstractMathTransform.Inverse()
Construct an inverse math transform. |
Method Summary | |
Matrix |
derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Matrix |
derivative(java.awt.geom.Point2D point)
Gets the derivative of this transform at a point. |
boolean |
equals(java.lang.Object object)
Compares the specified object with this inverse math transform for equality. |
int |
getDimSource()
Gets the dimension of input points. |
int |
getDimTarget()
Gets the dimension of output points. |
int |
hashCode()
Returns a hash code value for this math transform. |
MathTransform |
inverse()
Returns the inverse of this math transform, which is the enclosing math transform. |
boolean |
isIdentity()
Tests whether this transform does not move any points. |
java.lang.String |
toString()
Returns the Well Know Text (WKT) for this inverse math transform. |
Methods inherited from class org.geotools.ct.AbstractMathTransform |
createTransformedShape, fromGeoAPI, getName, transform, transform, transform |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.geotools.ct.MathTransform |
transform |
Constructor Detail |
public AbstractMathTransform.Inverse()
Method Detail |
public int getDimSource()
getDimSource
in interface MathTransform
CT_MathTransform.getDimSource()
public int getDimTarget()
getDimTarget
in interface MathTransform
CT_MathTransform.getDimTarget()
public Matrix derivative(java.awt.geom.Point2D point) throws org.opengis.referencing.operation.TransformException
derivative
in class AbstractMathTransform
point
- The coordinate point where to evaluate the derivative.
org.opengis.referencing.operation.TransformException
- if the derivative can't be evaluated at the specified point.MathTransform2D.derivative(Point2D)
public Matrix derivative(CoordinatePoint point) throws org.opengis.referencing.operation.TransformException
derivative
in interface MathTransform
derivative
in class AbstractMathTransform
point
- The coordinate point where to evaluate the derivative.
null
).
org.opengis.referencing.operation.TransformException
- if the derivative can't be evaluated at the
specified point.public final MathTransform inverse()
this
is always AbstractMathTransform.this
.
inverse
in interface MathTransform
inverse
in class AbstractMathTransform
public boolean isIdentity()
isIdentity
in interface MathTransform
isIdentity
in class AbstractMathTransform
public int hashCode()
hashCode
in class AbstractMathTransform
public boolean equals(java.lang.Object object)
object
in an instance of the same class
than this
, and then test their enclosing
math transforms.
equals
in class AbstractMathTransform
public java.lang.String toString()
toString
in class AbstractMathTransform
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |