com.esri.arcgis.schematic
Interface ISchematicWorkspaceFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicWorkspaceFactoryProxy, SchematicWorkspaceFactory

public interface ISchematicWorkspaceFactory
extends java.io.Serializable

COM Interface 'ISchematicWorkspaceFactory'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that open schematic workspaces.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID990d786d_80d9_429f_9eab_bd58da58b10d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicWorkspace open(IWorkspace workspace)
          Opens the schematic workspace from the specified workspace.
 

Field Detail

IID990d786d_80d9_429f_9eab_bd58da58b10d

static final int IID990d786d_80d9_429f_9eab_bd58da58b10d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

open

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

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