deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.processing.raster.interpolation
Class DataTuple

java.lang.Object
  extended by org.deegree.processing.raster.interpolation.DataTuple
All Implemented Interfaces:
Comparable<DataTuple>

public class DataTuple
extends Object
implements Comparable<DataTuple>

Version:
1.0. $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18. Jun 2009) $
Author:
Andreas Poth, last edited by: $Author: mschneider $

Field Summary
 double value
          Value at location x,y
 double x
          X-Coordinate of the data tuple
 double y
          Y-Coordinate of the data tuple
 
Constructor Summary
DataTuple()
          Empty constructor.
DataTuple(double x, double y, double value)
          Convenience constructor.
 
Method Summary
 int compareTo(DataTuple o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x
X-Coordinate of the data tuple


y

public double y
Y-Coordinate of the data tuple


value

public double value
Value at location x,y

Constructor Detail

DataTuple

public DataTuple(double x,
                 double y,
                 double value)
Convenience constructor.

Parameters:
x -
y -
value -

DataTuple

public DataTuple()
Empty constructor. Data is pre-set to zero.

Method Detail

compareTo

public int compareTo(DataTuple o)
Specified by:
compareTo in interface Comparable<DataTuple>

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org