Package | Description |
---|---|
org.tinfour.interpolation |
Provides interfaces and supporting classes for performing
interpolation over TINs
|
Modifier and Type | Class and Description |
---|---|
class |
InverseDistanceWeightingInterpolator
Provides interpolation based on the classic method of inverse distance
weighting (IDW).
|
class |
NaturalNeighborInterpolator
Provides interpolations based on Sibson's Natural Neighbor Interpolation
method.
|
class |
TriangularFacetInterpolator
Provides interpolation based on treating the surface as a collection
of planar triangular facets.
|
Copyright © 2021. All rights reserved.