|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReplacePathsParameters
Provides access to members that control parameters to replace paths.
| 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 |
|---|
void setReplaceMosaicDatasetPaths(boolean pbReplaceMosaicPaths)
throws IOException,
AutomationException
pbReplaceMosaicPaths - The pbReplaceMosaicPaths (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReplaceMosaicDatasetPaths()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReplaceCatalogItemPaths(boolean pbReplaceCatalogPaths)
throws IOException,
AutomationException
pbReplaceCatalogPaths - The pbReplaceCatalogPaths (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReplaceCatalogItemPaths()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReplaceItemURIPaths(boolean pbReplaceURIPaths)
throws IOException,
AutomationException
pbReplaceURIPaths - The pbReplaceURIPaths (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReplaceItemURIPaths()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOldPathsByRef(IStringArray ppPaths)
throws IOException,
AutomationException
ppPaths - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getOldPaths()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNewPathsByRef(IStringArray ppPaths)
throws IOException,
AutomationException
ppPaths - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getNewPaths()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||