com.esri.arcgis.schematic
Class SchematicWorkspaceFactory

java.lang.Object
  extended by com.esri.arcgis.schematic.SchematicWorkspaceFactory
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, ISchematicWorkspaceFactory, Serializable

public class SchematicWorkspaceFactory
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ISchematicWorkspaceFactory

Schematic workspace factory class.

Product Availability

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

See Also:
Serialized Form

Constructor Summary
SchematicWorkspaceFactory()
          Constructs a SchematicWorkspaceFactory using ArcGIS Engine.
SchematicWorkspaceFactory(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SchematicWorkspaceFactory theSchematicWorkspaceFactory = (SchematicWorkspaceFactory) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 ISchematicWorkspace open(IWorkspace workspace)
          Opens the schematic workspace from the specified workspace.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

SchematicWorkspaceFactory

public SchematicWorkspaceFactory()
                          throws IOException,
                                 UnknownHostException
Constructs a SchematicWorkspaceFactory using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

SchematicWorkspaceFactory

public SchematicWorkspaceFactory(Object obj)
                          throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SchematicWorkspaceFactory theSchematicWorkspaceFactory = (SchematicWorkspaceFactory) obj;

Construct a SchematicWorkspaceFactory using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to SchematicWorkspaceFactory.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

open

public ISchematicWorkspace open(IWorkspace workspace)
                         throws IOException,
                                AutomationException
Opens the schematic workspace from the specified workspace.

Product Availability

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

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