Document.Windsurf.Distance
Class BandDistance

java.lang.Object
  extended by Document.Windsurf.Distance.BandDistance

public class BandDistance
extends java.lang.Object

Class for computing band distance


Constructor Summary
BandDistance()
           
 
Method Summary
static double distance(WindsurfBand band1, WindsurfBand band2)
          Method for computing the distance between two bands.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BandDistance

public BandDistance()
Method Detail

distance

public static double distance(WindsurfBand band1,
                              WindsurfBand band2)
Method for computing the distance between two bands.

Parameters:
band1 - Band to be compared.
band2 - Band to be compared.
Returns:
The distance between the two bands.