edu.unh.sdb.lattice
Class PlanarTriangleCellApproximator
java.lang.Object
edu.unh.sdb.lattice.Approximator
edu.unh.sdb.lattice.UnstructuredApproximator
edu.unh.sdb.lattice.PlanarTriangleCellApproximator
public class PlanarTriangleCellApproximator
- extends UnstructuredApproximator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PlanarTriangleCellApproximator
public PlanarTriangleCellApproximator()
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