public interface IFeatureProgress
extends java.util.EventListener, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID29d3b6dd_3917_11d2_aadf_00c04fa33c20 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID29d3b6dd_3917_11d2_aadf_00c04fa33c20
static final int xxDummy
static final java.lang.String IID
void setFeatureClassName(IFeatureProgressSetFeatureClassNameEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinFeatures(IFeatureProgressSetMinFeaturesEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxFeatures(IFeatureProgressSetMaxFeaturesEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPosition(IFeatureProgressSetPositionEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStepValue(IFeatureProgressSetStepValueEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void step(IFeatureProgressStepEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCancelled(IFeatureProgressIsCancelledEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.