com.esri.arcgis.schematic
Class ISchematicFolderProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicFolderProxy
All Implemented Interfaces:
ISchematicFolder, Externalizable, Serializable

public class ISchematicFolderProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicFolder, Serializable

Provides access to members that controls the schematic folder.

Description

A schematic folder resides in a schematic dataset and is used to store a collection of schematic diagrams. It can contain subfolders.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ISchematicFolderProxy()
           
  ISchematicFolderProxy(Object obj)
           
protected ISchematicFolderProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 ISchematicFolder createSchematicFolder(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 removeListener(String iidStr, Object theListener)
           
 void setFolderContainerByRef(ISchematicFolderContainer schematicFolderContainer)
          Parent container of the schematic folder.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ISchematicFolderProxy

public ISchematicFolderProxy()

ISchematicFolderProxy

public ISchematicFolderProxy(Object obj)
                      throws IOException
Throws:
IOException

ISchematicFolderProxy

protected ISchematicFolderProxy(Object obj,
                                String iid)
                         throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getSchematicDataset

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

Product Availability

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

Specified by:
getSchematicDataset in interface ISchematicFolder
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getID

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

Product Availability

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

Specified by:
getID in interface ISchematicFolder
Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFolderContainerID

public int getFolderContainerID()
                         throws 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.

Product Availability

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

Specified by:
getFolderContainerID in interface ISchematicFolder
Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFolderContainer

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

Product Availability

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

Specified by:
getFolderContainer in interface ISchematicFolder
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicFolderContainer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFolderContainerByRef

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

Product Availability

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

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

createSchematicFolder

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

Product Availability

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

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