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 Approximatorpublic Datum approximate(Cell c, Point p, RecordSpec s)
approximate in class Approximatorpublic java.lang.String toString()
toString in class UnstructuredApproximatorpublic java.lang.String toString(java.lang.String indent)
toString in class UnstructuredApproximator