User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.contains_tgis_shape

Table of Contents

TGIS_Shape.Contains method

DK11 for Delphi | GisLayerVector.TGIS_Shape.Contains | Constructors | Fields | Methods | Properties

Tests contains relationship for given shape

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

Syntax

// Delphi
public
  function Contains(
    const _shape : TGIS_Shape
  ) : Boolean;
// C++ Builder
public:
  bool Contains(
    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.

2022/11/16 01:22

Page Tools