[geotk] advice re. surface interpolation?

Martin Desruisseaux martin.desruisseaux at geomatys.fr
Mon Apr 26 04:21:07 EDT 2010


Hello Colin

Le 25/04/10 11:52, colin c a écrit :
> Am i right to think geotoolkit does not contain its own tools for
> surface interpolation and this functionality would need to be integrated
> from elsewhere? Possible sources might be CGAL, GRASS or R?

There is a very simple algorithm, based on emperical analysis. This is okay for 
interpolating a surface from a relatively small set of points (a few tens) in 
random positions (provided they are not colinear).

http://www.geotoolkit.org/apidocs/org/geotoolkit/math/ObjectiveAnalysis.html

For more sophesticated interpolations however, alternatives algorithms may need 
to be explored.

	Regards

		Martin


More information about the Geotoolkit mailing list