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 |
InverseDistanceWeightingInterpolator.interpolate(double x,
double y,
IVertexValuator valuator)
Perform inverse distance weighting interpolation.
|
double |
IInterpolatorOverTin.interpolate(double x,
double y,
IVertexValuator valuator)
Perform interpolation using the specified valuator.
|
double |
TriangularFacetInterpolator.interpolateWithExteriorSupport(double x,
double y,
IVertexValuator valuator)
Performs an interpolation with special handling to provide
values for regions to the exterior of the Delaunay Triangulation.
|
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 © 2021. All rights reserved.