Class DefaultOperation

All Implemented Interfaces:
Serializable, IdentifiedObject, CoordinateOperation, Operation, SingleOperation
Direct Known Subclasses:
DefaultConversion, DefaultTransformation

public class DefaultOperation extends DefaultSingleOperation implements Operation
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. This coordinate operation thus uses an operation method, usually with associated parameter values.

In the Geotools implementation, the parameter values are inferred from the transform. Other implementations may have to overrides the getParameterValues() method.

Since:
2.1
Author:
Martin Desruisseaux (IRD)
See Also: