Interface MathTransform1D

All Superinterfaces:
MathTransform

public interface MathTransform1D extends MathTransform
Transforms one-dimensional coordinate points. CoordinateOperation.getMathTransform() may return instance of this interface when source and destination coordinate systems are both one dimensional. MathTransform1D extends MathTransform by adding a simple method transforming a value without the overhead of creating data array.
Since:
1.0
Extension to OGC/ISO standard This interface is not part of the OGC specification. It has been added as a complement of MathTransform2D and because the 1D case provides opportunities for optimization through a transform method accepting a single double primitive type.