DK11 for Delphi | GisLayerVector.TGIS_Shape.GetIntersection | Overloads | Constructors | Fields | Methods | Properties
Cut the shape in a defined extent.
// Delphi public function GetIntersection( const _extent : TGIS_Extent ) : TGIS_Shape; overload; virtual;
// C++ Builder public: virtual TGIS_Shape* GetIntersection( TGIS_Extent* const _extent ) /* overload */;
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be cut with |
Type | Description |
---|---|
TGIS_Shape | Normalized shape (a new copy). |