SimplifySegmentsOptions Class

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

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

Properties

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

Methods

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

ParameterTypeDescription
sourceSimplifySegmentsOptionsThe source object.

Method: clone()

 clone() 

Create copy of object.

Returns

TypeDescription
SimplifySegmentsOptionsThe options clone.