Uses of Class
org.deegree.tools.crs.georeferencing.application.transformation.AbstractTransformation

Packages that use AbstractTransformation
org.deegree.tools.crs.georeferencing.application   
org.deegree.tools.crs.georeferencing.application.transformation   
org.deegree.tools.crs.georeferencing.model   
 

Uses of AbstractTransformation in org.deegree.tools.crs.georeferencing.application
 

Methods in org.deegree.tools.crs.georeferencing.application that return AbstractTransformation
 AbstractTransformation ApplicationState.determineTransformationType(AbstractTransformation.TransformationType type)
          Determines the transformationMethod by means of the type.
 

Uses of AbstractTransformation in org.deegree.tools.crs.georeferencing.application.transformation
 

Subclasses of AbstractTransformation in org.deegree.tools.crs.georeferencing.application.transformation
 class AffineTransformation
          Implementation of the affine transformation with 6 parameters.
 class Helmert4Transform
          Implementation of the helmert transformation with 4 parameters.
 class Polynomial
          Implementation of the Polynomial transformation.
 

Uses of AbstractTransformation in org.deegree.tools.crs.georeferencing.model
 

Methods in org.deegree.tools.crs.georeferencing.model that return AbstractTransformation
 AbstractTransformation ControllerModel.getTransform()
           
 

Methods in org.deegree.tools.crs.georeferencing.model with parameters of type AbstractTransformation
 void ControllerModel.setTransform(AbstractTransformation transform)
           
 



Copyright © 2011. All Rights Reserved.