Provides access to members that control parameters for synchronizing items in a mosaic dataset.
Members
Name | 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. |
ISynchronizeParameters.BuildPyramids Property
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
Public Property BuildPyramids As Boolean
public bool BuildPyramids {get; set;}
ISynchronizeParameters.BuildThumbnail Property
Indicates whether items thumbnails are built and saved.
Public Property BuildThumbnail As Boolean
public bool BuildThumbnail {get; set;}
ISynchronizeParameters.ComputeStatistics Property
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
Public Property ComputeStatistics As Boolean
public bool ComputeStatistics {get; set;}
ISynchronizeParameters.DefaultSpatialReference Property
The default spatial reference used by all raster types for those dataset which do not have an associated native spatial reference.
Public Property DefaultSpatialReference As ISpatialReference
public ISpatialReference DefaultSpatialReference {get; set;}
ISynchronizeParameters.DensificationFactor Property
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.
Public Property DensificationFactor As Double
public double DensificationFactor {get; set;}
ISynchronizeParameters.MaximumHighCellSize Property
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.
Public Property MaximumHighCellSize As Double
public double MaximumHighCellSize {get; set;}
ISynchronizeParameters.MaximumPyramidLevel Property
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.
Public Property MaximumPyramidLevel As Integer
public int MaximumPyramidLevel {get; set;}
ISynchronizeParameters.MinimumColumns Property
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.
Public Property MinimumColumns As Integer
public int MinimumColumns {get; set;}
ISynchronizeParameters.MinimumRows Property
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 .
Public Property MinimumRows As Integer
public int MinimumRows {get; set;}
ISynchronizeParameters.RemoveInvalidItems Property
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.
Public Property RemoveInvalidItems As Boolean
public bool RemoveInvalidItems {get; set;}
ISynchronizeParameters.ResetVisibility Property
Indicates whether each selected item's visibility values (MinPS and MaxPS) are reset to null.
Public Property ResetVisibility As Boolean
public bool ResetVisibility {get; set;}
ISynchronizeParameters.SyncOnlyStaleItems Property
Indicates if only those items found to be stale are synchronized.
Public Property SyncOnlyStaleItems As Boolean
public bool SyncOnlyStaleItems {get; set;}
ISynchronizeParameters.ThumbnailBuilder Property
The thumbnail builder object associated with this operation. If not specified, a default builder is used for generating item thumbnails.
Public Property ThumbnailBuilder As IRasterThumbnailBuilder
public IRasterThumbnailBuilder ThumbnailBuilder {get; set;}
Classes that implement ISynchronizeParameters
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. |