com.esri.arcgis.networkanalysis
Interface esriWeightFilterType

All Superinterfaces:
Serializable

public interface esriWeightFilterType
extends Serializable

Type of weight filter to use in the trace task.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriWFNone
          Do not use a filter in the trace task.
static int esriWFRange
          Use a range filter in the trace task.
 

Field Detail

esriWFNone

static final int esriWFNone
Do not use a filter in the trace task.

See Also:
Constant Field Values

esriWFRange

static final int esriWFRange
Use a range filter in the trace task.

See Also:
Constant Field Values