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.builderSubclasses of MathTransformBuilder in org.geotools.referencing.operation.builder Modifier and Type Class Description classAdvancedAffineBuilderBuilder for affine transformation with possibility to set several constrains for affine parameters that will be respected during calculation.classAffineTransformBuilderBuilds MathTransform setup as Affine transformation from a list of MappedPosition.classBursaWolfTransformBuilderBuilds MathTransform setup as BursaWolf transformation from a list of MappedPosition.classProjectiveTransformBuilderBuilds MathTransform setup as Projective transformation from a list of MappedPosition.classRubberSheetBuilderBuilds 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.classSimilarTransformBuilderBuilds MathTransform setup as Similar transformation from a list of MappedPosition.
 
-