com.esri.arcgis.datasourcesraster
Class IReplacePathsParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IReplacePathsParametersProxy
All Implemented Interfaces:
IReplacePathsParameters, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IReplacePathsParameters2Proxy

public class IReplacePathsParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements IReplacePathsParameters, java.io.Serializable

Internal use class Proxy for COM Interface 'IReplacePathsParameters'. 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IReplacePathsParameters
IID, IIDd9179edc_c88a_4b6f_818f_f53d83a05519
 
Constructor Summary
  IReplacePathsParametersProxy()
          For internal use only
  IReplacePathsParametersProxy(java.lang.Object obj)
           
protected IReplacePathsParametersProxy(java.lang.Object obj, java.lang.String iid)
           
  IReplacePathsParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IReplacePathsParametersProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.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(java.lang.String iidStr, java.lang.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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IReplacePathsParametersProxy

public IReplacePathsParametersProxy(java.lang.String CLSID,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.net.UnknownHostException,
                                    java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IReplacePathsParametersProxy

public IReplacePathsParametersProxy()
For internal use only


IReplacePathsParametersProxy

public IReplacePathsParametersProxy(java.lang.Object obj)
                             throws java.io.IOException
Throws:
java.io.IOException

IReplacePathsParametersProxy

protected IReplacePathsParametersProxy(java.lang.Object obj,
                                       java.lang.String iid)
                                throws java.io.IOException
Throws:
java.io.IOException

IReplacePathsParametersProxy

protected IReplacePathsParametersProxy(java.lang.String CLSID,
                                       java.lang.String iid,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setReplaceMosaicDatasetPaths

public void setReplaceMosaicDatasetPaths(boolean pbReplaceMosaicPaths)
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether paths in mosaic dataset level objects are replaced.

Specified by:
setReplaceMosaicDatasetPaths in interface IReplacePathsParameters
Parameters:
pbReplaceMosaicPaths - The pbReplaceMosaicPaths (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReplaceMosaicDatasetPaths

public boolean isReplaceMosaicDatasetPaths()
                                    throws java.io.IOException,
                                           AutomationException
Indicates whether paths in mosaic dataset level objects are replaced.

Specified by:
isReplaceMosaicDatasetPaths in interface IReplacePathsParameters
Returns:
The pbReplaceMosaicPaths
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReplaceCatalogItemPaths

public void setReplaceCatalogItemPaths(boolean pbReplaceCatalogPaths)
                                throws java.io.IOException,
                                       AutomationException
Indicates whether paths in selected mosaic catalog items are replaced.

Specified by:
setReplaceCatalogItemPaths in interface IReplacePathsParameters
Parameters:
pbReplaceCatalogPaths - The pbReplaceCatalogPaths (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReplaceCatalogItemPaths

public boolean isReplaceCatalogItemPaths()
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether paths in selected mosaic catalog items are replaced.

Specified by:
isReplaceCatalogItemPaths in interface IReplacePathsParameters
Returns:
The pbReplaceCatalogPaths
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReplaceItemURIPaths

public void setReplaceItemURIPaths(boolean pbReplaceURIPaths)
                            throws java.io.IOException,
                                   AutomationException
Indicates whether paths in item URIs are replaced.

Specified by:
setReplaceItemURIPaths in interface IReplacePathsParameters
Parameters:
pbReplaceURIPaths - The pbReplaceURIPaths (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReplaceItemURIPaths

public boolean isReplaceItemURIPaths()
                              throws java.io.IOException,
                                     AutomationException
Indicates whether paths in item URIs are replaced.

Specified by:
isReplaceItemURIPaths in interface IReplacePathsParameters
Returns:
The pbReplaceURIPaths
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOldPathsByRef

public void setOldPathsByRef(IStringArray ppPaths)
                      throws java.io.IOException,
                             AutomationException
The array of source paths to be replaced.

Specified by:
setOldPathsByRef in interface IReplacePathsParameters
Parameters:
ppPaths - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOldPaths

public IStringArray getOldPaths()
                         throws java.io.IOException,
                                AutomationException
The array of source paths to be replaced.

Specified by:
getOldPaths in interface IReplacePathsParameters
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNewPathsByRef

public void setNewPathsByRef(IStringArray ppPaths)
                      throws java.io.IOException,
                             AutomationException
The array of possible target paths that each item is replaced with.

Specified by:
setNewPathsByRef in interface IReplacePathsParameters
Parameters:
ppPaths - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNewPaths

public IStringArray getNewPaths()
                         throws java.io.IOException,
                                AutomationException
The array of possible target paths that each item is replaced with.

Specified by:
getNewPaths in interface IReplacePathsParameters
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.