DK11 for Python | tatukgis.pdk.TGIS_Shape.IsInsideExtent | Constructors | Methods | Properties
Test if the shape is inside a defined extent.
# Python def IsInsideExtent( self, _extent: TGIS_Extent, _itype: TGIS_InsideType ) -> bool:
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be tested with |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
bool | True if shape is inside provided extent. |
See IsInsideCircle for example.