DK11 for Delphi | GisInterpolation | Enums | Classes
Name | Description |
---|---|
TGIS_CubicSplines | Implementation of cubic splines for path generation in 3D. |
TGIS_GaussianHeatmap | Fast heatmap generator, creates superposition of normal (Gaussian) distribution for each data point. |
TGIS_InterpolatedPath | Base class for methods for path interpolation. |
TGIS_InterpolationIDW | Implementation of the Inverse Distance Weighting (IDW) interpolation method. |
TGIS_InterpolationKriging | Implementation of the ordinary Kriging interpolation method. |
TGIS_InterpolationSplines | Implementation of the Completely Regularized Splines (CRS) interpolation method. |
TGIS_LinearPath | Implementation of linear interpolation for path generation in 3D. |
TGIS_PointCloudToGrid | Provides the means to convert a point cloud vector layer such as LIDAR to a digital elevation model (grid layer). |
TGIS_SemivarianceAbstract | Abstract class for all semivariance models. |
TGIS_SemivarianceCircular | Represents the circular semivariance model. |
TGIS_SemivarianceExponential | Represents the exponential semivariance model. |
TGIS_SemivarianceGaussian | Represents the gaussian semivariance model. |
TGIS_SemivarianceLinear | Represents the linear semivariance model. |
TGIS_SemivariancePowerLaw | Represents the power-law semivariance model. |
TGIS_SemivarianceSpherical | Represents the spherical semivariance model. |
TGIS_SemivarianceWithRange | Abstract class for all semivariance models with range. |
TGIS_SemivarianceWithSill | Abstract class for all semivariance models with range and sill. |
TGIS_ShapeListStub | Abstract stub class for internal implementation of structured shape list used in vector-to-grid computations. |
TGIS_TinToGrid | Provides the means to convert a Triangulated Irregular Network (TIN) vector layer to a digital elevation model (grid layer). |
TGIS_VectorToGridAbstract | Abstract class for all classes which implement grid generation from vector data. |