| Package | Description |
|---|---|
| org.tinfour.contour |
Provides classes in support of contouring from Delaunay Triangulations
|
| org.tinfour.interpolation |
Provides interfaces and supporting classes for performing
interpolation over TINs
|
| org.tinfour.utils |
Provides both high-level and general utilities for using the Tinfour packages.
|
| Constructor and Description |
|---|
ContourBuilderForTin(IIncrementalTin tin,
IVertexValuator vertexValuator,
double[] zContour,
boolean buildRegions)
Creates a set of contours at the specified vertical coordinates from the
Delaunay Triangulation.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SmoothingFilter
An implementation of the vertex valuator that processes the vertices in a
Constrained Delaunay Triangulation and applies a low-pass filter over the
data.
|
Copyright © 2019. All rights reserved.