|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.TableSort
public class TableSort
COM Class 'TableSort'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.geodatabase.ITableSort2 |
---|
IID, IID56e3ea76_9373_40f8_9868_6aad5bb1c2b3, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.ITableSort |
---|
IID2d0f935e_32f5_11d2_a06f_0000f8775bf9 |
Constructor Summary | |
---|---|
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; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getIDByIndex(int index)
A id by its index value. |
IEnumIDs |
getIDs()
List of sorted IDs. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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 a TableSort. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableSort() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.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 Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
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 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 int 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.public void setSortByCodedValueDescription(java.lang.String field, boolean rhs2) throws java.io.IOException, AutomationException
setSortByCodedValueDescription
in interface ITableSort2
field
- The field (in)rhs2
- The rhs2 (in)
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 |