User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.iscommonpoint_itgis_shape

Table of Contents

ITGIS_Shape.IsCommonPoint method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsCommonPoint | Methods | Properties

Tests whether this shape and another shape share any common point.

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

Syntax

// C#
public WordBool IsCommonPoint(
  ITGIS_Shape _shape
);
' VisualBasic
Public Function IsCommonPoint(
  ByVal _shape As ITGIS_Shape
) As WordBool
// Oxygene
public
  function IsCommonPoint(
    _shape : ITGIS_Shape
  ) : WordBool;

Parameters

Name Type Description
_shape ITGIS_Shape Shape to test for spatial intersection or boundary touching.

Result

Type Description
WordBool True if the shapes overlap, touch, or cross; otherwise, False.

Remarks

PURPOSE: Provides a quick boolean topology test to determine whether two geometries interact spatially.

BEHAVIOR: Returns True when any interior or boundary point is shared between the two shapes, including overlaps, crossings, and boundary touches.

CONSTRAINTS: Returns only a boolean result and does not provide intersection locations or DE9IM (Dimensionally Extended Nine-Intersection Model) details.

2026/07/05 01:25

Page Tools