com.esri.arcgis.schematic
Class ISchematicWorkspaceProxy

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

public class ISchematicWorkspaceProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicWorkspace, java.io.Serializable

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

Description: 'Provides access to members that control the schematic workspace functionality.' 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.schematic.ISchematicWorkspace
IID, IID78ccc228_d9aa_4cc7_94f9_b166ff5ce11e
 
Constructor Summary
  ISchematicWorkspaceProxy()
          For internal use only
  ISchematicWorkspaceProxy(java.lang.Object obj)
           
protected ISchematicWorkspaceProxy(java.lang.Object obj, java.lang.String iid)
           
  ISchematicWorkspaceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ISchematicWorkspaceProxy(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)
           
 ISchematicDataset createSchematicDataset(java.lang.String name, java.lang.String configKeyword)
          Creates a new schematic dataset.
 IName getFullName()
          Schematic workspace full name.
 ISchematicDataset getSchematicDatasetByID(int iD)
          Schematic dataset referenced by the specified ID.
 ISchematicDataset getSchematicDatasetByName(java.lang.String name)
          Schematic dataset referenced by the specified Name.
 IEnumSchematicDatasetName getSchematicDatasetNames()
          List of the schematic dataset names within the schematic workspace.
 IEnumSchematicDataset getSchematicDatasets()
          List of the schematic datasets within the schematic workspace.
 IWorkspace getWorkspace()
          GDB workspace corresponding to the schematic workspace.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 
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

ISchematicWorkspaceProxy

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

ISchematicWorkspaceProxy

public ISchematicWorkspaceProxy()
For internal use only


ISchematicWorkspaceProxy

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

ISchematicWorkspaceProxy

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

ISchematicWorkspaceProxy

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

getWorkspace

public IWorkspace getWorkspace()
                        throws java.io.IOException,
                               AutomationException
GDB workspace corresponding to the schematic workspace.

Specified by:
getWorkspace in interface ISchematicWorkspace
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.

getFullName

public IName getFullName()
                  throws java.io.IOException,
                         AutomationException
Schematic workspace full name.

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

getSchematicDatasetNames

public IEnumSchematicDatasetName getSchematicDatasetNames()
                                                   throws java.io.IOException,
                                                          AutomationException
List of the schematic dataset names within the schematic workspace.

Specified by:
getSchematicDatasetNames in interface ISchematicWorkspace
Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicDatasetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicDatasets

public IEnumSchematicDataset getSchematicDatasets()
                                           throws java.io.IOException,
                                                  AutomationException
List of the schematic datasets within the schematic workspace.

Specified by:
getSchematicDatasets in interface ISchematicWorkspace
Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicDatasetByID

public ISchematicDataset getSchematicDatasetByID(int iD)
                                          throws java.io.IOException,
                                                 AutomationException
Schematic dataset referenced by the specified ID.

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

getSchematicDatasetByName

public ISchematicDataset getSchematicDatasetByName(java.lang.String name)
                                            throws java.io.IOException,
                                                   AutomationException
Schematic dataset referenced by the specified Name.

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

createSchematicDataset

public ISchematicDataset createSchematicDataset(java.lang.String name,
                                                java.lang.String configKeyword)
                                         throws java.io.IOException,
                                                AutomationException
Creates a new schematic dataset.

Specified by:
createSchematicDataset in interface ISchematicWorkspace
Parameters:
name - The name (in)
configKeyword - The configKeyword (in, optional, pass 0 if not required)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.