com.esri.arcgis.datasourcesraster
Interface esriRasterLasCellAggregationType

All Superinterfaces:
Serializable

public interface esriRasterLasCellAggregationType
extends Serializable

Cell aggregation type.

Product Availability

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


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