com.esri.arcgis.datasourcesraster
Interface IReplacePathsParameters2

All Superinterfaces:
IReplacePathsParameters, Serializable
All Known Implementing Classes:
ReplacePathsParameters

public interface IReplacePathsParameters2
extends IReplacePathsParameters, Serializable

Provides access to members that control parameters to replace paths.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IFIDSet getRasterTypeInstanceIDs()
          The collection of raster type instances for which paths are replaced.
 boolean isReplaceCachePaths()
          Indicates whether paths in raster dataset cache are replaced.
 boolean isReplaceRasterTypePaths()
          Indicates whether paths in raster types are replaced.
 void setRasterTypeInstanceIDsByRef(IFIDSet ppRasterTypeInstanceIDs)
          The collection of raster type instances for which paths are replaced.
 void setReplaceCachePaths(boolean pbReplaceCachePaths)
          Indicates whether paths in raster dataset cache are replaced.
 void setReplaceRasterTypePaths(boolean pbReplaceRasterTypePaths)
          Indicates whether paths in raster types are replaced.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IReplacePathsParameters
getNewPaths, getOldPaths, isReplaceCatalogItemPaths, isReplaceItemURIPaths, isReplaceMosaicDatasetPaths, setNewPathsByRef, setOldPathsByRef, setReplaceCatalogItemPaths, setReplaceItemURIPaths, setReplaceMosaicDatasetPaths
 

Method Detail

setReplaceRasterTypePaths

void setReplaceRasterTypePaths(boolean pbReplaceRasterTypePaths)
                               throws IOException,
                                      AutomationException
Indicates whether paths in raster types are replaced.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbReplaceRasterTypePaths - The pbReplaceRasterTypePaths (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReplaceRasterTypePaths

boolean isReplaceRasterTypePaths()
                                 throws IOException,
                                        AutomationException
Indicates whether paths in raster types are replaced.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbReplaceRasterTypePaths
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterTypeInstanceIDsByRef

void setRasterTypeInstanceIDsByRef(IFIDSet ppRasterTypeInstanceIDs)
                                   throws IOException,
                                          AutomationException
The collection of raster type instances for which paths are replaced. If this property is not set, paths are replaced for only those raster type instances associated with selected mosaic dataset items.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppRasterTypeInstanceIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterTypeInstanceIDs

IFIDSet getRasterTypeInstanceIDs()
                                 throws IOException,
                                        AutomationException
The collection of raster type instances for which paths are replaced. If this property is not set, paths are replaced for only those raster type instances associated with selected mosaic dataset items.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFIDSet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReplaceCachePaths

void setReplaceCachePaths(boolean pbReplaceCachePaths)
                          throws IOException,
                                 AutomationException
Indicates whether paths in raster dataset cache are replaced.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbReplaceCachePaths - The pbReplaceCachePaths (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReplaceCachePaths

boolean isReplaceCachePaths()
                            throws IOException,
                                   AutomationException
Indicates whether paths in raster dataset cache are replaced.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbReplaceCachePaths
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.