IRemoveSliversParameters Interface

Provides access to members that control parameters for sliver removal.

Members

Name Description
Read/write property MinArea The area below which a polygon is considered a sliver.
Read/write property MinCircularityRatio The circularity value below which a polygon is considered a sliver.
Read/write property MinPointsForElimination A number of points in a polygon below which it is eligible to be considered a sliver using minimum area or minimum circularity tests. A value of zero indicates that polygons are eligible.

IRemoveSliversParameters.MinArea Property

The area below which a polygon is considered a sliver.

Public Property MinArea As Double
public double MinArea {get; set;}

IRemoveSliversParameters.MinCircularityRatio Property

The circularity value below which a polygon is considered a sliver.

Public Property MinCircularityRatio As Double
public double MinCircularityRatio {get; set;}

IRemoveSliversParameters.MinPointsForElimination Property

A number of points in a polygon below which it is eligible to be considered a sliver using minimum area or minimum circularity tests. A value of zero indicates that polygons are eligible.

Public Property MinPointsForElimination As Integer
public int MinPointsForElimination {get; set;}

Classes that implement IRemoveSliversParameters

Classes Description
BuildBoundaryParameters An object that controls how the boundary of a mosaic dataset is computed.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close