|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INetworkLoaderProgress
Provides access to events that occur when building a geometric network using a NetworkLoader object.
The INetworkLoaderProgress interface can be used in conjunction with the NetworkLoader object to determine progress when building a network. This is particulary useful for extremely large datasets and building networks in SDE.
INetworkLoader,
INetworkLoaderProgress,
INetworkLoaderProps| Method Summary | |
|---|---|
boolean |
isCancelled(INetworkLoaderProgressIsCancelledEvent theEvent)
Indicates if the Cancel button has been pressed. |
void |
putMessage(INetworkLoaderProgressPutMessageEvent theEvent)
Puts the fixed networkLoaderProgress message and the additional message to the progress bar. |
void |
setMaxFeatures(INetworkLoaderProgressSetMaxFeaturesEvent theEvent)
Total number of features in the current task of building the geometric network. |
void |
setStepValue(INetworkLoaderProgressSetStepValueEvent theEvent)
Number of features to be processed between updates of the progress bar. |
void |
step(INetworkLoaderProgressStepEvent theEvent)
Updates the progress bar. |
| Method Detail |
|---|
void putMessage(INetworkLoaderProgressPutMessageEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxFeatures(INetworkLoaderProgressSetMaxFeaturesEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INetworkUpdate,
IForwardStar,
IGraph,
INetworkClass.getNetworkAncillaryRole(),
INetworkWorkspace,
INetworkClass.getGeometricNetwork(),
INetworkClass.getFieldToWeightMapping(int),
IUtilityNetwork,
INetwork
void setStepValue(INetworkLoaderProgressSetStepValueEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void step(INetworkLoaderProgressStepEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCancelled(INetworkLoaderProgressIsCancelledEvent theEvent)
throws IOException,
AutomationException
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 | ||||||||