User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.intersect_tgis_shape

Table of Contents

TGIS_Shape.Intersect method

DK11 for Java | tatukgis.jdk.TGIS_Shape.Intersect | Constructors | Fields | Methods | Properties

Test intersect relationship for self and given shape

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

Syntax

// Java
public bool Intersect(
  TGIS_Shape _shape
);
// Oxygene
public
  function Intersect(
    _shape : TGIS_Shape
  ) : Boolean;

Parameters

Name Type Description
_shape TGIS_Shape given shape

Result

Type Description
bool
Boolean
True if relation is true.

Remarks

See Equality for example.

2022/11/16 01:51

Page Tools