Description: 'Provides access to members that return and modify information to sort a table.' 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 =
public class ITableSortProxy extends com.esri.arcgis.interop.Dispatch implements ITableSort, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID2d0f935e_32f5_11d2_a06f_0000f8775bf9| Modifier | Constructor and Description |
|---|---|
|
ITableSortProxy()
Deprecated.
For internal use only
|
|
ITableSortProxy(java.lang.Object obj)
Deprecated.
|
protected |
ITableSortProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITableSortProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITableSortProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
long |
getIDByIndex(int index)
Deprecated.
A id by its index value.
|
IEnumIDs |
getIDs()
Deprecated.
List of sorted IDs.
|
IQueryFilter |
getQueryFilter()
Deprecated.
The query filter on table or selection set.
|
ICursor |
getRows()
Deprecated.
Cursor of sorted rows.
|
ISelectionSet |
getSelectionSet()
Deprecated.
The selection set as a source of the data to sort on.
|
ITable |
getTable()
Deprecated.
The table as a source of the data to sort on.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAscending(java.lang.String field,
boolean rhs2)
Deprecated.
Field sort order.
|
void |
setCaseSensitive(java.lang.String field,
boolean rhs2)
Deprecated.
Character fields case sensitive.
|
void |
setCompareByRef(ITableSortCallBack rhs1)
Deprecated.
Compare call back interface.
|
void |
setCursorByRef(ICursor rhs1)
Deprecated.
The cursor of the data to sort on.
|
void |
setFields(java.lang.String rhs1)
Deprecated.
Comma list of field names to sort on.
|
void |
setQueryFilterByRef(IQueryFilter queryFilter)
Deprecated.
The query filter on table or selection set.
|
void |
setSelectionSetByRef(ISelectionSet selectionSet)
Deprecated.
The selection set as a source of the data to sort on.
|
void |
setSortCharacters(java.lang.String field,
int rhs2)
Deprecated.
Number of characters to sort on, for string fields.
|
void |
setTableByRef(ITable table)
Deprecated.
The table as a source of the data to sort on.
|
void |
sort(ITrackCancel trackCancel)
Deprecated.
Sort rows.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ITableSortProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ITableSortProxy()
public ITableSortProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITableSortProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITableSortProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setTableByRef(ITable table) throws java.io.IOException, AutomationException
setTableByRef in interface ITableSorttable - A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSelectionSetByRef(ISelectionSet selectionSet) throws java.io.IOException, AutomationException
setSelectionSetByRef in interface ITableSortselectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCursorByRef(ICursor rhs1) throws java.io.IOException, AutomationException
setCursorByRef in interface ITableSortrhs1 - A reference to a com.esri.arcgis.geodatabase.ICursor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setQueryFilterByRef(IQueryFilter queryFilter) throws java.io.IOException, AutomationException
setQueryFilterByRef in interface ITableSortqueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IQueryFilter getQueryFilter() throws java.io.IOException, AutomationException
getQueryFilter in interface ITableSortjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFields(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
setFields in interface ITableSortrhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAscending(java.lang.String field,
boolean rhs2)
throws java.io.IOException,
AutomationException
setAscending in interface ITableSortfield - The field (in)rhs2 - The rhs2 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSortCharacters(java.lang.String field,
int rhs2)
throws java.io.IOException,
AutomationException
setSortCharacters in interface ITableSortfield - The field (in)rhs2 - The rhs2 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCaseSensitive(java.lang.String field,
boolean rhs2)
throws java.io.IOException,
AutomationException
setCaseSensitive in interface ITableSortfield - The field (in)rhs2 - The rhs2 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCompareByRef(ITableSortCallBack rhs1) throws java.io.IOException, AutomationException
setCompareByRef in interface ITableSortrhs1 - A reference to a com.esri.arcgis.geodatabase.ITableSortCallBack (in)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 ITableSortjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ICursor getRows() throws java.io.IOException, AutomationException
getRows in interface ITableSortjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void sort(ITrackCancel trackCancel) throws java.io.IOException, AutomationException
sort in interface ITableSorttrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public long getIDByIndex(int index)
throws java.io.IOException,
AutomationException
getIDByIndex in interface ITableSortindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITable getTable() throws java.io.IOException, AutomationException
getTable in interface ITableSortjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISelectionSet getSelectionSet() throws java.io.IOException, AutomationException
getSelectionSet in interface ITableSortjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.