com.esri.arcgis.datasourcesraster
Interface esriRasterLasCellAggregationType

All Superinterfaces:
java.io.Serializable

public interface esriRasterLasCellAggregationType
extends java.io.Serializable

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

Description: 'Cell aggregation type.' 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 esriRasterLasCellMax
          Max.
static int esriRasterLasCellMean
          Mean.
static int esriRasterLasCellMeanDistanceWeighted
          Mean distance weighted (weight is 1 in the cell center, 0 in the cell corner).
static int esriRasterLasCellMin
          Min.
static int esriRasterLasCellSum
          Sum.
 

Field Detail

esriRasterLasCellMin

static final int esriRasterLasCellMin
Min.

See Also:
Constant Field Values

esriRasterLasCellMax

static final int esriRasterLasCellMax
Max.

See Also:
Constant Field Values

esriRasterLasCellSum

static final int esriRasterLasCellSum
Sum.

See Also:
Constant Field Values

esriRasterLasCellMean

static final int esriRasterLasCellMean
Mean.

See Also:
Constant Field Values

esriRasterLasCellMeanDistanceWeighted

static final int esriRasterLasCellMeanDistanceWeighted
Mean distance weighted (weight is 1 in the cell center, 0 in the cell corner).

See Also:
Constant Field Values