IBuildBoundaryParameters Interface

Provides access to members that control parameters for building the boundary of a mosaic dataset.

Members

Name Description
Read/write property AppendToExistingBoundary Indicates whether the computed boundary geometry is merged with existing mosaic boundary.
Read/write property BufferDistanceFactor The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry.
Read/write property PerformWeeding Indicates whether the computed boundary geometry is run through a point-weeding routine.
Read/write property RemoveSlivers Indicates whether polygons designated as slivers are removed from the boundary geometry.
Read/write property UpdateBoundary Indicates whether the mosaic dataset is updated with the computed boundary geometry.
Read/write property WeedTolerance The tolerance for weeding points.

IBuildBoundaryParameters.AppendToExistingBoundary Property

Indicates whether the computed boundary geometry is merged with existing mosaic boundary.

Public Property AppendToExistingBoundary As Boolean
public bool AppendToExistingBoundary {get; set;}

IBuildBoundaryParameters.BufferDistanceFactor Property

The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry.

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

IBuildBoundaryParameters.PerformWeeding Property

Indicates whether the computed boundary geometry is run through a point-weeding routine.

Public Property PerformWeeding As Boolean
public bool PerformWeeding {get; set;}

IBuildBoundaryParameters.RemoveSlivers Property

Indicates whether polygons designated as slivers are removed from the boundary geometry.

Public Property RemoveSlivers As Boolean
public bool RemoveSlivers {get; set;}

IBuildBoundaryParameters.UpdateBoundary Property

Indicates whether the mosaic dataset is updated with the computed boundary geometry.

Public Property UpdateBoundary As Boolean
public bool UpdateBoundary {get; set;}

IBuildBoundaryParameters.WeedTolerance Property

The tolerance for weeding points.

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

Classes that implement IBuildBoundaryParameters

Classes Description
BuildBoundaryParameters An object that controls how the boundary of a mosaic dataset is computed.
DefineOverviewsParameters An object that controls how new overview items are created in a mosaic dataset.

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