com.esri.arcgis.datasourcesraster
Interface IReplacePathsParameters

All Superinterfaces:
Serializable
All Known Subinterfaces:
IReplacePathsParameters2
All Known Implementing Classes:
IReplacePathsParametersProxy, ReplacePathsParameters

public interface IReplacePathsParameters
extends Serializable

Provides access to members that control parameters to replace paths.

Product Availability

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


Method Summary
 IStringArray getNewPaths()
          The array of possible target paths that each item is replaced with.
 IStringArray getOldPaths()
          The array of source paths to be replaced.
 boolean isReplaceCatalogItemPaths()
          Indicates whether paths in selected mosaic catalog items are replaced.
 boolean isReplaceItemURIPaths()
          Indicates whether paths in item URIs are replaced.
 boolean isReplaceMosaicDatasetPaths()
          Indicates whether paths in mosaic dataset level objects are replaced.
 void setNewPathsByRef(IStringArray ppPaths)
          The array of possible target paths that each item is replaced with.
 void setOldPathsByRef(IStringArray ppPaths)
          The array of source paths to be replaced.
 void setReplaceCatalogItemPaths(boolean pbReplaceCatalogPaths)
          Indicates whether paths in selected mosaic catalog items are replaced.
 void setReplaceItemURIPaths(boolean pbReplaceURIPaths)
          Indicates whether paths in item URIs are replaced.
 void setReplaceMosaicDatasetPaths(boolean pbReplaceMosaicPaths)
          Indicates whether paths in mosaic dataset level objects are replaced.
 

Method Detail

setReplaceMosaicDatasetPaths

void setReplaceMosaicDatasetPaths(boolean pbReplaceMosaicPaths)
                                  throws IOException,
                                         AutomationException
Indicates whether paths in mosaic dataset level objects are replaced.

Product Availability

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

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

isReplaceMosaicDatasetPaths

boolean isReplaceMosaicDatasetPaths()
                                    throws IOException,
                                           AutomationException
Indicates whether paths in mosaic dataset level objects are replaced.

Product Availability

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

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

setReplaceCatalogItemPaths

void setReplaceCatalogItemPaths(boolean pbReplaceCatalogPaths)
                                throws IOException,
                                       AutomationException
Indicates whether paths in selected mosaic catalog items are replaced.

Product Availability

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

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

isReplaceCatalogItemPaths

boolean isReplaceCatalogItemPaths()
                                  throws IOException,
                                         AutomationException
Indicates whether paths in selected mosaic catalog items are replaced.

Product Availability

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

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

setReplaceItemURIPaths

void setReplaceItemURIPaths(boolean pbReplaceURIPaths)
                            throws IOException,
                                   AutomationException
Indicates whether paths in item URIs are replaced.

Product Availability

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

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

isReplaceItemURIPaths

boolean isReplaceItemURIPaths()
                              throws IOException,
                                     AutomationException
Indicates whether paths in item URIs are replaced.

Product Availability

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

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

setOldPathsByRef

void setOldPathsByRef(IStringArray ppPaths)
                      throws IOException,
                             AutomationException
The array of source paths to be replaced.

Product Availability

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

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

getOldPaths

IStringArray getOldPaths()
                         throws IOException,
                                AutomationException
The array of source paths to be replaced.

Product Availability

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

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

setNewPathsByRef

void setNewPathsByRef(IStringArray ppPaths)
                      throws IOException,
                             AutomationException
The array of possible target paths that each item is replaced with.

Product Availability

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

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

getNewPaths

IStringArray getNewPaths()
                         throws IOException,
                                AutomationException
The array of possible target paths that each item is replaced with.

Product Availability

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

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