|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.IReplacePathsParametersProxy
public class IReplacePathsParametersProxy
Provides access to members that control parameters to replace paths.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IReplacePathsParametersProxy()
|
|
IReplacePathsParametersProxy(Object obj)
|
protected |
IReplacePathsParametersProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IReplacePathsParametersProxy()
public IReplacePathsParametersProxy(Object obj) throws IOException
IOException
protected IReplacePathsParametersProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setReplaceMosaicDatasetPaths(boolean pbReplaceMosaicPaths) throws IOException, AutomationException
setReplaceMosaicDatasetPaths
in interface IReplacePathsParameters
pbReplaceMosaicPaths
- The pbReplaceMosaicPaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReplaceMosaicDatasetPaths() throws IOException, AutomationException
isReplaceMosaicDatasetPaths
in interface IReplacePathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplaceCatalogItemPaths(boolean pbReplaceCatalogPaths) throws IOException, AutomationException
setReplaceCatalogItemPaths
in interface IReplacePathsParameters
pbReplaceCatalogPaths
- The pbReplaceCatalogPaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReplaceCatalogItemPaths() throws IOException, AutomationException
isReplaceCatalogItemPaths
in interface IReplacePathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplaceItemURIPaths(boolean pbReplaceURIPaths) throws IOException, AutomationException
setReplaceItemURIPaths
in interface IReplacePathsParameters
pbReplaceURIPaths
- The pbReplaceURIPaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReplaceItemURIPaths() throws IOException, AutomationException
isReplaceItemURIPaths
in interface IReplacePathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOldPathsByRef(IStringArray ppPaths) throws IOException, AutomationException
setOldPathsByRef
in interface IReplacePathsParameters
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.public IStringArray getOldPaths() throws IOException, AutomationException
getOldPaths
in interface IReplacePathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNewPathsByRef(IStringArray ppPaths) throws IOException, AutomationException
setNewPathsByRef
in interface IReplacePathsParameters
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.public IStringArray getNewPaths() throws IOException, AutomationException
getNewPaths
in interface IReplacePathsParameters
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 |