public interface IReplacePathsParameters
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd9179edc_c88a_4b6f_818f_f53d83a05519 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDd9179edc_c88a_4b6f_818f_f53d83a05519
static final int xxDummy
static final java.lang.String IID
void setReplaceMosaicDatasetPaths(boolean pbReplaceMosaicPaths) throws java.io.IOException, AutomationException
pbReplaceMosaicPaths
- The pbReplaceMosaicPaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isReplaceMosaicDatasetPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReplaceCatalogItemPaths(boolean pbReplaceCatalogPaths) throws java.io.IOException, AutomationException
pbReplaceCatalogPaths
- The pbReplaceCatalogPaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isReplaceCatalogItemPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReplaceItemURIPaths(boolean pbReplaceURIPaths) throws java.io.IOException, AutomationException
pbReplaceURIPaths
- The pbReplaceURIPaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isReplaceItemURIPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOldPathsByRef(IStringArray ppPaths) throws java.io.IOException, AutomationException
ppPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getOldPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNewPathsByRef(IStringArray ppPaths) throws java.io.IOException, AutomationException
ppPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getNewPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.