|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.RelQueryTableSelectionSet
public class RelQueryTableSelectionSet
COM Class 'RelQueryTableSelectionSet'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.geodatabase.ISelectionSet2 |
---|
IID, IID098af83f_8390_11d4_9fd1_00c04f6bdf0c, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.ISelectionSet |
---|
IIDf7ad47d1_d55e_11d1_8882_0000f877762d |
Fields inherited from interface com.esri.arcgis.geodatabase.IRelQueryTableSelectionSet |
---|
IID, IID90d0f0b9_5b96_4fbc_948c_d6c04b57910f, xxDummy |
Constructor Summary | |
---|---|
RelQueryTableSelectionSet(java.lang.Object obj)
Construct a RelQueryTableSelectionSet using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
add(int oID)
Adds an object id to the selection set. |
void |
addList(int count,
int[] 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. |
int |
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()
Deprecated. Internal use only. |
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 a RelQueryTableSelectionSet. |
void |
removeList(int count,
int[] 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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 Server
java.io.IOException
- if there are interop problems
RelQueryTableSelectionSet theRelQueryTableSelectionSet = (RelQueryTableSelectionSet) obj;
Method Detail |
---|
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 int 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(int oID) throws java.io.IOException, AutomationException
add
in interface ISelectionSet
oID
- The oID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addList(int count, int[] oIDList) throws java.io.IOException, AutomationException
addList
in interface ISelectionSet
count
- The count (in)oIDList
- The oIDList (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(int count, int[] oIDList) throws java.io.IOException, AutomationException
removeList
in interface ISelectionSet
count
- The count (in)oIDList
- The oIDList (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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |