User Tools

Site Tools


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

Table of Contents

TGIS_Shape.GetIntersection(TGIS_Extent, bool) method

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

Cut the shape in a defined extent.

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

Syntax

// Java
public TGIS_Shape GetIntersection(
  TGIS_Extent _extent,
  bool _draft
);
// 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:51

Page Tools