Uses of Class
org.geotools.referencing.operation.transform.AffineTransform2D
Packages that use AffineTransform2D
Package
Description
GridCoverage2D implementation.
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 AffineTransform2D in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that return AffineTransform2DModifier and TypeMethodDescriptionImageGeometry.getGridToCRS()
Returns the conversion from grid coordinates to real world earth coordinates. -
Uses of AffineTransform2D in org.geotools.referencing.operation.builder
Constructors in org.geotools.referencing.operation.builder with parameters of type AffineTransform2DModifierConstructorDescriptionAdvancedAffineBuilder
(List<MappedPosition> vectors, AffineTransform2D affineTrans) Constructs affine transform from GCPs and approximate values for calculation.Constructs AffineToGeometric from AffineTransform2D