|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.unh.sdb.lattice.Approximator
edu.unh.sdb.lattice.ArrayApproximator
public class ArrayApproximator
The ArrayApproximator class is meant for use with the ArrayCell class.
| Constructor Summary | |
|---|---|
ArrayApproximator()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayApproximator()
| Method Detail |
|---|
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 Approximatorpublic java.lang.String toString(java.lang.String indent)
toString in class Approximatorpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||