DK11 for .NET | TatukGIS.NDK.TGIS_InterpolationMethod | Enums
Defines an interpolation method.
// C# public enum TGIS_InterpolationMethod { Exponential, Linear, Logarithmic }
' VisualBasic Public Enum TGIS_InterpolationMethod Exponential Linear Logarithmic End Enum
// Oxygene type TGIS_InterpolationMethod = public ( Exponential, Linear, Logarithmic );
Name | Value | Description | |
---|---|---|---|
Exponential | Exponential interpolation. | ||
Linear | Linear interpolation. | ||
Logarithmic | Logarithmic interpolation. | ||