Uses of Interface
org.tinfour.interpolation.IInterpolatorOverTin
-
Packages that use IInterpolatorOverTin Package Description org.tinfour.interpolation Provides interfaces and supporting classes for performing interpolation over TINs -
-
Uses of IInterpolatorOverTin in org.tinfour.interpolation
Classes in org.tinfour.interpolation that implement IInterpolatorOverTin Modifier and Type Class Description classInverseDistanceWeightingInterpolatorProvides interpolation based on the classic method of inverse distance weighting (IDW).classNaturalNeighborInterpolatorProvides interpolations based on Sibson's Natural Neighbor Interpolation method.classTriangularFacetInterpolatorProvides interpolation based on treating the surface as a collection of planar triangular facets.classTriangularFacetSpecialInterpolatorProvides interpolation based on treating the surface as a collection of triangular facets with special handling for regions outside the domain of the Delaunay triangulation.
-