DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsCommonPoint | Methods | Properties
Tests whether this shape and another shape share any common point.
// 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;
| Name | Type | Description |
|---|---|---|
| _shape | ITGIS_Shape | Shape to test for spatial intersection or boundary touching. |
| Type | Description |
|---|---|
| WordBool | True if the shapes overlap, touch, or cross; otherwise, False. |
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.