com.esri.arcgis.schematic
Interface ISchematicWorkspace

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicWorkspaceProxy

public interface ISchematicWorkspace
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID78ccc228_d9aa_4cc7_94f9_b166ff5ce11e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID78ccc228_d9aa_4cc7_94f9_b166ff5ce11e

static final int IID78ccc228_d9aa_4cc7_94f9_b166ff5ce11e
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

getWorkspace

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

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

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

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

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

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

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

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

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

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

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

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

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

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.