com.esri.arcgis.carto
Interface esriNetworkRendererType

All Superinterfaces:
Serializable

public interface esriNetworkRendererType
extends Serializable

Types of network renderers.

Product Availability

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


Field Summary
static int esriNetworkDirtyAreaRenderer
          Draws dirty areas.
static int esriNetworkEdgeRenderer
          Draws edges.
static int esriNetworkJunctionRenderer
          Draws non-system junctions.
static int esriNetworkRenderer
          Draws the entire network.
static int esriNetworkRendererLast
          The last network renderer type.
static int esriNetworkSystemJunctionRenderer
          Draws system junctions.
static int esriNetworkTrafficRenderer
          Draws time dependent traffic congestion.
static int esriNetworkTurnRenderer
          Draws turns.
 

Field Detail

esriNetworkRenderer

static final int esriNetworkRenderer
Draws the entire network.

See Also:
Constant Field Values

esriNetworkSystemJunctionRenderer

static final int esriNetworkSystemJunctionRenderer
Draws system junctions.

See Also:
Constant Field Values

esriNetworkJunctionRenderer

static final int esriNetworkJunctionRenderer
Draws non-system junctions.

See Also:
Constant Field Values

esriNetworkEdgeRenderer

static final int esriNetworkEdgeRenderer
Draws edges.

See Also:
Constant Field Values

esriNetworkTurnRenderer

static final int esriNetworkTurnRenderer
Draws turns.

See Also:
Constant Field Values

esriNetworkDirtyAreaRenderer

static final int esriNetworkDirtyAreaRenderer
Draws dirty areas.

See Also:
Constant Field Values

esriNetworkTrafficRenderer

static final int esriNetworkTrafficRenderer
Draws time dependent traffic congestion.

See Also:
Constant Field Values

esriNetworkRendererLast

static final int esriNetworkRendererLast
The last network renderer type.

See Also:
Constant Field Values