Uses of Class
org.apache.sis.referencing.operation.transform.AbstractMathTransform
Packages that use AbstractMathTransform
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of AbstractMathTransform in org.apache.sis.referencing.operation.transform
Subclasses of AbstractMathTransform in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionprotected static classBase class for implementations of inverse math transforms.classBase class for math transforms that are known to be one-dimensional in all cases.protected static classBase class for implementation of inverse math transforms.classBase class for math transforms that are known to be two-dimensional in all cases.protected static classBase class for implementation of inverse math transforms.classTransforms between two CRS (usually geographic) based on different datum.classTransform from two- or three- dimensional ellipsoidal coordinates to geocentric or planetocentric coordinates.classConversion of spherical coordinates from (λ,Ω) to (λ,Ω,R) with points assumed to be on an ellipsoid surface.classTransforms between two geographic CRS by performing geocentric translations interpolated from a grid file.classTransforms between two CRS by performing translations interpolated from a grid file.classTwo- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.classTransform which passes through a subset of coordinates to another transform.classComputes latitudes and longitudes on a sphere where the south pole has been moved to given geographic coordinates.classEnforces coordinate values in the range of a wraparound axis (typically longitude).