com.esri.arcgis.geodatabase
Interface IFeatureProgress

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
ExportOperation, IFeatureProgressAdapter, IFeatureProgressProxy

public interface IFeatureProgress
extends java.util.EventListener, java.io.Serializable

COM Interface 'IFeatureProgress'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members used to handle events from converting featureclass/table.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID29d3b6dd_3917_11d2_aadf_00c04fa33c20
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID29d3b6dd_3917_11d2_aadf_00c04fa33c20

static final int IID29d3b6dd_3917_11d2_aadf_00c04fa33c20
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setFeatureClassName

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinFeatures

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxFeatures

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPosition

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStepValue

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

step

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCancelled

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.

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