DK11 for Delphi | GisUtils.TGIS_Utils.GisIsSamePoint | Overloads | Methods | Properties
Are two points equal?
// Delphi public class function GisIsSamePoint( const _ptg1 : TGIS_Point; const _ptg2 : TGIS_Point; const _tol : Double ) : Boolean; overload; static; inline;
// C++ Builder public: static bool GisIsSamePoint( TGIS_Point* const _ptg1, TGIS_Point* const _ptg2, const double _tol ) /* overload */;
Name | Type | Description |
---|---|---|
_ptg1 | TGIS_Point | point to compare |
_ptg2 | TGIS_Point | point to compare |
_tol | Double | tolerance of comparison |
Type | Description |
---|---|
Boolean | True if are equal |