User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.equality_tgis_shape

Table of Contents

TGIS_Shape.Equality method

DK for Delphi | GisLayerVector.TGIS_Shape.Equality | Constructors | Fields | Methods | Properties

Tests equality relationship for self and given shape

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

Syntax

// Delphi
public
  function Equality(
    const _shape : TGIS_Shape
  ) : Boolean;
// C++ Builder
public:
  bool Equality(
    TGIS_Shape* const _shape
  );

Parameters

Name Type Description
_shape TGIS_Shape given shape

Result

Type Description
Boolean True if relation is true.

Remarks

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

2025/01/31 01:09

Page Tools