| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISynchronizeParameters
Provides access to members that control parameters for synchronizing items in a mosaic dataset.
| Method Summary | |
|---|---|
 ISpatialReference | 
getDefaultSpatialReference()
The default spatial reference used by all raster types for those dataset which do not have an associated native spatial reference.  | 
 double | 
getDensificationFactor()
The maximum segment length value as a factor of each incoming dataset fooprint's average dimension.  | 
 double | 
getMaximumHighCellSize()
The maximum allowed computed value for the high pixel size for the function raster dataset associated with a synchronized item.  | 
 int | 
getMaximumPyramidLevel()
The maximum number of pyramid levels to use from the function raster dataset associated with a synchronized item.  | 
 int | 
getMinimumColumns()
The minimum number of pixel columnns allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.  | 
 int | 
getMinimumRows()
The minimum number of pixel rows allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.  | 
 IRasterThumbnailBuilder | 
getThumbnailBuilder()
The thumbnail builder object associated with this operation.  | 
 boolean | 
isBuildPyramids()
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.  | 
 boolean | 
isBuildThumbnail()
Indicates whether items thumbnails are built and saved.  | 
 boolean | 
isComputeStatistics()
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.  | 
 boolean | 
isRemoveInvalidItems()
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.  | 
 boolean | 
isResetVisibility()
Indicates whether each selected item's visibility values (MinPS and MaxPS) are reset to null.  | 
 boolean | 
isSyncOnlyStaleItems()
Indicates if only those items found to be stale are synchronized.  | 
 void | 
setBuildPyramids(boolean pbBuildPyramids)
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.  | 
 void | 
setBuildThumbnail(boolean pbBuildThumbnail)
Indicates whether items thumbnails are built and saved.  | 
 void | 
setComputeStatistics(boolean pbComputeStatistics)
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.  | 
 void | 
setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs)
The default spatial reference used by all raster types for those dataset which do not have an associated native spatial reference.  | 
 void | 
setDensificationFactor(double pDensificationFactor)
The maximum segment length value as a factor of each incoming dataset fooprint's average dimension.  | 
 void | 
setMaximumHighCellSize(double pMaximumHighCellSize)
The maximum allowed computed value for the high pixel size for the function raster dataset associated with a synchronized item.  | 
 void | 
setMaximumPyramidLevel(int pMaximumPyramidLevel)
The maximum number of pyramid levels to use from the function raster dataset associated with a synchronized item.  | 
 void | 
setMinimumColumns(int pMinimumColumns)
The minimum number of pixel columnns allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.  | 
 void | 
setMinimumRows(int pMinimumRows)
The minimum number of pixel rows allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.  | 
 void | 
setRemoveInvalidItems(boolean pbRemoveInvalidItems)
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.  | 
 void | 
setResetVisibility(boolean pbResetVisibility)
Indicates whether each selected item's visibility values (MinPS and MaxPS) are reset to null.  | 
 void | 
setSyncOnlyStaleItems(boolean pbSyncOnlyStaleItems)
Indicates if only those items found to be stale are synchronized.  | 
 void | 
setThumbnailBuilderByRef(IRasterThumbnailBuilder ppThumbnailBuilder)
The thumbnail builder object associated with this operation.  | 
| Method Detail | 
|---|
void setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs)
                                     throws IOException,
                                            AutomationException
ppDefaultSrs - A reference to a com.esri.arcgis.geometry.ISpatialReference  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference getDefaultSpatialReference()
                                             throws IOException,
                                                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSyncOnlyStaleItems(boolean pbSyncOnlyStaleItems)
                           throws IOException,
                                  AutomationException
pbSyncOnlyStaleItems - The pbSyncOnlyStaleItems  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSyncOnlyStaleItems()
                             throws IOException,
                                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRemoveInvalidItems(boolean pbRemoveInvalidItems)
                           throws IOException,
                                  AutomationException
pbRemoveInvalidItems - The pbRemoveInvalidItems  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRemoveInvalidItems()
                             throws IOException,
                                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaximumPyramidLevel(int pMaximumPyramidLevel)
                            throws IOException,
                                   AutomationException
pMaximumPyramidLevel - The pMaximumPyramidLevel  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaximumPyramidLevel()
                           throws IOException,
                                  AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinimumRows(int pMinimumRows)
                    throws IOException,
                           AutomationException
pMinimumRows - The pMinimumRows  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMinimumRows()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinimumColumns(int pMinimumColumns)
                       throws IOException,
                              AutomationException
pMinimumColumns - The pMinimumColumns  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMinimumColumns()
                      throws IOException,
                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaximumHighCellSize(double pMaximumHighCellSize)
                            throws IOException,
                                   AutomationException
pMaximumHighCellSize - The pMaximumHighCellSize  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaximumHighCellSize()
                              throws IOException,
                                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setComputeStatistics(boolean pbComputeStatistics)
                          throws IOException,
                                 AutomationException
pbComputeStatistics - The pbComputeStatistics  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isComputeStatistics()
                            throws IOException,
                                   AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBuildPyramids(boolean pbBuildPyramids)
                      throws IOException,
                             AutomationException
pbBuildPyramids - The pbBuildPyramids  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isBuildPyramids()
                        throws IOException,
                               AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBuildThumbnail(boolean pbBuildThumbnail)
                       throws IOException,
                              AutomationException
pbBuildThumbnail - The pbBuildThumbnail  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isBuildThumbnail()
                         throws IOException,
                                AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setThumbnailBuilderByRef(IRasterThumbnailBuilder ppThumbnailBuilder)
                              throws IOException,
                                     AutomationException
ppThumbnailBuilder - A reference to a com.esri.arcgis.datasourcesraster.IRasterThumbnailBuilder  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterThumbnailBuilder getThumbnailBuilder()
                                            throws IOException,
                                                   AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDensificationFactor(double pDensificationFactor)
                            throws IOException,
                                   AutomationException
pDensificationFactor - The pDensificationFactor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getDensificationFactor()
                              throws IOException,
                                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setResetVisibility(boolean pbResetVisibility)
                        throws IOException,
                               AutomationException
pbResetVisibility - The pbResetVisibility  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isResetVisibility()
                          throws IOException,
                                 AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||