Package org.geotools.referencing.operation.transform
package org.geotools.referencing.operation.transform
Basic implementations of math transforms. This package is mostly for internal purpose and should usually not be used
directly. Consider using
org.opengis.referencing.operation.MathTransformFactory
instead.-
ClassesClassDescriptionProvides a default implementation for most methods required by the
MathTransform
interface.Transforms two-dimensional coordinate points using an affine transform.Base class for concatenated transform.An utility class for the separation of concatenation of pass through transforms.Transforms vertical coordinates using coefficients from the Earth Gravitational Model.The provider forEarthGravitationalModel
.A one dimensional exponentional transform.The provider for theExponentialTransform1D
.Transforms three dimensional geographic points to geocentric coordinate points.The provider forGeocentricTransform
.The provider for inverse ofGeocentricTransform
.An affine transform applied on geocentric coordinates.Base class for geocentric affine transform providers.Geocentric affine transform provider for "Coordinate Frame rotation".Base class for geocentric affine transform providers with rotation terms.The identity transform.A one dimensional, linear transform.A one dimensional, logarithmic transform.The provider for theLogarithmicTransform1D
.A math transform which delegates part of its work to an other math transform.Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.The provider forMolodenskiTransform
.The provider for abridgedMolodenskiTransform
.Transform backed by the North American Datum Conversion grid.The provider forNADCONTransform
.The "NTv2" coordinate transformation method (EPSG:9615).TheNTv2Transform
provider.Transform which passes through a subset of ordinates to another transform.A usually affine, or otherwise a projective transform.The provider for the "Affine general parametric transformation" (EPSG 9624).The provider for the "Longitude rotation" (EPSG 9601).The provider for the "Similarity transformation" (EPSG 9621).Base class for transformations from a height above the ellipsoid to a height above the geoid.BuildsWarp
objects that approximate a specifiedMathTransform
in a certain rectangular domain within the specified toleranceWraps an arbitraryWarp
object as a two-dimensional transform.The provider for theWarpTransform2D
.