Uses of Interface
org.tinfour.common.IProcessUsingTin
-
Packages that use IProcessUsingTin Package Description org.tinfour.common Provides classes and interfaces that are common to multiple packages within the TinFour project.org.tinfour.interpolation Provides interfaces and supporting classes for performing interpolation over TINs -
-
Uses of IProcessUsingTin in org.tinfour.common
Subinterfaces of IProcessUsingTin in org.tinfour.common Modifier and Type Interface Description interfaceIIncrementalTinNavigatorProvides utilities for performing geometry-based query operations on an incremental tin.interfaceINeighborEdgeLocatorDefines methods for a reusable instance of a class for searching a TIN and locating the neighboring edge.interfaceINeighborhoodPointsCollectorDefines an interface for collecting the points in the proximity of a specified pair of coordinates. -
Uses of IProcessUsingTin in org.tinfour.interpolation
Subinterfaces of IProcessUsingTin in org.tinfour.interpolation Modifier and Type Interface Description interfaceIInterpolatorOverTinDefines an interface for interpolating data over a Triangulated Irregular Network implementation.Classes in org.tinfour.interpolation that implement IProcessUsingTin 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.
-