DK11 for Delphi | GisTopology.TGIS_Topology.FindAndDeleteLoops | Overloads | Constructors | Methods | Properties | Events
Delete any loop which is smaller than the tolerance.
// Delphi public function FindAndDeleteLoops( const _shp : TGIS_Shape; const _returnnewobj : Boolean ) : TGIS_Shape; overload;
// C++ Builder public: TGIS_Shape* FindAndDeleteLoops( TGIS_Shape* const _shp, const bool _returnnewobj ) /* overload */;
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape to be cleared |
_returnnewobj | Boolean | if True, then result will be returned in a newly created object; if False, then self object will be returned |
Type | Description |
---|---|
TGIS_Shape | returns shape without loops which are smaller than tolerance |