public class RelQueryTableFactory extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IRelQueryTableFactory
Description 'Object used to create join table objects.' 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 =
IID, IIDb3949d86_3078_4f3b_9dc8_651053366119, xxDummy
Constructor and Description |
---|
RelQueryTableFactory()
Constructs a RelQueryTableFactory using ArcGIS Engine.
|
RelQueryTableFactory(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
RelQueryTableFactory theRelQueryTableFactory = (RelQueryTableFactory) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
IRelQueryTable |
open(IRelationshipClass relationshipClass,
boolean joinForward,
IQueryFilter queryFilter,
ISelectionSet srcSelectionSet,
java.lang.String targetColumns,
boolean doNotPushJoinToDB,
boolean openAsLeftOuterJoin)
Opens a join table specified by the given properties.
|
IRelQueryTable |
openEx(IRelationshipClass relationshipClass,
boolean joinForward,
IQueryFilter queryFilter,
ISelectionSet srcSelectionSet,
java.lang.String targetColumns,
boolean requireClientSideJoin,
boolean requireDatabaseJoin,
boolean openAsLeftOuterJoin)
Opens a join table specified by the given properties.
|
void |
release()
Release this COM object reference
|
public RelQueryTableFactory() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic RelQueryTableFactory(java.lang.Object obj) throws java.io.IOException
RelQueryTableFactory theRelQueryTableFactory = (RelQueryTableFactory) obj;
obj
to RelQueryTableFactory
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IRelQueryTable open(IRelationshipClass relationshipClass, boolean joinForward, IQueryFilter queryFilter, ISelectionSet srcSelectionSet, java.lang.String targetColumns, boolean doNotPushJoinToDB, boolean openAsLeftOuterJoin) throws java.io.IOException, AutomationException
open
in interface IRelQueryTableFactory
relationshipClass
- A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)joinForward
- The joinForward (in)queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)srcSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)targetColumns
- The targetColumns (in)doNotPushJoinToDB
- The doNotPushJoinToDB (in)openAsLeftOuterJoin
- The openAsLeftOuterJoin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRelQueryTable openEx(IRelationshipClass relationshipClass, boolean joinForward, IQueryFilter queryFilter, ISelectionSet srcSelectionSet, java.lang.String targetColumns, boolean requireClientSideJoin, boolean requireDatabaseJoin, boolean openAsLeftOuterJoin) throws java.io.IOException, AutomationException
openEx
in interface IRelQueryTableFactory
relationshipClass
- A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)joinForward
- The joinForward (in)queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)srcSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)targetColumns
- The targetColumns (in)requireClientSideJoin
- The requireClientSideJoin (in)requireDatabaseJoin
- The requireDatabaseJoin (in)openAsLeftOuterJoin
- The openAsLeftOuterJoin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.