com.esri.arcgis.geoprocessing
Class IGpDescribeIndexProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGpDescribeIndexProxy
All Implemented Interfaces:
IGpDescribeIndex, Externalizable, Serializable

public class IGpDescribeIndexProxy
extends com.esri.arcgis.interop.Dispatch
implements IGpDescribeIndex, Serializable

Provides access to the properties of a Geoprocessing Index Description object.

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
  IGpDescribeIndexProxy()
           
  IGpDescribeIndexProxy(Object obj)
           
protected IGpDescribeIndexProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IGpEnumObject getFields()
          Enumeration of fields in the index description.
 String getIsAscending()
          Indicates whether the index description is sorted in ascending order.
 String getIsUnique()
          Indicates whether the index description is unique.
 String getName()
          Name of the index description.
 void removeListener(String iidStr, Object theListener)
           
 
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

IGpDescribeIndexProxy

public IGpDescribeIndexProxy()

IGpDescribeIndexProxy

public IGpDescribeIndexProxy(Object obj)
                      throws IOException
Throws:
IOException

IGpDescribeIndexProxy

protected IGpDescribeIndexProxy(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

getName

public String getName()
               throws IOException,
                      AutomationException
Name of the index description.

Product Availability

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

Specified by:
getName in interface IGpDescribeIndex
Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIsAscending

public String getIsAscending()
                      throws IOException,
                             AutomationException
Indicates whether the index description is sorted in ascending order.

Product Availability

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

Specified by:
getIsAscending in interface IGpDescribeIndex
Returns:
The isAscending
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIsUnique

public String getIsUnique()
                   throws IOException,
                          AutomationException
Indicates whether the index description is unique.

Product Availability

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

Specified by:
getIsUnique in interface IGpDescribeIndex
Returns:
The isUnique
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFields

public IGpEnumObject getFields()
                        throws IOException,
                               AutomationException
Enumeration of fields in the index description.

Product Availability

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

Specified by:
getFields in interface IGpDescribeIndex
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGpEnumObject
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.