Uses of Class
org.geotools.referencing.operation.builder.MathTransformBuilder
-
Packages that use MathTransformBuilder Package Description org.geotools.referencing.operation.builder 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.builder Modifier and Type Class Description class
AdvancedAffineBuilder
Builder for affine transformation with possibility to set several constrains for affine parameters that will be respected during calculation.class
AffineTransformBuilder
Builds MathTransform setup as Affine transformation from a list of MappedPosition.class
BursaWolfTransformBuilder
Builds MathTransform setup as BursaWolf transformation from a list of MappedPosition.class
ProjectiveTransformBuilder
Builds MathTransform setup as Projective transformation from a list of MappedPosition.class
RubberSheetBuilder
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
SimilarTransformBuilder
Builds MathTransform setup as Similar transformation from a list of MappedPosition.
-