com.esri.arcgis.carto
Interface IRelationshipClassCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, Globe, IMSSubFeatureLayer, IRelationshipClassCollectionProxy, Map, RasterLayer, Scene, StandaloneTable

public interface IRelationshipClassCollection
extends java.io.Serializable

COM Interface 'IRelationshipClassCollection'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that return the memory relationship classes defined for standalone tables or layers in ArcMap.' 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 IID741d6114_fb6b_11d3_adf5_00c04fa33a15
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumRelationshipClass findRelationshipClasses(IObjectClass objectClass, int role)
          Finds all relationship classes in the collection that reference the given object class in the specified role.
 IEnumRelationshipClass getRelationshipClasses()
          The memory relationship classes.
 

Field Detail

IID741d6114_fb6b_11d3_adf5_00c04fa33a15

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

getRelationshipClasses

IEnumRelationshipClass getRelationshipClasses()
                                              throws java.io.IOException,
                                                     AutomationException
The memory relationship classes.

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

findRelationshipClasses

IEnumRelationshipClass findRelationshipClasses(IObjectClass objectClass,
                                               int role)
                                               throws java.io.IOException,
                                                      AutomationException
Finds all relationship classes in the collection that reference the given object class in the specified role.

Parameters:
objectClass - A reference to a com.esri.arcgis.geodatabase.IObjectClass (in)
role - A com.esri.arcgis.geodatabase.esriRelRole constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumRelationshipClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.