Uses of Interface
org.geotools.api.referencing.operation.Transformation
Packages that use Transformation
Package
Description
Coordinate operation implementation.
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.
Basic implementations of math transforms.
-
Uses of Transformation in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement TransformationModifier and TypeClassDescriptionclass
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 TransformationModifier and TypeMethodDescriptionMathTransformBuilder.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 TransformationModifier and TypeMethodDescriptionClass<? extends Transformation>
EarthGravitationalModel.Provider.getOperationType()
Returns the operation type for this transform.GeocentricTranslation.Provider.getOperationType()
Returns the operation type.MolodenskiTransform.Provider.getOperationType()
Returns the operation type.NADCONTransform.Provider.getOperationType()
Returns the operation type.NTv2Transform.Provider.getOperationType()
Returns the operation type.WarpTransform2DProvider.getOperationType()
Returns the operation type.