DK11 for Delphi | GisInterpolation.TGIS_VectorToGridAbstract | Classes | Constructors | Methods | Properties | Events
Abstract class for all classes which implement grid generation from vector data.
// Delphi type TGIS_VectorToGridAbstract = class( TGIS_BaseObjectDisposable ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_VectorToGridAbstract : public TGIS_BaseObjectDisposable { };
Name | Visibility | Description | |
---|---|---|---|
Create | public | Creates an instance. | |
Name | Visibility | Description | |
---|---|---|---|
Generate | public | Populates a pixel (grid) layer with values resulting from computations based on the set of sample points from the vector layer. | |
Name | Visibility | Description | |
---|---|---|---|
Coordinate | public | Defines which coordinate is taken as interpolation value if the interpolation is not based on an attribute field; default is Z. | |
DefaultValue | public | If UseDefaultValue is true, then this value will be set for each grid cell for which the interpolated value cannot be computed. | |
UseDefaultValue | public | If true, then each grid cell for which the interpolated value cannot be computed will be set to DefaultValue. | |