|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplacePathsParameters2
Provides access to members that control parameters to replace paths.
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 |
Method Detail |
---|
void setReplaceRasterTypePaths(boolean pbReplaceRasterTypePaths) throws IOException, AutomationException
pbReplaceRasterTypePaths
- The pbReplaceRasterTypePaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReplaceRasterTypePaths() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterTypeInstanceIDsByRef(IFIDSet ppRasterTypeInstanceIDs) throws IOException, AutomationException
ppRasterTypeInstanceIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFIDSet getRasterTypeInstanceIDs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReplaceCachePaths(boolean pbReplaceCachePaths) throws IOException, AutomationException
pbReplaceCachePaths
- The pbReplaceCachePaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReplaceCachePaths() 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 |