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

java.lang.Object
  extended by 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 $

Constructor Summary
Point4Values(AbstractGRPoint oldValue, AbstractGRPoint initialValue, AbstractGRPoint newValue, AbstractGRPoint worldCoords, RowColumn rc)
           
Point4Values(AbstractGRPoint initialValue, AbstractGRPoint worldCoords, RowColumn rc)
           
 
Method Summary
 AbstractGRPoint getInitialValue()
           
 AbstractGRPoint getNewValue()
           
 AbstractGRPoint getOldValue()
           
 RowColumn getRc()
           
 AbstractGRPoint getWorldCoords()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

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.