org.das2.dataset
Class NearestNeighborTableRebinner

java.lang.Object
  extended by org.das2.dataset.NearestNeighborTableRebinner
All Implemented Interfaces:
DataSetRebinner

public class NearestNeighborTableRebinner
extends java.lang.Object
implements DataSetRebinner


Constructor Summary
NearestNeighborTableRebinner()
          Creates a new instance of TableAverageRebinner
 
Method Summary
 DataSet rebin(DataSet ds, RebinDescriptor ddX, RebinDescriptor ddY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NearestNeighborTableRebinner

public NearestNeighborTableRebinner()
Creates a new instance of TableAverageRebinner

Method Detail

rebin

public DataSet rebin(DataSet ds,
                     RebinDescriptor ddX,
                     RebinDescriptor ddY)
              throws java.lang.IllegalArgumentException
Specified by:
rebin in interface DataSetRebinner
Throws:
java.lang.IllegalArgumentException