org.geotools.geometry.iso.util.interpolation
Class PointNeighboursGradients

java.lang.Object
  extended by org.geotools.geometry.iso.util.interpolation.PointNeighboursGradients

public class PointNeighboursGradients
extends java.lang.Object

Author:
roehrig TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 java.awt.geom.Point2D mGradXY
           
 
Constructor Summary
PointNeighboursGradients(ITP_Interpolation.Point3d p)
           
PointNeighboursGradients(ITP_Interpolation.Point3d p, ITP_Interpolation.Point3d[] nbrs)
           
 
Method Summary
 void setAkimaGradient()
           
 void setClosestPoints(java.util.ArrayList<ITP_Interpolation.Point3d> pIn, int nnbr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mGradXY

public java.awt.geom.Point2D mGradXY
Constructor Detail

PointNeighboursGradients

public PointNeighboursGradients(ITP_Interpolation.Point3d p)

PointNeighboursGradients

public PointNeighboursGradients(ITP_Interpolation.Point3d p,
                                ITP_Interpolation.Point3d[] nbrs)
Method Detail

setAkimaGradient

public void setAkimaGradient()

setClosestPoints

public void setClosestPoints(java.util.ArrayList<ITP_Interpolation.Point3d> pIn,
                             int nnbr)


Copyright © 1996-2010 Geotools. All Rights Reserved.