NearPointsCleanerOptions Class

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

NameDescription
NearPointsCleanerOptions()Create an instance with init fields by default.
NearPointsCleanerOptions(source)Create copy of instance NearPointsCleanerOptions.

Properties

NameTypeAccessDescription
distancedoubler/wParameter for check is point near to another point. Default value is 0.

Methods

NameDescription
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:

ParameterTypeDescription
sourceNearPointsCleanerOptionsThe source object.

Method: clone()

 clone() 

Create copy of object.

Returns

TypeDescription
NearPointsCleanerOptionsThe options clone.