Provides access to members that control parameters for building the boundary of a mosaic dataset.
Members
Name | Description | |
---|---|---|
AppendToExistingBoundary | Indicates whether the computed boundary geometry is merged with existing mosaic boundary. | |
BufferDistanceFactor | The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry. | |
PerformWeeding | Indicates whether the computed boundary geometry is run through a point-weeding routine. | |
RemoveSlivers | Indicates whether polygons designated as slivers are removed from the boundary geometry. | |
UpdateBoundary | Indicates whether the mosaic dataset is updated with the computed boundary geometry. | |
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. |