com.esri.arcgis.geodatabase
Interface esriNetworkAttributeDataType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkAttributeDataType
extends java.io.Serializable

Data type of a network dataset attribute.

Product Availability

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


Field Summary
static int esriNADTBoolean
           
static int esriNADTDouble
           
static int esriNADTFloat
           
static int esriNADTInteger
           
 

Field Detail

esriNADTInteger

public static final int esriNADTInteger
See Also:
Constant Field Values

esriNADTFloat

public static final int esriNADTFloat
See Also:
Constant Field Values

esriNADTDouble

public static final int esriNADTDouble
See Also:
Constant Field Values

esriNADTBoolean

public static final int esriNADTBoolean
See Also:
Constant Field Values