See: Description
Interface | Description |
---|---|
IInterpolatorOverTin |
Defines an interface for interpolating data over a Triangulated
Irregular Network implementation.
|
IVertexValuator |
An interface for specifying methods of accessing a value
from a Vertex.
|
Class | Description |
---|---|
InverseDistanceWeightingInterpolator |
Provides interpolation based on the classic method of inverse distance
weighting (IDW).
|
NaturalNeighborInterpolator |
Provides interpolations based on Sibson's Natural Neighbor Interpolation
method.
|
TriangularFacetInterpolator |
Provides interpolation based on treating the surface as a collection
of planar triangular facets.
|
VertexValuatorDefault |
A valuator that returns the Z coordinate of a vertex.
|
Copyright © 2021. All rights reserved.