Uses of Class
org.deegree.tools.crs.georeferencing.model.points.PointResidual

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

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

Fields in org.deegree.tools.crs.georeferencing.application with type parameters of type PointResidual
 List<Triple<Point4Values,Point4Values,PointResidual>> ApplicationState.mappedPoints
           
 

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

Fields in org.deegree.tools.crs.georeferencing.application.transformation with type parameters of type PointResidual
protected  List<Triple<Point4Values,Point4Values,PointResidual>> AbstractTransformation.mappedPoints
           
 

Methods in org.deegree.tools.crs.georeferencing.application.transformation that return PointResidual
 PointResidual[] AffineTransformation.calculateResiduals()
           
abstract  PointResidual[] AbstractTransformation.calculateResiduals()
          Calculates the Residuals for the mappedPoints
 PointResidual[] Polynomial.calculateResiduals()
           
 PointResidual[] Helmert4Transform.calculateResiduals()
           
 PointResidual[] AbstractTransformation.getResiduals()
           
 

Constructor parameters in org.deegree.tools.crs.georeferencing.application.transformation with type arguments of type PointResidual
AbstractTransformation(List<Triple<Point4Values,Point4Values,PointResidual>> mappedPoints, Footprint footPrint, Scene2DValues sceneValues, ICRS sourceCRS, ICRS targetCRS, int order)
           
AffineTransformation(List<Triple<Point4Values,Point4Values,PointResidual>> mappedPoints, Footprint footPrint, Scene2DValues sceneValues, ICRS sourceCRS, ICRS targetCRS, int order)
           
Helmert4Transform(List<Triple<Point4Values,Point4Values,PointResidual>> mappedPoints, Footprint footPrint, Scene2DValues sceneValues, ICRS targetCRS, int order)
           
Polynomial(List<Triple<Point4Values,Point4Values,PointResidual>> mappedPoints, Footprint footPrint, Scene2DValues sceneValues, ICRS sourceCRS, ICRS targetCRS, int order)
           
 

Uses of PointResidual in org.deegree.tools.crs.georeferencing.model.datatransformer
 

Methods in org.deegree.tools.crs.georeferencing.model.datatransformer that return types with arguments of type PointResidual
 Collection<Triple<Point4Values,Point4Values,PointResidual>> VectorTransformer.getMappedPoints()
           
 



Copyright © 2011. All Rights Reserved.