com.esri.arcgis.geodatabasedistributed
Class IGdbSchemaCreatorProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabasedistributed.IGdbSchemaCreatorProxy
All Implemented Interfaces:
IGdbSchemaCreator, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that support geodatabase schema creation.' 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 IGdbSchemaCreatorProxy
extends com.esri.arcgis.interop.Dispatch
implements IGdbSchemaCreator, 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.geodatabasedistributed.IGdbSchemaCreator
IID, IID077f55bf_9a00_44b3_9d6f_5e1d0fc822e7
 
Constructor Summary
  IGdbSchemaCreatorProxy()
          Deprecated. For internal use only
  IGdbSchemaCreatorProxy(java.lang.Object obj)
          Deprecated.  
protected IGdbSchemaCreatorProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGdbSchemaCreatorProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGdbSchemaCreatorProxy(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 createSchema(IWorkspace pWorkspace, IEnumNameMapping pENM)
          Deprecated. Creates the schema for the data elements in the name mapping enumeration.
 void generateNameMapping(IWorkspace pWorkspace, IArray pDataElements, IArray pDomains, IEnumNameMapping[] ppENM, boolean[] pHasConflict)
          Deprecated. Generates a name mapping enumeration for the arrays of data elements and domains.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

IGdbSchemaCreatorProxy

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

IGdbSchemaCreatorProxy

public IGdbSchemaCreatorProxy()
Deprecated. 
For internal use only


IGdbSchemaCreatorProxy

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

IGdbSchemaCreatorProxy

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

IGdbSchemaCreatorProxy

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

generateNameMapping

public void generateNameMapping(IWorkspace pWorkspace,
                                IArray pDataElements,
                                IArray pDomains,
                                IEnumNameMapping[] ppENM,
                                boolean[] pHasConflict)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Generates a name mapping enumeration for the arrays of data elements and domains.

Specified by:
generateNameMapping in interface IGdbSchemaCreator
Parameters:
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
pDataElements - A reference to a com.esri.arcgis.system.IArray (in)
pDomains - A reference to a com.esri.arcgis.system.IArray (in)
ppENM - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (out: use single element array)
pHasConflict - The pHasConflict (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createSchema

public void createSchema(IWorkspace pWorkspace,
                         IEnumNameMapping pENM)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Creates the schema for the data elements in the name mapping enumeration.

Specified by:
createSchema in interface IGdbSchemaCreator
Parameters:
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
pENM - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.