User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shapepolygon.getintersectinternal_tgis_extent_boolean

Table of Contents

TGIS_ShapePolygon.getIntersectInternal method

DK11 for Java | tatukgis.jdk.TGIS_ShapePolygon.getIntersectInternal | Constructors | Fields | Methods | Properties

Available also on: Delphi | .NET.

Syntax

// Java
protected TGIS_Shape getIntersectInternal(
  TGIS_Extent _extent,
  bool _lockInternal2
);
// Oxygene
protected
  function getIntersectInternal(
    _extent : TGIS_Extent;
    _lockInternal2 : Boolean
  ) : TGIS_Shape; override;

Parameters

Name Type Description
_extent TGIS_Extent
_lockInternal2 bool
Boolean

Result

Type Description
TGIS_Shape
2017/09/04 11:22

Page Tools