Class SimpleTransform2D

All Implemented Interfaces:
Identifier, IdentifiedObject, CoordinateOperation, MathTransform, MathTransform2D, ReferenceIdentifier

public abstract class SimpleTransform2D extends SimpleTransform implements MathTransform2D
A CoordinateOperation working only on two-dimensional points.

Subclasses must implement the transform(Point2D, Point2D) method. All other transform methods are defined in terms of the above-cited method. However, the other transform methods may be overridden for performances reasons.

Since:
3.1