Generated by
JDiff

Interface org.opengis.referencing.operation.CoordinateOperationFactory

Documentation changed from old to new.

Added Methods
OperationMethod createOperationMethod(Map<String, ?>, Integer, Integer, ParameterDescriptorGroup) Creates an operation method from a set of properties and a descriptor group.
OperationMethod getOperationMethod(String) Returns the build-in operation method of the given name.
 

Changed Methods
Conversion createDefiningConversion(Map<String, ?>, OperationMethod, ParameterValueGroup) Documentation changed from old to new.
Creates a defining conversion from a set of properties.
CoordinateOperation createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem, OperationMethod) Documentation changed from old to new.
Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.