DK for Delphi | GisLayerVector.TGIS_Shape.Simplify | Overloads | Constructors | Fields | Methods | Properties
Line generalization routine.
// Delphi public function Simplify( const _tolerance : Double ) : TGIS_Shape; overload;
// C++ Builder public: TGIS_Shape* Simplify( const double _tolerance ) /* overload */;
Name | Type | Description |
---|---|---|
_tolerance | Double | simplification tolerance |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |
Vertex elimination routine based on Douglas-Peucker algorithm. Only for arc or polygon shapes.