| org.geotools.referencing.operation.AbstractCoordinateOperation org.geotools.referencing.operation.DefaultSingleOperation org.geotools.referencing.operation.DefaultOperation org.geotools.referencing.operation.DefaultTransformation
DefaultTransformation | public class DefaultTransformation extends DefaultOperation implements Transformation(Code) | | An operation on coordinates that usually includes a change of Datum. The parameters
of a coordinate transformation are empirically derived from data containing the coordinates
of a series of points in both coordinate reference systems. This computational process
is usually "over-determined", allowing derivation of error (or accuracy) estimates
for the transformation. Also, the stochastic nature of the parameters may result
in multiple (different) versions of the same coordinate transformation.
since: 2.1 version: $Id: DefaultTransformation.java 20874 2006-08-07 10:00:01Z jgarnett $ author: Martin Desruisseaux See Also: DefaultConversion |
Constructor Summary | |
public | DefaultTransformation(Map properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a transformation from a set of properties. |
DefaultTransformation | public DefaultTransformation(Map properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method)(Code) | | Constructs a transformation from a set of properties. The properties given in argument
follow the same rules than for the
AbstractCoordinateOperation constructor.
Parameters: properties - Set of properties. Should contains at least "name" . Parameters: sourceCRS - The source CRS. Parameters: targetCRS - The target CRS. Parameters: transform - Transform from positions in the to positions in the . Parameters: method - The operation method. |
Fields inherited from org.geotools.referencing.operation.DefaultOperation | final protected OperationMethod method(Code)(Java Doc)
|
|
|