Uses of Class
org.geotools.referencing.operation.builder.MathTransformBuilder
Packages that use MathTransformBuilder
Package
Description
A package of convenience classes which use control points common to two
data sets to derive empirically the transformation parameters needed to
convert positions between the coordinate systems of the two data sets.
-
Uses of MathTransformBuilder in org.geotools.referencing.operation.builder
Subclasses of MathTransformBuilder in org.geotools.referencing.operation.builderModifier and TypeClassDescriptionclass
Builder for affine transformation with possibility to set several constrains for affine parameters that will be respected during calculation.class
Builds MathTransform setup as Affine transformation from a list of MappedPosition.class
Builds MathTransform setup as BursaWolf transformation from a list of MappedPosition.class
Builds MathTransform setup as Projective transformation from a list of MappedPosition.class
Builds a RubberSheet transformation from a set of control points, defined as a List of MappedPosition objects, and a quadrilateral delimiting the outer area of interest, defined as a List of four DirectPosition objects.class
Builds MathTransform setup as Similar transformation from a list of MappedPosition.