Uses of Interface
org.geotools.api.referencing.operation.Transformation
-
Packages that use Transformation Package Description org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.builder A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets.org.geotools.referencing.operation.transform Basic implementations of math transforms. -
-
Uses of Transformation in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement Transformation Modifier and Type Class Description class
DefaultTransformation
An operation on coordinates that usually includes a change of Datum. -
Uses of Transformation in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder that return Transformation Modifier and Type Method Description Transformation
MathTransformBuilder. getTransformation()
Returns the coordinate operation wrapping the calculated math transform. -
Uses of Transformation in org.geotools.referencing.operation.transform
Methods in org.geotools.referencing.operation.transform that return types with arguments of type Transformation Modifier and Type Method Description Class<? extends Transformation>
EarthGravitationalModel.Provider. getOperationType()
Returns the operation type for this transform.Class<Transformation>
GeocentricTranslation.Provider. getOperationType()
Returns the operation type.Class<Transformation>
MolodenskiTransform.Provider. getOperationType()
Returns the operation type.Class<Transformation>
NADCONTransform.Provider. getOperationType()
Returns the operation type.Class<Transformation>
NTv2Transform.Provider. getOperationType()
Returns the operation type.Class<Transformation>
WarpTransform2DProvider. getOperationType()
Returns the operation type.
-