| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISynchronizeParameters2
Provides access to members that control parameters for synchronizing items in a mosaic dataset.
| Method Summary | |
|---|---|
|  IPropertySet | getAuxiliaryFieldValues()A field value property set that maps field names to possible metadata values. | 
|  ICachedRasterFunctionArguments | getCacheParameters()The parameters used for defining cache of the selected mosaic dataset items. | 
|  IStringArray | getExcludedFields()The collection of field names that are excluded from being updated during synchronization. | 
|  IGeodataXform | getGeodataXform()The georefencing of the raster item. | 
|  int | getGeodataXformApplyMethod()The method used for applying the GeodataXform. | 
|  double | getMaximumCellSizeFactor()The maximum visible pixel size factor. | 
|  double | getMinimumCellSizeFactor()The minimum visible pixel size factor. | 
|  boolean | isDefineCache()Indicates whether an attempt is made to define cache of the selected mosaic dataset items. | 
|  boolean | isForceDefaultSpatialReference()Indicates whether to overwrite the native spatial reference in a dataset with the one specified in the default spatial reference property. | 
|  boolean | isRebuildDataSource()Indicates whether the original datasource added to the mosaic dataset will be rebuilt in order to update the metadata fields. | 
|  boolean | isRefreshCache()Indicates whether an attempt is made to refresh the cache of the selected mosaic dataset items. | 
|  boolean | isUpdateExistingItems()Indicates whether mosaic dataset items are updated as part of the synchronization operation. | 
|  void | setAuxiliaryFieldValuesByRef(IPropertySet ppFieldValues)A field value property set that maps field names to possible metadata values. | 
|  void | setCacheParametersByRef(ICachedRasterFunctionArguments ppParameters)The parameters used for defining cache of the selected mosaic dataset items. | 
|  void | setDefineCache(boolean pbDefineCache)Indicates whether an attempt is made to define cache of the selected mosaic dataset items. | 
|  void | setExcludedFieldsByRef(IStringArray ppExcludedFields)The collection of field names that are excluded from being updated during synchronization. | 
|  void | setForceDefaultSpatialReference(boolean pbForceDefaultSpatialReference)Indicates whether to overwrite the native spatial reference in a dataset with the one specified in the default spatial reference property. | 
|  void | setGeodataXformApplyMethod(int pMethod)The method used for applying the GeodataXform. | 
|  void | setGeodataXformByRef(IGeodataXform ppXf)The georefencing of the raster item. | 
|  void | setMaximumCellSizeFactor(double pMaxCellSizeFactor)The maximum visible pixel size factor. | 
|  void | setMinimumCellSizeFactor(double pMinCellSizeFactor)The minimum visible pixel size factor. | 
|  void | setRebuildDataSource(boolean pbRebuildDataSource)Indicates whether the original datasource added to the mosaic dataset will be rebuilt in order to update the metadata fields. | 
|  void | setRefreshCache(boolean pbRefreshCache)Indicates whether an attempt is made to refresh the cache of the selected mosaic dataset items. | 
|  void | setUpdateExistingItems(boolean pbUpdateExistingItems)Indicates whether mosaic dataset items are updated as part of the synchronization operation. | 
| Method Detail | 
|---|
void setAuxiliaryFieldValuesByRef(IPropertySet ppFieldValues)
                                  throws IOException,
                                         AutomationException
ppFieldValues - A reference to a com.esri.arcgis.system.IPropertySet  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getAuxiliaryFieldValues()
                                     throws IOException,
                                            AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMinimumCellSizeFactor()
                                throws IOException,
                                       AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinimumCellSizeFactor(double pMinCellSizeFactor)
                              throws IOException,
                                     AutomationException
pMinCellSizeFactor - The pMinCellSizeFactor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaximumCellSizeFactor()
                                throws IOException,
                                       AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaximumCellSizeFactor(double pMaxCellSizeFactor)
                              throws IOException,
                                     AutomationException
pMaxCellSizeFactor - The pMaxCellSizeFactor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRebuildDataSource(boolean pbRebuildDataSource)
                          throws IOException,
                                 AutomationException
pbRebuildDataSource - The pbRebuildDataSource  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRebuildDataSource()
                            throws IOException,
                                   AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExcludedFieldsByRef(IStringArray ppExcludedFields)
                            throws IOException,
                                   AutomationException
ppExcludedFields - A reference to a com.esri.arcgis.system.IStringArray  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getExcludedFields()
                               throws IOException,
                                      AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRefreshCache(boolean pbRefreshCache)
                     throws IOException,
                            AutomationException
pbRefreshCache - The pbRefreshCache  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRefreshCache()
                       throws IOException,
                              AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefineCache(boolean pbDefineCache)
                    throws IOException,
                           AutomationException
pbDefineCache - The pbDefineCache  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDefineCache()
                      throws IOException,
                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICachedRasterFunctionArguments getCacheParameters()
                                                  throws IOException,
                                                         AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCacheParametersByRef(ICachedRasterFunctionArguments ppParameters)
                             throws IOException,
                                    AutomationException
ppParameters - A reference to a com.esri.arcgis.datasourcesraster.ICachedRasterFunctionArguments  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeodataXform getGeodataXform()
                              throws IOException,
                                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGeodataXformByRef(IGeodataXform ppXf)
                          throws IOException,
                                 AutomationException
ppXf - A reference to a com.esri.arcgis.geodatabase.IGeodataXform  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getGeodataXformApplyMethod()
                               throws IOException,
                                      AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGeodataXformApplyMethod(int pMethod)
                                throws IOException,
                                       AutomationException
pMethod - A com.esri.arcgis.datasourcesraster.esriGeodataXformApplyMethod constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setForceDefaultSpatialReference(boolean pbForceDefaultSpatialReference)
                                     throws IOException,
                                            AutomationException
pbForceDefaultSpatialReference - The pbForceDefaultSpatialReference  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isForceDefaultSpatialReference()
                                       throws IOException,
                                              AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUpdateExistingItems(boolean pbUpdateExistingItems)
                            throws IOException,
                                   AutomationException
pbUpdateExistingItems - The pbUpdateExistingItems  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUpdateExistingItems()
                              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 | ||||||||