com.esri.arcgis.carto
Class IDataSortSeriesPropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IDataSortSeriesPropertiesProxy
All Implemented Interfaces:
IDataSortSeriesProperties, Externalizable, Serializable

public class IDataSortSeriesPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IDataSortSeriesProperties, Serializable

Provides access to members that control sorting of the graph data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IDataSortSeriesPropertiesProxy()
           
  IDataSortSeriesPropertiesProxy(Object obj)
           
protected IDataSortSeriesPropertiesProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void addSortingField(String strField, boolean bAscending, int[] idx)
          Add a sorting field and type.
 void getSortingField(int idx, String[] strField, boolean[] bAscending)
          Get a sorting field and type.
 int getSortingFieldsCount()
          Number of sorting fields.
 void removeListener(String iidStr, Object theListener)
           
 void removeSortingField(int idx)
          Remove the sorting field.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IDataSortSeriesPropertiesProxy

public IDataSortSeriesPropertiesProxy()

IDataSortSeriesPropertiesProxy

public IDataSortSeriesPropertiesProxy(Object obj)
                               throws IOException
Throws:
IOException

IDataSortSeriesPropertiesProxy

protected IDataSortSeriesPropertiesProxy(Object obj,
                                         String iid)
                                  throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

addSortingField

public void addSortingField(String strField,
                            boolean bAscending,
                            int[] idx)
                     throws IOException,
                            AutomationException
Add a sorting field and type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
addSortingField in interface IDataSortSeriesProperties
Parameters:
strField - The strField (in)
bAscending - The bAscending (in)
idx - The idx (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSortingField

public void getSortingField(int idx,
                            String[] strField,
                            boolean[] bAscending)
                     throws IOException,
                            AutomationException
Get a sorting field and type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getSortingField in interface IDataSortSeriesProperties
Parameters:
idx - The idx (in)
strField - The strField (out: use single element array)
bAscending - The bAscending (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeSortingField

public void removeSortingField(int idx)
                        throws IOException,
                               AutomationException
Remove the sorting field.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
removeSortingField in interface IDataSortSeriesProperties
Parameters:
idx - The idx (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSortingFieldsCount

public int getSortingFieldsCount()
                          throws IOException,
                                 AutomationException
Number of sorting fields.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getSortingFieldsCount in interface IDataSortSeriesProperties
Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.