SimplifySegmentsOptions Class
Contents
[
Hide
]Summary: Options for Aspose.Gis.GeoTools.GeometryOperations.SimplifySegments(Aspose.Gis.Geometries.IGeometry,Aspose.Gis.GeoTools.SimplifySegmentsOptions).
Module: aspose.gis.geotools
Full Name: aspose.gis.geotools.SimplifySegmentsOptions
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| SimplifySegmentsOptions() | Create an instance with init fields by default. |
| SimplifySegmentsOptions(source) | Create copy of instance SimplifySegmentsOptions. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| distance | double | r/w | Parameter for check is point near to line segment. Default value is 0. |
Methods
| Name | Description |
|---|---|
| clone() | Create copy of object. |
Constructor: SimplifySegmentsOptions()
SimplifySegmentsOptions()
Create an instance with init fields by default.
Constructor: SimplifySegmentsOptions(source)
SimplifySegmentsOptions(source)
Create copy of instance SimplifySegmentsOptions.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | SimplifySegmentsOptions | The source object. |
Method: clone()
clone()
Create copy of object.
Returns
| Type | Description |
|---|---|
| SimplifySegmentsOptions | The options clone. |