public class ArrayApproximator extends Approximator
Constructor and Description |
---|
ArrayApproximator() |
Modifier and Type | Method and Description |
---|---|
Datum |
approximate(Cell c,
Point p)
Return an interpolated a Datum containing interpolated values of the
attributes at the specified Point inside the cell.
|
Datum |
approximate(Cell c,
Point p,
FieldIDMapper fim)
Return an interpolated a Datum containing interpolated values of the
a subset of attributes (specified by the FieldIDMapper) at the specified
Point inside the cell.
|
Datum |
approximate(Cell c,
Point p,
RecordSpec rs)
Return an interpolated a Datum containing interpolated values of the
a subset of attributes (specified by the RecordSpec) at the specified
Point inside the cell.
|
static void |
main(java.lang.String[] args) |
java.lang.String |
toString()
Return a String representing the object.
|
java.lang.String |
toString(java.lang.String indent)
Return a String representing the object indented by the argument string.
|
public final Datum approximate(Cell c, Point p)
approximate
in class Approximator
public final Datum approximate(Cell c, Point p, RecordSpec rs)
approximate
in class Approximator
public Datum approximate(Cell c, Point p, FieldIDMapper fim)
public java.lang.String toString()
toString
in class Approximator
public java.lang.String toString(java.lang.String indent)
toString
in class Approximator
public static void main(java.lang.String[] args)