com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureClassContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureClassContainerProxy, SchematicInMemoryDiagram

public interface ISchematicInMemoryFeatureClassContainer
extends java.io.Serializable

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

Description: 'Provides access to members that manage the list of in memory feature classes.' 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 IID99b2d0d7_836e_4392_a417_c570f96020ea
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicInMemoryFeatureClass getSchematicInMemoryFeatureClass(ISchematicElementClass schematicElementClass)
          Finds the in memory feature classes corresponding to a schematic element class.
 IEnumSchematicInMemoryFeatureClass getSchematicInMemoryFeatureClasses()
          Enumeration of in memory feature classes.
 

Field Detail

IID99b2d0d7_836e_4392_a417_c570f96020ea

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

getSchematicInMemoryFeatureClasses

IEnumSchematicInMemoryFeatureClass getSchematicInMemoryFeatureClasses()
                                                                      throws java.io.IOException,
                                                                             AutomationException
Enumeration of in memory feature classes.

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

getSchematicInMemoryFeatureClass

ISchematicInMemoryFeatureClass getSchematicInMemoryFeatureClass(ISchematicElementClass schematicElementClass)
                                                                throws java.io.IOException,
                                                                       AutomationException
Finds the in memory feature classes corresponding to a schematic element class.

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