public class TableSort extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ITableSort, ITableSort2
Description 'Esri Table Sort 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, IID56e3ea76_9373_40f8_9868_6aad5bb1c2b3, xxDummyIID2d0f935e_32f5_11d2_a06f_0000f8775bf9| Constructor and Description |
|---|
TableSort()
Constructs a TableSort using ArcGIS Engine.
|
TableSort(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
TableSort theTableSort = (TableSort) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
long |
getIDByIndex(int index)
A id by its index value.
|
IEnumIDs |
getIDs()
List of sorted IDs.
|
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.
|
IQueryFilter |
getQueryFilter()
The query filter on table or selection set.
|
ICursor |
getRows()
Cursor of sorted rows.
|
ISelectionSet |
getSelectionSet()
The selection set as a source of the data to sort on.
|
ITable |
getTable()
The table as a source of the data to sort on.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setAscending(java.lang.String field,
boolean rhs2)
Field sort order.
|
void |
setCaseSensitive(java.lang.String field,
boolean rhs2)
Character fields case sensitive.
|
void |
setCompareByRef(ITableSortCallBack rhs1)
Compare call back interface.
|
void |
setCursorByRef(ICursor rhs1)
The cursor of the data to sort on.
|
void |
setFields(java.lang.String rhs1)
Comma list of field names to sort on.
|
void |
setQueryFilterByRef(IQueryFilter queryFilter)
The query filter on table or selection set.
|
void |
setSelectionSetByRef(ISelectionSet selectionSet)
The selection set as a source of the data to sort on.
|
void |
setSortByCodedValueDescription(java.lang.String field,
boolean rhs2)
Field sort order by coded value description.
|
void |
setSortCharacters(java.lang.String field,
int rhs2)
Number of characters to sort on, for string fields.
|
void |
setTableByRef(ITable table)
The table as a source of the data to sort on.
|
void |
sort(ITrackCancel trackCancel)
Sort rows.
|
public TableSort()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic TableSort(java.lang.Object obj)
throws java.io.IOException
TableSort theTableSort = (TableSort) obj;obj to TableSort.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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic 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.public void setSortByCodedValueDescription(java.lang.String field,
boolean rhs2)
throws java.io.IOException,
AutomationException
setSortByCodedValueDescription in interface ITableSort2field - The field (in)rhs2 - The rhs2 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.