User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.disjoint_tgis_shape

Table of Contents

TGIS_Shape.Disjoint method

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

Tests disjoint relationship for self and given shape

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

Syntax

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

Parameters

Name Type Description
_shape TGIS_Shape given shape

Result

Type Description
Boolean True if relation is true.

Remarks

See Equality for example.

2025/01/31 01:09

Page Tools