This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control parameters for synchronizing items in a mosaic dataset.
Description | ||
---|---|---|
BuildPyramids | Indicates whether pyramids are built for each raster dataset associated with each selected catalog item. | |
BuildThumbnail | Indicates whether items thumbnails are built and saved. | |
ComputeStatistics | Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item. | |
DefaultSpatialReference | The default spatial reference used by all raster types for those dataset which do not have an associated native spatial reference. | |
DensificationFactor | The maximum segment length value as a factor of each incoming dataset fooprint's average dimension. Footprint polygon is densified only if the spatial reference of the footprint geometry differs form the spatial reference of the geometry column of the mosaic c | |
MaximumHighCellSize | The maximum allowed computed value for the high pixel size for the function raster dataset associated with a synchronized item. Lower values in this property indicate fewer pyramid levels. A value of zero indicates an absence of any constraints on the resultin | |
MaximumPyramidLevel | The maximum number of pyramid levels to use from the function raster dataset associated with a synchronized item. A value of -1 indicates all available levels. | |
MinimumColumns | The minimum number of pixel columnns allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item. Higher values in this property indicate fewer pyramid levels. A value of zero indicates an absence of any constraints | |
MinimumRows | The minimum number of pixel rows allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item. Higher values in this property indicate fewer pyramid levels. A value of zero indicates an absence of any constraints on | |
RemoveInvalidItems | Indicates whether items with category set to 'Incomplete' or items that cannot be rebuilt using their corresponding data sources are removed from the mosaic dataset. | |
ResetVisibility | Indicates whether each selected item's visibility values (MinPS and MaxPS) are reset to null. | |
SyncOnlyStaleItems | Indicates if only those items found to be stale are synchronized. | |
ThumbnailBuilder | The thumbnail builder object associated with this operation. If not specified, a default builder is used for generating item thumbnails. |
CoClasses and Classes | Description |
---|---|
AddRastersParameters | An object that controls how rasters are added to a mosaic dataset. |
SynchronizeParameters | An object that controls how items in a mosaic dataset are synchronized. |