org.deegree.processing.raster.interpolation
Class DataTuple
java.lang.Object
  
org.deegree.processing.raster.interpolation.DataTuple
- All Implemented Interfaces: 
 - Comparable<DataTuple>
 
public class DataTuple
- extends Object
- implements Comparable<DataTuple>
  
- Since:
 
  - 2.0
 
- Version:
 
  - $Revision: 6259 $, 1.0. $Revision: 6259 $, $Date: 2007-03-20 10:15:15 +0100 (Di, 20 Mär 2007) $
 
- Author:
 
  - Andreas Poth, last edited by: $Author: bezema $
 
| 
Field Summary | 
 double | 
value
 
            | 
 double | 
x
 
            | 
 double | 
y
 
            | 
 
| 
Constructor Summary | 
DataTuple()
 
          Empty constructor. | 
DataTuple(double x,
                   double y,
                   double value)
 
          Convenience constructor. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
x
public double x
y
public double y
value
public double value
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.
 
compareTo
public int compareTo(DataTuple o)
- Specified by:
 compareTo in interface Comparable<DataTuple>
 
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net