DK11 for ActiveX | TatukGIS_XDK11.TGIS_VectorToGridAbstract | Classes | Methods | Properties
Abstract class for all classes which implement grid generation from vector data.
// C# public class TGIS_VectorToGridAbstract : ITGIS_VectorToGridAbstract, IConnectionPointContainer, ITGIS_VectorToGridAbstractEvents { }
' VisualBasic Public Class TGIS_VectorToGridAbstract Implements ITGIS_VectorToGridAbstract Implements IConnectionPointContainer Implements ITGIS_VectorToGridAbstractEvents End Class
// Oxygene type TGIS_VectorToGridAbstract = public class end;
ITGIS_VectorToGridAbstract IConnectionPointContainer ITGIS_VectorToGridAbstractEvents
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
BusyEvent | public | (Inherited from ITGIS_VectorToGridAbstractEvents) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
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. | |