 | 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
Syntaxpublic void Thin(
double thin
)
public void Thin(
double thin
)
Public Sub Thin (
thin As Double
)
Public Sub Thin (
thin As Double
)
public:
void Thin(
double thin
)
public:
void Thin(
double thin
)
member Thin :
thin : float -> unit
member Thin :
thin : float -> unit
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