com.esri.arcgis.schematic
Interface ISchematicFolder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicFolderProxy, SchematicFolder

public interface ISchematicFolder
extends java.io.Serializable

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

Description: 'Provides access to members that controls the schematic folder.' 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 IIDf9037aed_ba15_40f8_b6ef_cbd3acae8cdb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicFolder createSchematicFolder(java.lang.String name)
          Creates a new schematic subfolder in the schematic folder.
 ISchematicFolderContainer getFolderContainer()
          Parent container of the schematic folder.
 int getFolderContainerID()
          ID of the parent container of the schematic folder.
 int getID()
          ID of the schematic folder.
 ISchematicDataset getSchematicDataset()
          Schematic dataset related to the schematic folder.
 void setFolderContainerByRef(ISchematicFolderContainer schematicFolderContainer)
          Parent container of the schematic folder.
 

Field Detail

IIDf9037aed_ba15_40f8_b6ef_cbd3acae8cdb

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

getSchematicDataset

ISchematicDataset getSchematicDataset()
                                      throws java.io.IOException,
                                             AutomationException
Schematic dataset related to the schematic folder.

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.

getID

int getID()
          throws java.io.IOException,
                 AutomationException
ID of the schematic folder.

Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFolderContainerID

int getFolderContainerID()
                         throws java.io.IOException,
                                AutomationException
ID of the parent container of the schematic folder. That is, ID of the schematic dataset or ID of the parent folder that contains this schematic folder.

Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFolderContainer

ISchematicFolderContainer getFolderContainer()
                                             throws java.io.IOException,
                                                    AutomationException
Parent container of the schematic folder.

Returns:
A reference to a com.esri.arcgis.schematic.ISchematicFolderContainer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFolderContainerByRef

void setFolderContainerByRef(ISchematicFolderContainer schematicFolderContainer)
                             throws java.io.IOException,
                                    AutomationException
Parent container of the schematic folder.

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

createSchematicFolder

ISchematicFolder createSchematicFolder(java.lang.String name)
                                       throws java.io.IOException,
                                              AutomationException
Creates a new schematic subfolder in the schematic folder.

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