DK11 for Java | tatukgis.jdk.TGIS_Shape.Simplify | Overloads | Constructors | Fields | Methods | Properties
Line generalization routine.
// Java public TGIS_Shape Simplify( double _tolerance );
// Oxygene public function Simplify( _tolerance : Double ) : TGIS_Shape;
Name | Type | Description |
---|---|---|
_tolerance | double Double | simplification tolerance |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |
Vertex elimination routine based on Douglas-Peucker algorithm. Only for arc or polygon shapes.