DK11 for Delphi | GisTransform.TGIS_TransformPolynomial.Prepare | Constructors | Fields | Methods | Properties
Prepare transformation based on current set of GCP points.
// Delphi public function Prepare( const _order : TGIS_PolynomialOrder ) : Boolean;
// C++ Builder public: bool Prepare( TGIS_PolynomialOrder* const _order );
Name | Type | Description |
---|---|---|
_order | TGIS_PolynomialOrder | polynomial order; first order requires at least 3 point; second order requires at least 6 points; third order requires at least 10 points; |
Type | Description |
---|---|
Boolean | True if prepared |