DK11 for Java | tatukgis.jdk.TGIS_Shape.IsInsideExtent | Constructors | Fields | Methods | Properties
Test if the shape is inside a defined extent.
// Java public bool IsInsideExtent( TGIS_Extent _extent, TGIS_InsideType _itype );
// Oxygene public function IsInsideExtent( _extent : TGIS_Extent; _itype : TGIS_InsideType ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be tested with |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
bool Boolean | True if shape is inside provided extent. |
See IsInsideCircle for example.