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 | |
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 | |
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. | |
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 |
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. |