Provides access to members that control parameters for building the boundary of a mosaic dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
|
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. |
CoClasses that implement IBuildBoundaryParameters
.NET Samples
Create a custom raster type (Code Files:
TestThumbnailBuilder) |
Create a custom raster type from the ground up for DMCII data (Code Files:
TestDMCIIRasterType) |
Create a Mosaic dataset (Code Files:
CreateMosaicDataset)
.NET Related Topics
How to build a boundary on a Mosaic dataset