com.esri.arcgis.catalog
Class IGxCatalogProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.catalog.IGxCatalogProxy
All Implemented Interfaces:
IGxCatalog, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGxCatalog'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that manages a GX catalog.' 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 =

public class IGxCatalogProxy
extends com.esri.arcgis.interop.Dispatch
implements IGxCatalog, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.catalog.IGxCatalog
IID, IIDbdbbb3ee_d0b2_11d1_aed9_080009ec734b
 
Constructor Summary
  IGxCatalogProxy()
          Deprecated. For internal use only
  IGxCatalogProxy(java.lang.Object obj)
          Deprecated.  
protected IGxCatalogProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGxCatalogProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGxCatalogProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void close()
          Deprecated. Closes the catalog object.
 IGxFolder connectFolder(java.lang.String folderPath)
          Deprecated. Adds a folder connection to the catalog and returns the folder object.
 java.lang.String constructFullName(IGxObject gxObject)
          Deprecated. Constructs the full name for an object.
 void disconnectFolder(java.lang.String folderPath)
          Deprecated. Removes a folder connection from the catalog.
 IGxFileFilter getFileFilter()
          Deprecated. The file filter.
 java.lang.Object getObjectFromFullName(java.lang.String fullName, int[] numFound)
          Deprecated. Finds an object in the catalog tree given its full name.
 IGxObject getSelectedObject()
          Deprecated. The first selected object, or the location if no objects are selected.
 IGxSelection getSelection()
          Deprecated. The selection.
 void objectAdded(IGxObject gxObject)
          Deprecated. Called when a new object has been added to part of the catalog.
 void objectChanged(IGxObject gxObject)
          Deprecated. Called when an existing object from part of the catalog has been changed.
 void objectDeleted(IGxObject gxObject)
          Deprecated. Called when an existing object has been deleted from part of the catalog.
 void objectRefreshed(IGxObject gxObject)
          Deprecated. Called when an existing object has been refreshed.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setLocation(java.lang.String rhs1)
          Deprecated. The location to the specified path.
 
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
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGxCatalogProxy

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

IGxCatalogProxy

public IGxCatalogProxy()
Deprecated. 
For internal use only


IGxCatalogProxy

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

IGxCatalogProxy

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

IGxCatalogProxy

protected IGxCatalogProxy(java.lang.String CLSID,
                          java.lang.String iid,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.io.IOException
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Closes the catalog object. Clients that create a catalog object must call this method when they are finished using it.

Specified by:
close in interface IGxCatalog
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelection

public IGxSelection getSelection()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The selection.

Specified by:
getSelection in interface IGxCatalog
Returns:
A reference to a com.esri.arcgis.catalog.IGxSelection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedObject

public IGxObject getSelectedObject()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The first selected object, or the location if no objects are selected.

Specified by:
getSelectedObject in interface IGxCatalog
Returns:
A reference to a com.esri.arcgis.catalog.IGxObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocation

public void setLocation(java.lang.String rhs1)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The location to the specified path. If the path isn't yet part of the catalog, it is added as a folder connection.

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

getFileFilter

public IGxFileFilter getFileFilter()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The file filter.

Specified by:
getFileFilter in interface IGxCatalog
Returns:
A reference to a com.esri.arcgis.catalog.IGxFileFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connectFolder

public IGxFolder connectFolder(java.lang.String folderPath)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Adds a folder connection to the catalog and returns the folder object.

Specified by:
connectFolder in interface IGxCatalog
Parameters:
folderPath - The folderPath (in)
Returns:
A reference to a com.esri.arcgis.catalog.IGxFolder
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disconnectFolder

public void disconnectFolder(java.lang.String folderPath)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Removes a folder connection from the catalog.

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

objectAdded

public void objectAdded(IGxObject gxObject)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Called when a new object has been added to part of the catalog.

Specified by:
objectAdded in interface IGxCatalog
Parameters:
gxObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

objectDeleted

public void objectDeleted(IGxObject gxObject)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Called when an existing object has been deleted from part of the catalog.

Specified by:
objectDeleted in interface IGxCatalog
Parameters:
gxObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

objectChanged

public void objectChanged(IGxObject gxObject)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Called when an existing object from part of the catalog has been changed.

Specified by:
objectChanged in interface IGxCatalog
Parameters:
gxObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

objectRefreshed

public void objectRefreshed(IGxObject gxObject)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Called when an existing object has been refreshed.

Specified by:
objectRefreshed in interface IGxCatalog
Parameters:
gxObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

constructFullName

public java.lang.String constructFullName(IGxObject gxObject)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Constructs the full name for an object.

Specified by:
constructFullName in interface IGxCatalog
Parameters:
gxObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
Returns:
The fullName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectFromFullName

public java.lang.Object getObjectFromFullName(java.lang.String fullName,
                                              int[] numFound)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Finds an object in the catalog tree given its full name. Returns a Variant containing an IGxObject or IEnumGxObject (if duplicate names were encountered), along with the number of objects found.

Specified by:
getObjectFromFullName in interface IGxCatalog
Parameters:
fullName - The fullName (in)
numFound - The numFound (out: use single element array)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.