Uses of Class
org.apache.sis.referencing.operation.transform.LinearTransform1D
Packages that use LinearTransform1D
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of LinearTransform1D in org.apache.sis.referencing.operation.transform
Subclasses of LinearTransform1D in org.apache.sis.referencing.operation.transformModifier and TypeClassDescription(package private) final class
A one dimensional, constant transform.(package private) final class
A one dimensional, identity transform.Fields in org.apache.sis.referencing.operation.transform declared as LinearTransform1DModifier and TypeFieldDescriptionstatic final LinearTransform1D
IdentityTransform1D.INSTANCE
The unique instance.(package private) static final LinearTransform1D
LinearTransform1D.NEGATE
A transform that just reverse the sign of input values.Methods in org.apache.sis.referencing.operation.transform that return LinearTransform1DModifier and TypeMethodDescription(package private) static LinearTransform1D
LinearTransform1D.constant
(double x, double y) Creates a constant function having value y, and for which the inverse is x.static LinearTransform1D
LinearTransform1D.create
(double scale, double offset) Constructs a new linear transform.LinearTransform1D.inverse()
Creates the inverse transform of this object.