Uses of Class
org.geotools.referencing.operation.transform.LinearTransform1D
Packages that use LinearTransform1D
-
Uses of LinearTransform1D in org.geotools.referencing.operation.transform
Fields in org.geotools.referencing.operation.transform declared as LinearTransform1DModifier and TypeFieldDescriptionstatic final LinearTransform1D
LinearTransform1D.IDENTITY
The identity transform.Methods in org.geotools.referencing.operation.transform that return LinearTransform1DModifier and TypeMethodDescriptionstatic LinearTransform1D
LinearTransform1D.create
(double scale, double offset) Constructs a new linear transform.