Click or drag to resize

CPLYThin Method

Thin polygons to a desired resolution

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Thin(
	double thin
)

public void Thin(
	double thin
)

Parameters

thin
Type: SystemDouble
Thining resolution
Remarks
Points on the polygon that deviate from a line drawn between neighboring points by more than the thining resolution will be removed.
See Also