Click or drag to resize

CPLYThin Method

Thin polygons to a desired resolution

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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