|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.networkanalysis.INetworkLoaderProgressAdapter
public class INetworkLoaderProgressAdapter
Constructor Summary | |
---|---|
INetworkLoaderProgressAdapter()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public INetworkLoaderProgressAdapter()
Method Detail |
---|
public void putMessage(INetworkLoaderProgressPutMessageEvent theEvent) throws IOException, AutomationException
putMessage
in interface INetworkLoaderProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxFeatures(INetworkLoaderProgressSetMaxFeaturesEvent theEvent) throws IOException, AutomationException
setMaxFeatures
in interface INetworkLoaderProgress
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
public void setStepValue(INetworkLoaderProgressSetStepValueEvent theEvent) throws IOException, AutomationException
setStepValue
in interface INetworkLoaderProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void step(INetworkLoaderProgressStepEvent theEvent) throws IOException, AutomationException
step
in interface INetworkLoaderProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCancelled(INetworkLoaderProgressIsCancelledEvent theEvent) throws IOException, AutomationException
isCancelled
in interface INetworkLoaderProgress
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 |