|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJoinTableSourceDescription
COM Interface 'IJoinTableSourceDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the available properties of a Join Table Source Description object.' 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 |
IID5aa7d4d5_8f05_4a61_bcba_cec06afd4118
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getJoinType()
Type of join. |
IMapServerSourceDescription |
getLeftSourceDescription()
Data Source for left table. |
java.lang.String |
getLeftTableKey()
Field name from the left table that will be used for join. |
IMapServerSourceDescription |
getRightSourceDescription()
Data Source for right table. |
java.lang.String |
getRightTableKey()
Field name from the right table that will be used for join. |
void |
setJoinType(int pJoinType)
Type of join. |
void |
setLeftSourceDescription(IMapServerSourceDescription ppLeftSourceDescription)
Data Source for left table. |
void |
setLeftTableKey(java.lang.String pLeftTableKey)
Field name from the left table that will be used for join. |
void |
setRightSourceDescription(IMapServerSourceDescription ppRightSourceDescription)
Data Source for right table. |
void |
setRightTableKey(java.lang.String pRightTableKey)
Field name from the right table that will be used for join. |
Field Detail |
---|
static final int IID5aa7d4d5_8f05_4a61_bcba_cec06afd4118
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IMapServerSourceDescription getLeftSourceDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeftSourceDescription(IMapServerSourceDescription ppLeftSourceDescription) throws java.io.IOException, AutomationException
ppLeftSourceDescription
- A reference to a com.esri.arcgis.carto.IMapServerSourceDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapServerSourceDescription getRightSourceDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRightSourceDescription(IMapServerSourceDescription ppRightSourceDescription) throws java.io.IOException, AutomationException
ppRightSourceDescription
- A reference to a com.esri.arcgis.carto.IMapServerSourceDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getLeftTableKey() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeftTableKey(java.lang.String pLeftTableKey) throws java.io.IOException, AutomationException
pLeftTableKey
- The pLeftTableKey (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRightTableKey() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRightTableKey(java.lang.String pRightTableKey) throws java.io.IOException, AutomationException
pRightTableKey
- The pRightTableKey (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getJoinType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJoinType(int pJoinType) throws java.io.IOException, AutomationException
pJoinType
- A com.esri.arcgis.geodatabase.esriJoinType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |