| Package | Description |
|---|---|
| org.tinfour.interpolation |
Provides interfaces and supporting classes for performing
interpolation over TINs
|
| Modifier and Type | Class and Description |
|---|---|
class |
VertexValuatorDefault
A valuator that returns the Z coordinate of a vertex.
|
| Modifier and Type | Method and Description |
|---|---|
double |
TriangularFacetInterpolator.interpolate(double x,
double y,
IVertexValuator valuator)
Perform linear interpolation treating the triangle that contains the
query point as a flat plane.
|
double |
NaturalNeighborInterpolator.interpolate(double x,
double y,
IVertexValuator valuator)
Perform interpolation using Sibson's C0 method.
|
double |
IInterpolatorOverTin.interpolate(double x,
double y,
IVertexValuator valuator)
Perform interpolation using the specified valuator.
|
double |
NaturalNeighborInterpolator.interpolateUsingTestMethod(double x,
double y,
IVertexValuator valuator)
Perform interpolation using Sibson's C0 method and a test algorithm
based on computing the barycentric coordinates rather than
through the circumcenter approach used for the original
interpolation method.
|
Copyright © 2019. All rights reserved.