edu.unh.sdb.lattice
Class PlanarTriangleCellApproximator

java.lang.Object
  extended by edu.unh.sdb.lattice.Approximator
      extended by edu.unh.sdb.lattice.UnstructuredApproximator
          extended by edu.unh.sdb.lattice.PlanarTriangleCellApproximator

public class PlanarTriangleCellApproximator
extends UnstructuredApproximator


Constructor Summary
PlanarTriangleCellApproximator()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlanarTriangleCellApproximator

public PlanarTriangleCellApproximator()
Method Detail

approximate

public Datum approximate(Cell c,
                         Point p)
Specified by:
approximate in class Approximator

approximate

public Datum approximate(Cell c,
                         Point p,
                         RecordSpec s)
Specified by:
approximate in class Approximator

toString

public java.lang.String toString()
Return a String representing the object.

Overrides:
toString in class UnstructuredApproximator

toString

public java.lang.String toString(java.lang.String indent)
Return a String representing the object indented by the argument string.

Overrides:
toString in class UnstructuredApproximator