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

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

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

Methods in org.deegree.tools.crs.georeferencing.application with parameters of type AbstractTransformation.TransformationType
 AbstractTransformation ApplicationState.determineTransformationType(AbstractTransformation.TransformationType type)
          Determines the transformationMethod by means of the type.
 void ApplicationState.updateResiduals(AbstractTransformation.TransformationType type)
          Updates the model of the table to show the residuals of the already stored mappedPoints.
 

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

Methods in org.deegree.tools.crs.georeferencing.application.transformation that return AbstractTransformation.TransformationType
 AbstractTransformation.TransformationType AffineTransformation.getType()
           
abstract  AbstractTransformation.TransformationType AbstractTransformation.getType()
           
 AbstractTransformation.TransformationType Polynomial.getType()
           
 AbstractTransformation.TransformationType Helmert4Transform.getType()
           
static AbstractTransformation.TransformationType AbstractTransformation.TransformationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractTransformation.TransformationType[] AbstractTransformation.TransformationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

Methods in org.deegree.tools.crs.georeferencing.model with parameters of type AbstractTransformation.TransformationType
 void ControllerModel.setTransformationType(AbstractTransformation.TransformationType transformationType)
           
 



Copyright © 2011. All Rights Reserved.