|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicWorkspace
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 |
---|
static final int IID78ccc228_d9aa_4cc7_94f9_b166ff5ce11e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IWorkspace getWorkspace() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getFullName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicDatasetName getSchematicDatasetNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicDataset getSchematicDatasets() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDataset getSchematicDatasetByID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDataset getSchematicDatasetByName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDataset createSchematicDataset(java.lang.String name, java.lang.String configKeyword) throws java.io.IOException, AutomationException
name
- The name (in)configKeyword
- The configKeyword (in, optional, pass 0 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |