com.esri.arcgis.datasourcesraster
Interface IReplacePathsParameters

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IReplacePathsParameters2
All Known Implementing Classes:
IReplacePathsParameters2Proxy, IReplacePathsParametersProxy, ReplacePathsParameters

public interface IReplacePathsParameters
extends java.io.Serializable

COM Interface 'IReplacePathsParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control parameters to replace paths.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd9179edc_c88a_4b6f_818f_f53d83a05519
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDd9179edc_c88a_4b6f_818f_f53d83a05519

static final int IIDd9179edc_c88a_4b6f_818f_f53d83a05519
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setReplaceMosaicDatasetPaths

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

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

isReplaceMosaicDatasetPaths

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

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

setReplaceCatalogItemPaths

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

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

isReplaceCatalogItemPaths

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

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

setReplaceItemURIPaths

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

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

isReplaceItemURIPaths

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

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

setOldPathsByRef

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

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

getOldPaths

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

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

setNewPathsByRef

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

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

getNewPaths

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

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