com.esri.arcgis.carto
Interface IDisplayRelationshipClass

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, IDisplayRelationshipClassProxy, RasterLayer, StandaloneTable

public interface IDisplayRelationshipClass
extends java.io.Serializable

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

Description: 'Provides access to members that are used to set up joins.' 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 IID55a4e17e_8682_42ba_8866_ab04db883934
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void displayRelationshipClass(IRelationshipClass relClass, int joinType)
          Sets a join based on the specified relationship class and join type.
 int getJoinType()
          Join type for the most recent join performed.
 IRelationshipClass getRelationshipClass()
          Relationship class that defines how the tables are joined.
 

Field Detail

IID55a4e17e_8682_42ba_8866_ab04db883934

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

getJoinType

int getJoinType()
                throws java.io.IOException,
                       AutomationException
Join type for the most recent join performed.

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

getRelationshipClass

IRelationshipClass getRelationshipClass()
                                        throws java.io.IOException,
                                               AutomationException
Relationship class that defines how the tables are joined.

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

displayRelationshipClass

void displayRelationshipClass(IRelationshipClass relClass,
                              int joinType)
                              throws java.io.IOException,
                                     AutomationException
Sets a join based on the specified relationship class and join type.

Parameters:
relClass - A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)
joinType - A com.esri.arcgis.geodatabase.esriJoinType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.