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, Externalizable, Serializable

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

Provides access to members that control the schematic workspace functionality.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
ISchematicWorkspaceFactory, Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ISchematicWorkspaceProxy()
           
  ISchematicWorkspaceProxy(Object obj)
           
protected ISchematicWorkspaceProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 ISchematicDataset createSchematicDataset(String name, 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(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(String iidStr, 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

noncastable

public boolean noncastable
Constructor Detail

ISchematicWorkspaceProxy

public ISchematicWorkspaceProxy()

ISchematicWorkspaceProxy

public ISchematicWorkspaceProxy(Object obj)
                         throws IOException
Throws:
IOException

ISchematicWorkspaceProxy

protected ISchematicWorkspaceProxy(Object obj,
                                   String iid)
                            throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getWorkspace

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getWorkspace in interface ISchematicWorkspace
Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspace
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFullName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSchematicDatasetNames

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSchematicDatasets

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSchematicDatasetByID

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSchematicDatasetByName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

createSchematicDataset

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.