Uses of Class
org.geotools.referencing.operation.transform.LinearTransform1D
-
Packages that use LinearTransform1D Package Description org.geotools.referencing.operation.transform Basic implementations of math transforms. -
-
Uses of LinearTransform1D in org.geotools.referencing.operation.transform
Fields in org.geotools.referencing.operation.transform declared as LinearTransform1D Modifier and Type Field Description static LinearTransform1D
LinearTransform1D. IDENTITY
The identity transform.Methods in org.geotools.referencing.operation.transform that return LinearTransform1D Modifier and Type Method Description static LinearTransform1D
LinearTransform1D. create(double scale, double offset)
Constructs a new linear transform.
-