This document is archived and information here might be outdated. Recommended version. |
Interpolates using natual neighbor.
[Visual Basic .NET] Public Function NaturalNeighbor ( _ ByVal GeoDataset As IGeoDataset _ ) As IGeoDataset
[C#] public IGeoDataset NaturalNeighbor ( IGeoDataset GeoDataset );
[C++]
HRESULT NaturalNeighbor(
IGeoDataset* GeoDataset
);
[C++]
Parameters GeoDataset [in]
GeoDataset is a parameter of type IGeoDataset*
geoDataset | an input point featureclass containing the points with z values to be interpolated onto a surface Raster |