ISynchronizeParameters2 Interface

Provides access to members that control parameters for synchronizing items in a mosaic dataset.

Members

Name Description
Read/write property AuxiliaryFieldValues A field value property set that maps field names to possible metadata values. These values take precedence over the metadata from the dataset.
Read/write property BuildPyramids Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
Read/write property BuildThumbnail Indicates whether items thumbnails are built and saved.
Read/write property CacheParameters The parameters used for defining cache of the selected mosaic dataset items.
Read/write property ComputeStatistics Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
Read/write property DefaultSpatialReference The default spatial reference used by all raster types for those dataset which do not have an associated native spatial reference.
Read/write property DefineCache Indicates whether an attempt is made to define cache of the selected mosaic dataset items.
Read/write property 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
Read/write property ExcludedFields The collection of field names that are excluded from being updated during synchronization.
Read/write property ForceDefaultSpatialReference Indicates whether to overwrite the native spatial reference in a dataset with the one specified in the default spatial reference property.
Read/write property GeodataXform The georefencing of the raster item.
Read/write property GeodataXformApplyMethod The method used for applying the GeodataXform.
Read/write property MaximumCellSizeFactor The maximum visible pixel size factor.
Read/write property 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
Read/write property 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.
Read/write property MinimumCellSizeFactor The minimum visible pixel size factor.
Read/write property 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
Read/write property 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
Read/write property RebuildDataSource Indicates whether the original datasource added to the mosaic dataset will be rebuilt in order to update the metadata fields.
Read/write property RefreshCache Indicates whether an attempt is made to refresh the cache of the selected mosaic dataset items.
Read/write property 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.
Read/write property ResetVisibility Indicates whether each selected item's visibility values (MinPS and MaxPS) are reset to null.
Read/write property SyncOnlyStaleItems Indicates if only those items found to be stale are synchronized.
Read/write property ThumbnailBuilder The thumbnail builder object associated with this operation. If not specified, a default builder is used for generating item thumbnails.
Read/write property 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

ISynchronizeParameters2.AuxiliaryFieldValues Property

A field value property set that maps field names to possible metadata values. These values take precedence over the metadata from the dataset.

Public Property AuxiliaryFieldValues As IPropertySet
public IPropertySet AuxiliaryFieldValues {get; set;}

ISynchronizeParameters2.CacheParameters Property

The parameters used for defining cache of the selected mosaic dataset items.

Public Property CacheParameters As ICachedRasterFunctionArguments
public ICachedRasterFunctionArguments CacheParameters {get; set;}

ISynchronizeParameters2.DefineCache Property

Indicates whether an attempt is made to define cache of the selected mosaic dataset items.

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

ISynchronizeParameters2.ExcludedFields Property

The collection of field names that are excluded from being updated during synchronization.

Public Property ExcludedFields As IStringArray
public IStringArray ExcludedFields {get; set;}

ISynchronizeParameters2.ForceDefaultSpatialReference Property

Indicates whether to overwrite the native spatial reference in a dataset with the one specified in the default spatial reference property.

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

ISynchronizeParameters2.GeodataXform Property

The georefencing of the raster item.

Public Property GeodataXform As IGeodataXform
public IGeodataXform GeodataXform {get; set;}

ISynchronizeParameters2.GeodataXformApplyMethod Property

The method used for applying the GeodataXform.

Public Property GeodataXformApplyMethod As esriGeodataXformApplyMethod
public esriGeodataXformApplyMethod GeodataXformApplyMethod {get; set;}

ISynchronizeParameters2.MaximumCellSizeFactor Property

The maximum visible pixel size factor.

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

ISynchronizeParameters2.MinimumCellSizeFactor Property

The minimum visible pixel size factor.

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

ISynchronizeParameters2.RebuildDataSource Property

Indicates whether the original datasource added to the mosaic dataset will be rebuilt in order to update the metadata fields.

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

ISynchronizeParameters2.RefreshCache Property

Indicates whether an attempt is made to refresh the cache of the selected mosaic dataset items.

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

ISynchronizeParameters2.UpdateExistingItems Property

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.

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

Inherited Interfaces

Interfaces Description
ISynchronizeParameters Provides access to members that control parameters for synchronizing items in a mosaic dataset.

Classes that implement ISynchronizeParameters2

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.