Class Interpolation

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

public class Interpolation extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static double
     
    (package private) static double
     
    (package private) static double
     
    (package private) static double
     
    (package private) static double
     
    (package private) static double
     
    (package private) static double[][]
     
    (package private) static double
     
    (package private) static double
     
    (package private) static int
     
    (package private) static int
     
    (package private) static int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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