User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.equality_tgis_shape

Table of Contents

TGIS_Shape.Equality method

DK11 for Python | tatukgis.pdk.TGIS_Shape.Equality | Constructors | Methods | Properties

Tests equality relationship for self and given shape

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

Syntax

# Python
def Equality(
  self,
  _shape: TGIS_Shape
) -> bool: 

Parameters

Name Type Description
_shape TGIS_Shape given shape

Result

Type Description
bool True if relation is true.

Remarks

Internally it uses Topology class to find relations. See GIS_Topology for details and examples.

2023/08/09 01:59

Page Tools