User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_utils.gisissamepoint_tgis_point_tgis_point_double

Table of Contents

TGIS_Utils.GisIsSamePoint(TGIS_Point, TGIS_Point, float) method

DK11 for Python | tatukgis.pdk.TGIS_Utils.GisIsSamePoint | Overloads | Methods | Properties

Are two points equal?

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
@classmethod
def GisIsSamePoint(
  cls,
  _ptg1: TGIS_Point,
  _ptg2: TGIS_Point,
  _tol: float
) -> bool: 

Parameters

Name Type Description
_ptg1 TGIS_Point point to compare
_ptg2 TGIS_Point point to compare
_tol float tolerance of comparison

Result

Type Description
bool True if are equal

References

2023/08/09 02:00

Page Tools