public class IFeatureProgressAdapter extends java.lang.Object implements IFeatureProgress
IID, IID29d3b6dd_3917_11d2_aadf_00c04fa33c20, xxDummy
Constructor and Description |
---|
IFeatureProgressAdapter() |
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.
|
public void setFeatureClassName(IFeatureProgressSetFeatureClassNameEvent theEvent) throws java.io.IOException, AutomationException
setFeatureClassName
in interface IFeatureProgress
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMinFeatures(IFeatureProgressSetMinFeaturesEvent theEvent) throws java.io.IOException, AutomationException
setMinFeatures
in interface IFeatureProgress
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaxFeatures(IFeatureProgressSetMaxFeaturesEvent theEvent) throws java.io.IOException, AutomationException
setMaxFeatures
in interface IFeatureProgress
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPosition(IFeatureProgressSetPositionEvent theEvent) throws java.io.IOException, AutomationException
setPosition
in interface IFeatureProgress
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStepValue(IFeatureProgressSetStepValueEvent theEvent) throws java.io.IOException, AutomationException
setStepValue
in interface IFeatureProgress
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void step(IFeatureProgressStepEvent theEvent) throws java.io.IOException, AutomationException
step
in interface IFeatureProgress
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCancelled(IFeatureProgressIsCancelledEvent theEvent) throws java.io.IOException, AutomationException
isCancelled
in interface IFeatureProgress
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.