Provides access to members that control parameters for synchronizing items in a mosaic dataset
Members
Name | Description | |
---|---|---|
AuxiliaryFieldValues | A field value property set that maps field names to possible metadata values. These values take precedence over the metadata from the dataset. | |
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. | |
CacheParameters | The parameters used for defining cache of the selected mosaic dataset items. | |
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. | |
DefineCache | Indicates whether an attempt is made to define cache of the selected mosaic dataset items. | |
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 | |
EstimateStatistics | Indicates whether the operation estimates statistics associated with the mosaic dataset and function templates. | |
ExcludedFields | The collection of field names that are excluded from being updated during synchronization. | |
ForceDefaultSpatialReference | Indicates whether to overwrite the native spatial reference in a dataset with the one specified in the default spatial reference property. | |
GeodataXform | The georefencing of the raster item. | |
GeodataXformApplyMethod | The method used for applying the GeodataXform. | |
MaximumCellSizeFactor | The maximum visible pixel size factor. | |
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. | |
MinimumCellSizeFactor | The minimum visible pixel size factor. | |
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 | |
PixelCacheCompression | The pixel cache compression type. | |
PixelCacheCompressionQuality | The pixel cache compression quality. | |
PixelCacheEnabled | Indicates whether to create and embed MRF as raster value. | |
PixelCacheLocation | The pixel cache location. | |
RebuildDataSource | Indicates whether the original datasource added to the mosaic dataset will be rebuilt in order to update the metadata fields. | |
RefreshCache | Indicates whether an attempt is made to refresh the cache of the selected mosaic dataset items. | |
RefreshMensurationCapabilities | Indicates whether mensuration capabilities of the mosaic dataset is rebuilt using information stored in the function raster of selected items. | |
RefreshMultidimensionalInfo | Indicates whether multidimensional info is rebuilt using applicable auxiliary fields (like Variable and Dimensions) from the mosaic catalog. | |
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. | |
UpdateExistingItems | Indicates whether mosaic dataset items are updated as part of the synchronization operation. Setting this property to false would ensure that no item is updated regardless of whether it is rebuilt. This property can be used in conjunction with the 'RemoveInval |
ISynchronizeParameters5.PixelCacheCompression Property
The pixel cache compression type.
Public Property PixelCacheCompression As esriRasterCompressionType
public esriRasterCompressionType PixelCacheCompression {get; set;}
ISynchronizeParameters5.PixelCacheCompressionQuality Property
The pixel cache compression quality.
Public Property PixelCacheCompressionQuality As Integer
public int PixelCacheCompressionQuality {get; set;}
ISynchronizeParameters5.PixelCacheEnabled Property
Indicates whether to create and embed MRF as raster value.
Public Property PixelCacheEnabled As Boolean
public bool PixelCacheEnabled {get; set;}
ISynchronizeParameters5.PixelCacheLocation Property
The pixel cache location.
Public Property PixelCacheLocation As String
public string PixelCacheLocation {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
ISynchronizeParameters4 | Provides access to members that control parameters for synchronizing items in a mosaic dataset. |
ISynchronizeParameters3 | Provides access to members that control parameters for synchronizing items in a mosaic dataset. |
ISynchronizeParameters2 | Provides access to members that control parameters for synchronizing items in a mosaic dataset. |
ISynchronizeParameters | Provides access to members that control parameters for synchronizing items in a mosaic dataset. |
Classes that implement ISynchronizeParameters5
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. |