com.esri.arcgis.server
Interface esriServerStatFunction

All Superinterfaces:
java.io.Serializable

public interface esriServerStatFunction
extends java.io.Serializable

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

Description: 'GIS server statistics function.' 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 esriSSFCount
          Number of occurrences of the measured event.
static int esriSSFMaximum
          Maximum value of the measured event.
static int esriSSFMean
          Mean of the measured event.
static int esriSSFMinimum
          Minimum value of the measured event.
static int esriSSFStandardDeviation
          Standard deviation of the measured event.
static int esriSSFSum
          Total of the measured event.
static int esriSSFSumSquares
          Sum squares of the measured event.
 

Field Detail

esriSSFCount

static final int esriSSFCount
Number of occurrences of the measured event.

See Also:
Constant Field Values

esriSSFMinimum

static final int esriSSFMinimum
Minimum value of the measured event.

See Also:
Constant Field Values

esriSSFMaximum

static final int esriSSFMaximum
Maximum value of the measured event.

See Also:
Constant Field Values

esriSSFSum

static final int esriSSFSum
Total of the measured event.

See Also:
Constant Field Values

esriSSFSumSquares

static final int esriSSFSumSquares
Sum squares of the measured event.

See Also:
Constant Field Values

esriSSFMean

static final int esriSSFMean
Mean of the measured event.

See Also:
Constant Field Values

esriSSFStandardDeviation

static final int esriSSFStandardDeviation
Standard deviation of the measured event.

See Also:
Constant Field Values