Package | Description |
---|---|
org.tinfour.common |
Provides classes and interfaces that are common to multiple
packages within the TinFour project.
|
org.tinfour.interpolation |
Provides interfaces and supporting classes for performing
interpolation over TINs
|
Modifier and Type | Interface and Description |
---|---|
interface |
IIncrementalTinNavigator
Provides utilities for performing geometry-based query operations
on an incremental tin.
|
interface |
INeighborEdgeLocator
Defines methods for a reusable instance of a class for searching a TIN and
locating the neighboring edge.
|
interface |
INeighborhoodPointsCollector
Defines an interface for collecting the points in the
proximity of a specified pair of coordinates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IInterpolatorOverTin
Defines an interface for interpolating data over a Triangulated
Irregular Network implementation.
|
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.