User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.getintersection_tgis_extent_boolean

Table of Contents

TGIS_Shape.GetIntersection(TGIS_Extent, bool) method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.GetIntersection | Overloads | Constructors | Fields | Methods | Properties

Cut the shape in a defined extent.

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

Syntax

// C#
public virtual TGIS_Shape GetIntersection(
  TGIS_Extent _extent,
  bool _draft
);
' VisualBasic
Public Overridable Function GetIntersection(
  ByVal _extent As TGIS_Extent,
  ByVal _draft As Boolean
) As TGIS_Shape
// Oxygene
public
  function GetIntersection(
    _extent : TGIS_Extent;
    _draft : Boolean
  ) : TGIS_Shape; virtual;

Parameters

Name Type Description
_extent TGIS_Extent extent to be cut with
_draft bool
Boolean
if true, then operation will be perform much faster; resulting shape may be topologically improper; used mainly for internal drawing purposes

Result

Type Description
TGIS_Shape Normalized shape (a new copy).
2022/11/16 01:35

Page Tools