User Tools

Site Tools


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

Table of Contents

TGIS_Shape.IsCommonPoint method

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

Test if the current shape has any common point with another given shape.

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

Syntax

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

Parameters

Name Type Description
_shape TGIS_Shape shape to test with

Result

Type Description
bool
Boolean
True if relation is true.

Remarks

See IsInsideCircle for example.

2022/11/16 01:51

Page Tools