com.esri.arcgis.schematic
Class ISchematicInMemoryFeatureAssociationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicInMemoryFeatureAssociationProxy
All Implemented Interfaces:
ISchematicInMemoryFeatureAssociation, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ISchematicInMemoryFeatureAssociation'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the schematic in memory feature association.' 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 ISchematicInMemoryFeatureAssociationProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicInMemoryFeatureAssociation, 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.schematic.ISchematicInMemoryFeatureAssociation
IID, IID522eb192_e002_4799_972c_7515b1427ac9
 
Constructor Summary
  ISchematicInMemoryFeatureAssociationProxy()
          Deprecated. For internal use only
  ISchematicInMemoryFeatureAssociationProxy(java.lang.Object obj)
          Deprecated.  
protected ISchematicInMemoryFeatureAssociationProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISchematicInMemoryFeatureAssociationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISchematicInMemoryFeatureAssociationProxy(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.  
 IObject getAssociatedObject(ISchematicDataset dataset)
          Deprecated. Associated object if exist.
 IObjectClass getAssociatedObjectClass(ISchematicDataset dataset)
          Deprecated. Associated object class if exist.
 IWorkspace getAssociatedWorkspace(ISchematicDataset dataset)
          Deprecated. Associated workspace if exist.
 int getDataSourceID()
          Deprecated. Data source ID related to the schematic in memory feature assocation.
 int getObjectClassID()
          Deprecated. Class ID related to the schematic in memory feature assocation.
 java.lang.String getObjectGUID()
          Deprecated. GUID related to the schematic in memory feature assocation.
 int getObjectID()
          Deprecated. Object ID related to the schematic in memory feature assocation.
 int getObjectSubID()
          Deprecated. SUBID related to the schematic in memory feature assocation.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDataSourceID(int iD)
          Deprecated. Data source ID related to the schematic in memory feature assocation.
 void setObjectClassID(int iD)
          Deprecated. Class ID related to the schematic in memory feature assocation.
 void setObjectGUID(java.lang.String gUID)
          Deprecated. GUID related to the schematic in memory feature assocation.
 void setObjectID(int iD)
          Deprecated. Object ID related to the schematic in memory feature assocation.
 void setObjectSubID(int iD)
          Deprecated. SUBID related to the schematic in memory feature assocation.
 
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

ISchematicInMemoryFeatureAssociationProxy

public ISchematicInMemoryFeatureAssociationProxy(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

ISchematicInMemoryFeatureAssociationProxy

public ISchematicInMemoryFeatureAssociationProxy()
Deprecated. 
For internal use only


ISchematicInMemoryFeatureAssociationProxy

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

ISchematicInMemoryFeatureAssociationProxy

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

ISchematicInMemoryFeatureAssociationProxy

protected ISchematicInMemoryFeatureAssociationProxy(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

getDataSourceID

public int getDataSourceID()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Data source ID related to the schematic in memory feature assocation.

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

setDataSourceID

public void setDataSourceID(int iD)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Data source ID related to the schematic in memory feature assocation.

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

getObjectClassID

public int getObjectClassID()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Class ID related to the schematic in memory feature assocation.

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

setObjectClassID

public void setObjectClassID(int iD)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Class ID related to the schematic in memory feature assocation.

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

getObjectID

public int getObjectID()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Object ID related to the schematic in memory feature assocation.

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

setObjectID

public void setObjectID(int iD)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Object ID related to the schematic in memory feature assocation.

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

getObjectSubID

public int getObjectSubID()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
SUBID related to the schematic in memory feature assocation.

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

setObjectSubID

public void setObjectSubID(int iD)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
SUBID related to the schematic in memory feature assocation.

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

getObjectGUID

public java.lang.String getObjectGUID()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
GUID related to the schematic in memory feature assocation.

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

setObjectGUID

public void setObjectGUID(java.lang.String gUID)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
GUID related to the schematic in memory feature assocation.

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

getAssociatedObject

public IObject getAssociatedObject(ISchematicDataset dataset)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Associated object if exist.

Specified by:
getAssociatedObject in interface ISchematicInMemoryFeatureAssociation
Parameters:
dataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAssociatedObjectClass

public IObjectClass getAssociatedObjectClass(ISchematicDataset dataset)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Associated object class if exist.

Specified by:
getAssociatedObjectClass in interface ISchematicInMemoryFeatureAssociation
Parameters:
dataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IObjectClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAssociatedWorkspace

public IWorkspace getAssociatedWorkspace(ISchematicDataset dataset)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Associated workspace if exist.

Specified by:
getAssociatedWorkspace in interface ISchematicInMemoryFeatureAssociation
Parameters:
dataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspace
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.