Uses of Class
org.apache.sis.referencing.operation.builder.TransformBuilder
-
Packages that use TransformBuilder Package Description org.apache.sis.referencing.operation.builder Helper classes for creating Math Transforms from a set of points. -
-
Uses of TransformBuilder in org.apache.sis.referencing.operation.builder
Subclasses of TransformBuilder in org.apache.sis.referencing.operation.builder Modifier and Type Class Description class
LinearTransformBuilder
Creates an affine transform which will map approximately the given source positions to the given target positions.class
LocalizationGridBuilder
Creates an "almost linear" transform mapping the given source points to the given target points.
-