org.deegree.tools.crs.georeferencing.model.points
Class Point4Values
java.lang.Object
org.deegree.tools.crs.georeferencing.model.points.Point4Values
public class Point4Values
- extends Object
Datastructure for every information needed to manipulate a point.
<oldValue, initialValue, newValue, worldCoordinates, rowColumns>
- Version:
- $Revision: 28806 $, $Date: 2010-12-16 11:18:55 +0100 (Thu, 16 Dec 2010) $
- Author:
- Steffen Thomas, last edited by: $Author: aschmitz $
Point4Values
public Point4Values(AbstractGRPoint oldValue,
AbstractGRPoint initialValue,
AbstractGRPoint newValue,
AbstractGRPoint worldCoords,
RowColumn rc)
- Parameters:
oldValue
- initialValue
- newValue
- worldCoords
- rc
-
Point4Values
public Point4Values(AbstractGRPoint initialValue,
AbstractGRPoint worldCoords,
RowColumn rc)
- Parameters:
initialValue
- worldCoords
- rc
-
getInitialValue
public AbstractGRPoint getInitialValue()
getOldValue
public AbstractGRPoint getOldValue()
getNewValue
public AbstractGRPoint getNewValue()
getWorldCoords
public AbstractGRPoint getWorldCoords()
getRc
public RowColumn getRc()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.