com.esri.arcgis.geodatabase
Interface esriWeightType

All Superinterfaces:
java.io.Serializable

public interface esriWeightType
extends java.io.Serializable

Constants from esriWeightType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Logical network weight types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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