Uses of Class
org.geotools.referencing.operation.transform.AffineTransform2D

Packages that use AffineTransform2D
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
 AffineTransform2D ImageGeometry.getGridToCoordinateSystem()
          Deprecated. Renamed as ImageGeometry.getGridToCRS().
 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
AdvancedAffineBuilder(List<MappedPosition> vectors, AffineTransform2D affineTrans)
          Constructs affine transform from GCPs and approximate values for calculation.
AffineToGeometric(AffineTransform2D trans)
          Constructs AffineToGeometric from AffineTransform2D
 



Copyright © 1996-2010 Geotools. All Rights Reserved.