com.esri.arcgis.datasourcesraster
Interface IReplacePathsParameters2

All Superinterfaces:
IReplacePathsParameters, java.io.Serializable
All Known Implementing Classes:
IReplacePathsParameters2Proxy, ReplacePathsParameters

public interface IReplacePathsParameters2
extends IReplacePathsParameters, java.io.Serializable

COM Interface 'IReplacePathsParameters2'. 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 IID8d43cb3f_8856_440c_a182_46e78843d80e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IReplacePathsParameters
IIDd9179edc_c88a_4b6f_818f_f53d83a05519
 
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
 

Field Detail

IID8d43cb3f_8856_440c_a182_46e78843d80e

static final int IID8d43cb3f_8856_440c_a182_46e78843d80e
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

setReplaceRasterTypePaths

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

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

isReplaceRasterTypePaths

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

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

setRasterTypeInstanceIDsByRef

void setRasterTypeInstanceIDsByRef(IFIDSet ppRasterTypeInstanceIDs)
                                   throws java.io.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.

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

getRasterTypeInstanceIDs

IFIDSet getRasterTypeInstanceIDs()
                                 throws java.io.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.

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

setReplaceCachePaths

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

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

isReplaceCachePaths

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

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