com.esri.arcgis.geodatabase
Interface esriWeightType

All Superinterfaces:
Serializable

public interface esriWeightType
extends Serializable

Logical network weight types.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriWTBitGate
          Bit gate weight.
static int esriWTBoolean
          Boolean weight.
static int esriWTDouble
          Double precision real weight.
static int esriWTInteger
          32-bit signed integer weight.
static int esriWTNull
          Null weight type.
static int esriWTSingle
          Single precision real weight.
 

Field Detail

esriWTNull

static final int esriWTNull
Null weight type.

See Also:
Constant Field Values

esriWTBitGate

static final int esriWTBitGate
Bit gate weight.

See Also:
Constant Field Values

esriWTInteger

static final int esriWTInteger
32-bit signed integer weight.

See Also:
Constant Field Values

esriWTSingle

static final int esriWTSingle
Single precision real weight.

See Also:
Constant Field Values

esriWTDouble

static final int esriWTDouble
Double precision real weight.

See Also:
Constant Field Values

esriWTBoolean

static final int esriWTBoolean
Boolean weight.

See Also:
Constant Field Values