Package org.tinfour.interpolation
Provides interfaces and supporting classes for performing
interpolation over TINs
-
Interface Summary Interface Description IInterpolatorOverTin Defines an interface for interpolating data over a Triangulated Irregular Network implementation.IVertexValuator An interface for specifying methods of accessing a value from a Vertex. -
Class Summary Class Description InverseDistanceWeightingInterpolator Provides interpolation based on the classic method of inverse distance weighting (IDW).NaturalNeighborElements Provides a simple container for the component elements computed during a natural neighbor interpolation.NaturalNeighborInterpolator Provides interpolations based on Sibson's Natural Neighbor Interpolation method.TriangularFacetInterpolator Provides interpolation based on treating the surface as a collection of planar triangular facets.TriangularFacetSpecialInterpolator Provides interpolation based on treating the surface as a collection of triangular facets with special handling for regions outside the domain of the Delaunay triangulation.VertexValuatorDefault A valuator that returns the Z coordinate of a vertex. -
Enum Summary Enum Description NaturalNeighborElements.ResultType Indicate the kind of results that are stored in this instance.