Uses of Package
org.apache.sis.referencing.operation.transform
-
Packages that use org.apache.sis.referencing.operation.transform Package Description org.apache.sis.coverage Functions that associates positions within a bounded space (its domain) to values (its range).org.apache.sis.referencing.datum Relationship of aCoordinateSystem
(an abstract mathematical entity) to the earth or other system.org.apache.sis.referencing.operation.builder Helper classes for creating Math Transforms from a set of points.org.apache.sis.referencing.operation.projection Map projection implementations.org.apache.sis.referencing.operation.transform Conversions or transformations of multi-dimensional coordinate points. -
Classes in org.apache.sis.referencing.operation.transform used by org.apache.sis.coverage Class Description TransferFunction The function converting raster sample values to geophysics values. -
Classes in org.apache.sis.referencing.operation.transform used by org.apache.sis.referencing.datum Class Description LinearTransform A usually affine, or otherwise a projective transform, which convert coordinates using only linear equations. -
Classes in org.apache.sis.referencing.operation.transform used by org.apache.sis.referencing.operation.builder Class Description LinearTransform A usually affine, or otherwise a projective transform, which convert coordinates using only linear equations. -
Classes in org.apache.sis.referencing.operation.transform used by org.apache.sis.referencing.operation.projection Class Description AbstractMathTransform Provides a default implementation for most methods required by theMathTransform
interface.AbstractMathTransform2D Base class for math transforms that are known to be two-dimensional in all cases.ContextualParameters The parameters that describe a sequence of normalize → non-linear kernel → denormalize transforms as a whole. -
Classes in org.apache.sis.referencing.operation.transform used by org.apache.sis.referencing.operation.transform Class Description AbstractMathTransform Provides a default implementation for most methods required by theMathTransform
interface.AbstractMathTransform.Inverse Base class for implementations of inverse math transforms.ContextualParameters The parameters that describe a sequence of normalize → non-linear kernel → denormalize transforms as a whole.ContextualParameters.MatrixRole Whether a matrix is used for normalization or denormalization before or after a non-linear operation.DatumShiftTransform Transforms between two CRS (usually geographic) based on different datum.DefaultMathTransformFactory.Context Source and target coordinate systems for which a new parameterized transform is going to be used.EllipsoidToCentricTransform.TargetType Whether the output coordinate system is Cartesian or Spherical.IterationStrategy Strategy for iterating over the point arrays given toAbstractMathTransform.transform(…)
methods.LinearTransform A usually affine, or otherwise a projective transform, which convert coordinates using only linear equations.TransferFunction The function converting raster sample values to geophysics values.