|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.IFeatureProgressAdapter
public class IFeatureProgressAdapter
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 |
---|
public IFeatureProgressAdapter()
Method Detail |
---|
public void setFeatureClassName(IFeatureProgressSetFeatureClassNameEvent theEvent) throws IOException, AutomationException
setFeatureClassName
in interface IFeatureProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinFeatures(IFeatureProgressSetMinFeaturesEvent theEvent) throws IOException, AutomationException
setMinFeatures
in interface IFeatureProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxFeatures(IFeatureProgressSetMaxFeaturesEvent theEvent) throws IOException, AutomationException
setMaxFeatures
in interface IFeatureProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPosition(IFeatureProgressSetPositionEvent theEvent) throws IOException, AutomationException
setPosition
in interface IFeatureProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStepValue(IFeatureProgressSetStepValueEvent theEvent) throws IOException, AutomationException
setStepValue
in interface IFeatureProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void step(IFeatureProgressStepEvent theEvent) throws IOException, AutomationException
The Step method is fired automatically for every x number of features,where x is the value of StepValue. You can use this event to keep a count of how many features have been converted. The IsCancelled, property is fetched by the converter after every call to Step.
step
in interface IFeatureProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCancelled(IFeatureProgressIsCancelledEvent theEvent) throws IOException, AutomationException
The IsCancelled, property is fetched by the converter after every call to Step.
isCancelled
in interface IFeatureProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |