Interface MathTransform2D

All Superinterfaces:
MathTransform

public interface MathTransform2D extends MathTransform
Transforms two-dimensional coordinate points. CoordinateOperation.getMathTransform() may returns instance of this interface when source and destination coordinate systems are both two dimensional. MathTransform2D extends MathTransform by adding some methods for easier inter-operability with Java2D.
Since:
1.0
Departure from OGC/ISO standard for closer integration with the Java environment This interface is not part of OGC specification. It has been added in GeoAPI for close integration with the Java2D library. The API defined in this interface matches the java.awt.geom.AffineTransform API.