org.geotoolkit.referencing.operation.transform
Class AbstractMathTransform2D.Inverse
Object
FormattableObject
AbstractMathTransform
AbstractMathTransform.Inverse
AbstractMathTransform2D.Inverse
- All Implemented Interfaces:
- Serializable, Formattable, Parameterized, LenientComparable, MathTransform, MathTransform2D
- Enclosing class:
- AbstractMathTransform2D
protected abstract class AbstractMathTransform2D.Inverse
- extends AbstractMathTransform.Inverse
- implements MathTransform2D
Default implementation for inverse math transform. This inner class is the inverse
of the enclosing AbstractMathTransform2D.
- Since:
- 3.00
- Version:
- 3.00
- Author:
- Martin Desruisseaux (Geomatys)
- See Also:
- Serialized Form
- Module:
| Methods inherited from class AbstractMathTransform |
createTransformedShape, ensureNonNull, equals, getParameterDescriptors, getParameterValues, hashCode, rollLongitude, transform, transform, transform, transform, transform, transform, transform |
AbstractMathTransform2D.Inverse
protected AbstractMathTransform2D.Inverse()
- Constructs an inverse math transform.
inverse
public MathTransform2D inverse()
- Returns the enclosing math transform.
- Specified by:
inverse in interface MathTransform- Specified by:
inverse in interface MathTransform2D- Overrides:
inverse in class AbstractMathTransform.Inverse
Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.