User Tools

Site Tools


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

Table of Contents

TGIS_Shape.IsInsideExtent method

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

Test if the shape is inside a defined extent.

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

Syntax

# Python
def IsInsideExtent(
  self,
  _extent: TGIS_Extent,
  _itype: TGIS_InsideType
) -> bool: 

Parameters

Name Type Description
_extent TGIS_Extent extent to be tested with
_itype TGIS_InsideType kind of test

Result

Type Description
bool True if shape is inside provided extent.

Remarks

See IsInsideCircle for example.

2023/08/09 01:59

Page Tools