Uses of Class
org.geotools.referencing.operation.transform.AffineTransform2D
-
Packages that use AffineTransform2D Package Description org.geotools.coverage.grid GridCoverage2D implementation.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 AffineTransform2D in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that return AffineTransform2D Modifier and Type Method Description AffineTransform2D
ImageGeometry. 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 AffineTransform2D Constructor Description AdvancedAffineBuilder(List<MappedPosition> vectors, AffineTransform2D affineTrans)
Constructs affine transform from GCPs and approximate values for calculation.AffineToGeometric(AffineTransform2D trans)
Constructs AffineToGeometric from AffineTransform2D
-