com.esri.arcgis.geodatabase
Class IFeatureProgressAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabase.IFeatureProgressAdapter
All Implemented Interfaces:
IFeatureProgress, java.io.Serializable, java.util.EventListener

public class IFeatureProgressAdapter
extends java.lang.Object
implements IFeatureProgress

Adapter for COM Event Interface 'com.esri.arcgis.geodatabase.IFeatureProgress'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureProgress
IID, IID29d3b6dd_3917_11d2_aadf_00c04fa33c20, xxDummy
 
Constructor Summary
IFeatureProgressAdapter()
           
 
Method Summary
 boolean isCancelled(IFeatureProgressIsCancelledEvent theEvent)
          Indicates whether the cancel button is pressed.
 void setFeatureClassName(IFeatureProgressSetFeatureClassNameEvent theEvent)
          Input feature class name.
 void setMaxFeatures(IFeatureProgressSetMaxFeaturesEvent theEvent)
          Maximum number of features/rows in the input object class.
 void setMinFeatures(IFeatureProgressSetMinFeaturesEvent theEvent)
          Minimum number of features/rows in the input objectclass.
 void setPosition(IFeatureProgressSetPositionEvent theEvent)
          Current feature/row that currently converted by the converter.
 void setStepValue(IFeatureProgressSetStepValueEvent theEvent)
          Current position of conversion.
 void step(IFeatureProgressStepEvent theEvent)
          Step the progressor interval.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFeatureProgressAdapter

public IFeatureProgressAdapter()
Method Detail

setFeatureClassName

public void setFeatureClassName(IFeatureProgressSetFeatureClassNameEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Input feature class name.

Specified by:
setFeatureClassName in interface IFeatureProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinFeatures

public void setMinFeatures(IFeatureProgressSetMinFeaturesEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
Minimum number of features/rows in the input objectclass.

Specified by:
setMinFeatures in interface IFeatureProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxFeatures

public void setMaxFeatures(IFeatureProgressSetMaxFeaturesEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
Maximum number of features/rows in the input object class.

Specified by:
setMaxFeatures in interface IFeatureProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPosition

public void setPosition(IFeatureProgressSetPositionEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
Current feature/row that currently converted by the converter.

Specified by:
setPosition in interface IFeatureProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStepValue

public void setStepValue(IFeatureProgressSetStepValueEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Current position of conversion.

Specified by:
setStepValue in interface IFeatureProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

step

public void step(IFeatureProgressStepEvent theEvent)
          throws java.io.IOException,
                 AutomationException
Step the progressor interval.

Specified by:
step in interface IFeatureProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCancelled

public boolean isCancelled(IFeatureProgressIsCancelledEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
Indicates whether the cancel button is pressed. The data conversion will be cancelled if the user press the cancel button.

Specified by:
isCancelled in interface IFeatureProgress
Parameters:
theEvent - The event
Returns:
The pbIsCancelled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.