DK11 for Delphi | GisInterpolation.TGIS_SemivarianceAbstract.Prepare | Constructors | Methods | Properties
If necessary, performs preliminary computations; is called before Calculate for each point set.
// Delphi public function Prepare( const _list : TGIS_ShapeListStub ) : Boolean; virtual;
// C++ Builder public: virtual bool Prepare( TGIS_ShapeListStub* const _list );
Name | Type | Description |
---|---|---|
_list | TGIS_ShapeListStub | list of shapes necessary to perform computations |
Type | Description |
---|---|
Boolean | True if the computations succeeded; False otherwise |