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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public ITableSortProxy()
public ITableSortProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITableSortProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setTableByRef(ITable table) throws java.io.IOException, AutomationException
setTableByRef
in interface ITableSort
table
- 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 ITableSort
selectionSet
- 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 ITableSort
rhs1
- 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 ITableSort
queryFilter
- 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 ITableSort
java.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 ITableSort
rhs1
- 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 ITableSort
field
- 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 ITableSort
field
- 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 ITableSort
field
- 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 ITableSort
rhs1
- 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 ITableSort
java.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 ITableSort
java.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 ITableSort
trackCancel
- 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 ITableSort
index
- 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 ITableSort
java.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 ITableSort
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.