| org.geotools.referencing.operation.AbstractCoordinateOperation org.geotools.referencing.operation.DefaultSingleOperation
All known Subclasses: org.geotools.referencing.operation.DefaultOperation, org.geotools.referencing.operation.DefaultPassThroughOperation,
DefaultSingleOperation | public class DefaultSingleOperation extends AbstractCoordinateOperation implements SingleOperation(Code) | | A single (not
) coordinate operation.
since: 2.1 version: $Id: DefaultSingleOperation.java 20874 2006-08-07 10:00:01Z jgarnett $ author: Martin Desruisseaux |
Constructor Summary | |
| DefaultSingleOperation(Conversion definition, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a new single operation with the same values than the specified defining
conversion, together with the specified source and target CRS. | public | DefaultSingleOperation(Map properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a single operation from a set of properties. |
DefaultSingleOperation | DefaultSingleOperation(Conversion definition, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)(Code) | | Constructs a new single operation with the same values than the specified defining
conversion, together with the specified source and target CRS. This constructor
is used by
DefaultConversion only.
|
DefaultSingleOperation | public DefaultSingleOperation(Map properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)(Code) | | Constructs a single operation from a set of properties. The properties given in argument
follow the same rules than for the
AbstractCoordinateOperation constructor.
Parameters: sourceCRS - The source CRS. Parameters: targetCRS - The target CRS. Parameters: transform - Transform from positions in the to positions in the . |
|
|