DK11 for Java | tatukgis.jdk.TGIS_Shape.GetIntersection | Overloads | Constructors | Fields | Methods | Properties
Cut the shape in a defined extent.
// Java public TGIS_Shape GetIntersection( TGIS_Extent _extent, bool _draft );
// Oxygene public function GetIntersection( _extent : TGIS_Extent; _draft : Boolean ) : TGIS_Shape; virtual;
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be cut with |
_draft | bool Boolean | if true, then operation will be perform much faster; resulting shape may be topologically improper; used mainly for internal drawing purposes |
Type | Description |
---|---|
TGIS_Shape | Normalized shape (a new copy). |