public class AreaTriangleCellApproximator extends UnstructuredApproximator
Constructor and Description |
---|
AreaTriangleCellApproximator() |
Modifier and Type | Method and Description |
---|---|
Datum |
approximate(Cell c,
Point p) |
Datum |
approximate(Cell c,
Point p,
RecordSpec s) |
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 Datum approximate(Cell c, Point p)
approximate
in class Approximator
public Datum approximate(Cell c, Point p, RecordSpec s)
approximate
in class Approximator
public java.lang.String toString()
toString
in class UnstructuredApproximator
public java.lang.String toString(java.lang.String indent)
toString
in class UnstructuredApproximator