Uses of Package
org.apache.sis.referencing.operation.transform
Packages that use org.apache.sis.referencing.operation.transform
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
Widgets for showing a map in a JavaFX application.
Symbology and map representations, together with a rendering engine for display.
Relationship of a
CoordinateSystem
(an abstract mathematical entity) to the earth or other system.Helper classes for creating Math Transforms from a set of points.
Matrix implementations for spatiotemporal referencing.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Classes in org.apache.sis.referencing.operation.transform used by org.apache.sis.coverageClassDescriptionThe function converting raster sample values to geophysics values.
-
Classes in org.apache.sis.referencing.operation.transform used by org.apache.sis.coverage.gridClassDescriptionA 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.gui.mapClassDescriptionA 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.portrayalClassDescriptionA 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.datumClassDescriptionA 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.builderClassDescriptionA 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.matrixClassDescriptionA 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.transformClassDescriptionProvides a default implementation for most methods required by the
MathTransform
interface.Base class for implementations of inverse math transforms.Base class for math transforms that are known to be two-dimensional in all cases.The parameters that describe a sequence of normalize → non-linear kernel → denormalize transforms as a whole.Whether a matrix is used for normalization or denormalization before or after a non-linear operation.Transforms between two CRS (usually geographic) based on different datum.Low level factory for creating math transforms.Deprecated, for removal: This API element is subject to removal in a future version.Specification about how to estimate a domain of validity for transforms.Whether the output coordinate system is Cartesian or spherical.Strategy for iterating over the point arrays given toAbstractMathTransform.transform(…)
methods.A usually affine, or otherwise a projective transform, which convert coordinates using only linear equations.Builder of a parameterized math transform using a method identified by a name or code.The parameter values that define the transform to create, together with its context.The function converting raster sample values to geophysics values.Handler used during concatenations for simplifying a single transform with its neighbor transforms.Enforces coordinate values in the range of a wraparound axis (typically longitude).
DefaultMathTransformFactory.builder(String)
.