User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.isinsidepolygon_tgis_shapepolygon_tgis_insidetype

Table of Contents

TGIS_Shape.IsInsidePolygon method

DK11 for Python | tatukgis.pdk.TGIS_Shape.IsInsidePolygon | Constructors | Methods | Properties

Test if the shape is inside a given polygon.

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

Syntax

# Python
def IsInsidePolygon(
  self,
  _shape: TGIS_ShapePolygon,
  _itype: TGIS_InsideType
) -> bool: 

Parameters

Name Type Description
_shape TGIS_ShapePolygon polygon to test with
_itype TGIS_InsideType kind of test

Result

Type Description
bool True if relation is true.
2023/08/09 01:59

Page Tools