|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.ct.AbstractMathTransform
org.deegree_impl.model.ct.AbstractMathTransform.Inverse
Default implementation for inverse math transform. This inner class is the inverse of the enclosing math transform.
Nested Class Summary |
Nested classes inherited from class org.deegree_impl.model.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.deegree_impl.model.ct.AbstractMathTransform |
addParameter, addParameter, createTransformedShape, createTransformedShape, getName, paramMT, toOpenGIS, transform, transform, transform |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.deegree_impl.model.ct.MathTransform |
transform |
Constructor Detail |
public AbstractMathTransform.Inverse()
Method Detail |
public int getDimSource()
CT_MathTransform.getDimSource()
public int getDimTarget()
CT_MathTransform.getDimTarget()
public Matrix derivative(java.awt.geom.Point2D point) throws TransformException
derivative
in class AbstractMathTransform
point
- The coordinate point where to evaluate the derivative.
TransformException
- if the derivative can't be evaluated at the specified point.MathTransform2D.derivative(Point2D)
public Matrix derivative(CoordinatePoint point) throws TransformException
derivative
in interface MathTransform
derivative
in class AbstractMathTransform
point
- The coordinate point where to evaluate the derivative.
null
).
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()
true
if this MathTransform
is
an identity transform; false
otherwise.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 |