public class RelQueryTableSelectionSet extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ISelectionSet, ISelectionSet2, IRelQueryTableSelectionSet
Description 'Esri RelQueryTable Selection 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 =
IID, IID098af83f_8390_11d4_9fd1_00c04f6bdf0c, xxDummy
IIDf7ad47d1_d55e_11d1_8882_0000f877762d
IID, IID90d0f0b9_5b96_4fbc_948c_d6c04b57910f, xxDummy
Constructor and Description |
---|
RelQueryTableSelectionSet(java.lang.Object obj)
Construct a RelQueryTableSelectionSet using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
void |
add(long oID)
Adds an object id to the selection set.
|
void |
addList(long count,
long[] oIDList)
Adds a list of object id's to the selection set.
|
void |
combine(ISelectionSet otherSet,
int setOp,
ISelectionSet[] resultSet)
Combines this selection set with another selection set using the specified set operation.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
ISelectionSet |
getBaseTableSelectionSet()
Base table of the inner SelectionSet.
|
long |
getCount()
The number of oids in the selection set.
|
IName |
getFullName()
The full name of the selection set.
|
IEnumIDs |
getIDs()
Enumerates the object ids in the selection set.
|
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.
|
ITable |
getTarget()
The Table or FeatureClass over which the selection set is defined.
|
int |
hashCode()
the hashcode for this object
|
void |
makePermanent()
Makes the SelectionSet permanent.
|
void |
refresh()
Refreshes the state of a snapshot selection.
|
void |
release()
Release this COM object reference
|
void |
removeList(long count,
long[] oIDList)
Removes a list of object id's from the selection set.
|
void |
search(IQueryFilter queryFilter,
boolean recycling,
ICursor[] cursor)
Returns a cursor that can be used to retrieve the objects specified by a query over this selection set.
|
ISelectionSet |
select(IQueryFilter queryFilter,
int selType,
int selOption,
IWorkspace selectionContainer)
Returns a new selection That contains the object ids selected by a query over this selection set.
|
void |
update(IQueryFilter queryFilter,
boolean recycling,
ICursor[] cursor)
Returns a cursor that can be used to update the objects specified by a query over this selection set.
|
public RelQueryTableSelectionSet(java.lang.Object obj) throws java.io.IOException
obj
to RelQueryTableSelectionSet
. *
RelQueryTableSelectionSet o = (RelQueryTableSelectionSet)obj; // will not work
RelQueryTableSelectionSet o = new RelQueryTableSelectionSet(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
RelQueryTableSelectionSet theRelQueryTableSelectionSet = (RelQueryTableSelectionSet) obj;
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 IName getFullName() throws java.io.IOException, AutomationException
getFullName
in interface ISelectionSet
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable getTarget() throws java.io.IOException, AutomationException
getTarget
in interface ISelectionSet
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void makePermanent() throws java.io.IOException, AutomationException
makePermanent
in interface ISelectionSet
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public long getCount() throws java.io.IOException, AutomationException
getCount
in interface ISelectionSet
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void add(long oID) throws java.io.IOException, AutomationException
add
in interface ISelectionSet
oID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addList(long count, long[] oIDList) throws java.io.IOException, AutomationException
addList
in interface ISelectionSet
count
- Signed 64-bit int (in)oIDList
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void combine(ISelectionSet otherSet, int setOp, ISelectionSet[] resultSet) throws java.io.IOException, AutomationException
combine
in interface ISelectionSet
otherSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)setOp
- A com.esri.arcgis.geodatabase.esriSetOperation constant (in)resultSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void search(IQueryFilter queryFilter, boolean recycling, ICursor[] cursor) throws java.io.IOException, AutomationException
search
in interface ISelectionSet
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling
- The recycling (in)cursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISelectionSet select(IQueryFilter queryFilter, int selType, int selOption, IWorkspace selectionContainer) throws java.io.IOException, AutomationException
select
in interface ISelectionSet
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)selType
- A com.esri.arcgis.geodatabase.esriSelectionType constant (in)selOption
- A com.esri.arcgis.geodatabase.esriSelectionOption constant (in)selectionContainer
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void refresh() throws java.io.IOException, AutomationException
refresh
in interface ISelectionSet
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumIDs getIDs() throws java.io.IOException, AutomationException
getIDs
in interface ISelectionSet
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeList(long count, long[] oIDList) throws java.io.IOException, AutomationException
removeList
in interface ISelectionSet
count
- Signed 64-bit int (in)oIDList
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void update(IQueryFilter queryFilter, boolean recycling, ICursor[] cursor) throws java.io.IOException, AutomationException
update
in interface ISelectionSet2
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling
- The recycling (in)cursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getBaseTableSelectionSet() throws java.io.IOException, AutomationException
getBaseTableSelectionSet
in interface IRelQueryTableSelectionSet
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.