com.esri.arcgis.carto
Interface esriDataStatType

All Superinterfaces:
Serializable

public interface esriDataStatType
extends Serializable

Type of statistic (for QueryDataStatistics requests).

Product Availability

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


Field Summary
static int esriDataStatTypeAverage
          Average numerical value of records.
static int esriDataStatTypeCount
          Count of records.
static int esriDataStatTypeMax
          Maximum numerical value of records.
static int esriDataStatTypeMin
          Minimum numerical value of records.
static int esriDataStatTypeStdDev
          Standard deviation value of records.
static int esriDataStatTypeSum
          Sum of numerical values of records.
static int esriDataStatTypeVariance
          Variance value of records.
 

Field Detail

esriDataStatTypeCount

static final int esriDataStatTypeCount
Count of records.

See Also:
Constant Field Values

esriDataStatTypeSum

static final int esriDataStatTypeSum
Sum of numerical values of records.

See Also:
Constant Field Values

esriDataStatTypeMin

static final int esriDataStatTypeMin
Minimum numerical value of records.

See Also:
Constant Field Values

esriDataStatTypeMax

static final int esriDataStatTypeMax
Maximum numerical value of records.

See Also:
Constant Field Values

esriDataStatTypeAverage

static final int esriDataStatTypeAverage
Average numerical value of records.

See Also:
Constant Field Values

esriDataStatTypeStdDev

static final int esriDataStatTypeStdDev
Standard deviation value of records.

See Also:
Constant Field Values

esriDataStatTypeVariance

static final int esriDataStatTypeVariance
Variance value of records.

See Also:
Constant Field Values