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

Packages that use Point4Values
org.deegree.tools.crs.georeferencing.application   
org.deegree.tools.crs.georeferencing.application.transformation   
org.deegree.tools.crs.georeferencing.communication.panel2D   
org.deegree.tools.crs.georeferencing.model.datatransformer   
 

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

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

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

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

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

Uses of Point4Values in org.deegree.tools.crs.georeferencing.communication.panel2D
 

Fields in org.deegree.tools.crs.georeferencing.communication.panel2D declared as Point4Values
protected  Point4Values AbstractPanel2D.lastAbstractPoint
           
 

Fields in org.deegree.tools.crs.georeferencing.communication.panel2D with type parameters of type Point4Values
protected  List<Point4Values> AbstractPanel2D.selectedPoints
           
 

Methods in org.deegree.tools.crs.georeferencing.communication.panel2D that return Point4Values
 Point4Values AbstractPanel2D.getLastAbstractPoint()
           
 

Methods in org.deegree.tools.crs.georeferencing.communication.panel2D that return types with arguments of type Point4Values
 List<Point4Values> AbstractPanel2D.getSelectedPoints()
           
 

Methods in org.deegree.tools.crs.georeferencing.communication.panel2D with parameters of type Point4Values
 void AbstractPanel2D.addToSelectedPoints(Point4Values point)
           
 

Method parameters in org.deegree.tools.crs.georeferencing.communication.panel2D with type arguments of type Point4Values
 void AbstractPanel2D.setSelectedPoints(List<Point4Values> selectedPoints, Scene2DValues sceneValues)
           
 

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

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



Copyright © 2011. All Rights Reserved.