edu.wisc.ssec.mcidasv.util
Class Interpolation

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.util.Interpolation

public class Interpolation
extends Object


Field Summary
(package private) static double aa
           
(package private) static double aaa
           
(package private) static double ae1
           
(package private) static double ae2
           
(package private) static double aer
           
(package private) static double ang
           
(package private) static double[][] array
           
(package private) static double fi
           
(package private) static double fj
           
(package private) static int icnt
           
(package private) static int ijij
           
(package private) static int jcnt
           
 
Constructor Summary
Interpolation()
           
 
Method Summary
static double bilinear(double[][] a, int nx, int ny, double x, double y)
           
static double[] biquad(double[][] a, int nx, int ny, double[][] xy)
           
static double biquad(double[][] ain, int nx, int ny, double x, double y)
           
static FlatField biquad(FlatField fromFld, FlatField toFld)
           
static void main(String[] args)
           
static float[][] transform(Set fromSet, Set toSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

icnt

static int icnt

jcnt

static int jcnt

ang

static double ang

array

static double[][] array

fi

static double fi

fj

static double fj

aa

static double aa

aaa

static double aaa

aer

static double aer

ae1

static double ae1

ae2

static double ae2

ijij

static int ijij
Constructor Detail

Interpolation

public Interpolation()
Method Detail

biquad

public static double biquad(double[][] ain,
                            int nx,
                            int ny,
                            double x,
                            double y)

biquad

public static FlatField biquad(FlatField fromFld,
                               FlatField toFld)
                        throws VisADException,
                               RemoteException
Throws:
VisADException
RemoteException

biquad

public static double[] biquad(double[][] a,
                              int nx,
                              int ny,
                              double[][] xy)

bilinear

public static double bilinear(double[][] a,
                              int nx,
                              int ny,
                              double x,
                              double y)

transform

public static float[][] transform(Set fromSet,
                                  Set toSet)
                           throws VisADException,
                                  RemoteException
Throws:
VisADException
RemoteException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException