com.esri.arcgis.networkanalysis
Interface esriNetworkLoaderProgress

All Superinterfaces:
Serializable

public interface esriNetworkLoaderProgress
extends Serializable

NetworkLoader progress messages.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriNLPAddEdges
          Adding edges...
static int esriNLPAddJunctions
          Adding junctions...
static int esriNLPComputeTopology
          Computing network topology...
static int esriNLPCreateGeometricNetwork
          Creating geometric network...
static int esriNLPExtractAttributes
          Extracting attributes...
static int esriNLPOpenFeatureClasses
          Opening feature classes...
static int esriNLPRebuildingBaseNetwork
          Rebuilding network in base state...
static int esriNLPRebuildingChildNetworks
          Rebuilding network in child states...
static int esriNLPSetDefaultFlowDirections
          Setting default flow directions...
static int esriNLPSnapComplexFeatures
          Snapping complex features...
static int esriNLPSnapSimpleFeatures
          Snapping simple features...
static int esriNLPWriteTopology
          Writing topology...
 

Field Detail

esriNLPOpenFeatureClasses

static final int esriNLPOpenFeatureClasses
Opening feature classes...

See Also:
Constant Field Values

esriNLPSnapSimpleFeatures

static final int esriNLPSnapSimpleFeatures
Snapping simple features...

See Also:
Constant Field Values

esriNLPSnapComplexFeatures

static final int esriNLPSnapComplexFeatures
Snapping complex features...

See Also:
Constant Field Values

esriNLPCreateGeometricNetwork

static final int esriNLPCreateGeometricNetwork
Creating geometric network...

See Also:
Constant Field Values

esriNLPExtractAttributes

static final int esriNLPExtractAttributes
Extracting attributes...

See Also:
Constant Field Values

esriNLPComputeTopology

static final int esriNLPComputeTopology
Computing network topology...

See Also:
Constant Field Values

esriNLPAddJunctions

static final int esriNLPAddJunctions
Adding junctions...

See Also:
Constant Field Values

esriNLPAddEdges

static final int esriNLPAddEdges
Adding edges...

See Also:
Constant Field Values

esriNLPSetDefaultFlowDirections

static final int esriNLPSetDefaultFlowDirections
Setting default flow directions...

See Also:
Constant Field Values

esriNLPWriteTopology

static final int esriNLPWriteTopology
Writing topology...

See Also:
Constant Field Values

esriNLPRebuildingBaseNetwork

static final int esriNLPRebuildingBaseNetwork
Rebuilding network in base state...

See Also:
Constant Field Values

esriNLPRebuildingChildNetworks

static final int esriNLPRebuildingChildNetworks
Rebuilding network in child states...

See Also:
Constant Field Values