DK11 for Java | tatukgis.jdk.TGIS_InterpolationMethod | Enums
Defines an interpolation method.
// Java public enum TGIS_InterpolationMethod { Exponential, Linear, Logarithmic }
// Oxygene type TGIS_InterpolationMethod = public ( Exponential, Linear, Logarithmic };
Name | Value | Description | |
---|---|---|---|
Exponential | Exponential interpolation. | ||
Linear | Linear interpolation. | ||
Logarithmic | Logarithmic interpolation. | ||