NearPointsCleanerOptions Class
Contents
[
Hide
]Summary: Options for deleting points that are too close to each other.
Module: aspose.gis.geotools
Full Name: aspose.gis.geotools.NearPointsCleanerOptions
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| NearPointsCleanerOptions() | Create an instance with init fields by default. |
| NearPointsCleanerOptions(source) | Create copy of instance NearPointsCleanerOptions. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| distance | double | r/w | Parameter for check is point near to another point. Default value is 0. |
Methods
| Name | Description |
|---|---|
| clone() | Create copy of object. |
Constructor: NearPointsCleanerOptions()
NearPointsCleanerOptions()
Create an instance with init fields by default.
Constructor: NearPointsCleanerOptions(source)
NearPointsCleanerOptions(source)
Create copy of instance NearPointsCleanerOptions.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | NearPointsCleanerOptions | The source object. |
Method: clone()
clone()
Create copy of object.
Returns
| Type | Description |
|---|---|
| NearPointsCleanerOptions | The options clone. |