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 classA one dimensional, constant transform.(package private) final classA one dimensional, identity transform.Fields in org.apache.sis.referencing.operation.transform declared as LinearTransform1DModifier and TypeFieldDescriptionstatic final LinearTransform1DIdentityTransform1D.INSTANCEThe unique instance.(package private) static final LinearTransform1DLinearTransform1D.NEGATEA 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 LinearTransform1DLinearTransform1D.constant(double x, double y) Creates a constant function having value y, and for which the inverse is x.static LinearTransform1DLinearTransform1D.create(double scale, double offset) Constructs a new linear transform.LinearTransform1D.inverse()Creates the inverse transform of this object.