User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.getcrossings_tgis_shape

Table of Contents

TGIS_Shape.GetCrossings method

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

Get all crossing points between the current shape and another given shape.

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

Syntax

// Delphi
public
  function GetCrossings(
    const _shape : TGIS_Shape
  ) : TGIS_PointList;
// C++ Builder
public:
  TGIS_PointList* GetCrossings(
    TGIS_Shape* const _shape
  );

Parameters

Name Type Description
_shape TGIS_Shape shape to test with

Result

Type Description
TGIS_PointList List of crossing points or nil.

Remarks

Remember to free this list.
See TGIS_ShapePolygon.GetIntersect for example.

2022/11/16 01:22

Page Tools