Uses of Interface
org.opengis.referencing.operation.Transformation

Packages that use Transformation
org.geotools.referencing.operation Coordinate operation 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. 
org.geotools.referencing.operation.transform Basic implementations of math transforms
 

Uses of Transformation in org.geotools.referencing.operation
 

Classes in org.geotools.referencing.operation that implement Transformation
 class DefaultTransformation
          An operation on coordinates that usually includes a change of Datum.
 

Uses of Transformation in org.geotools.referencing.operation.builder
 

Methods in org.geotools.referencing.operation.builder that return Transformation
 Transformation MathTransformBuilder.getTransformation()
          Returns the coordinate operation wrapping the calculated math transform.
 

Uses of Transformation in org.geotools.referencing.operation.transform
 

Methods in org.geotools.referencing.operation.transform that return types with arguments of type Transformation
 Class<? extends Transformation> EarthGravitationalModel.Provider.getOperationType()
          Returns the operation type for this transform.
 Class<Transformation> MolodenskiTransform.Provider.getOperationType()
          Returns the operation type.
 Class<Transformation> WarpTransform2D.Provider.getOperationType()
          Returns the operation type.
 Class<Transformation> GeocentricTranslation.Provider.getOperationType()
          Returns the operation type.
 Class<Transformation> NADCONTransform.Provider.getOperationType()
          Returns the operation type.
 Class<Transformation> NTv2Transform.Provider.getOperationType()
          Returns the operation type.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.