com.esri.arcgis.geodatabaseextensions
Interface esriLasPointStatsType

All Superinterfaces:
Serializable

public interface esriLasPointStatsType
extends Serializable

LAS point statistics type.

Product Availability

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


Field Summary
static int esriLasPointStatsMostFrequent
          Most frequently occurred.
static int esriLasPointStatsPointCount
          Point count.
static int esriLasPointStatsPulseCount
          Pulse count.
static int esriLasPointStatsRange
          Value range.
 

Field Detail

esriLasPointStatsPointCount

static final int esriLasPointStatsPointCount
Point count.

See Also:
Constant Field Values

esriLasPointStatsPulseCount

static final int esriLasPointStatsPulseCount
Pulse count.

See Also:
Constant Field Values

esriLasPointStatsRange

static final int esriLasPointStatsRange
Value range.

See Also:
Constant Field Values

esriLasPointStatsMostFrequent

static final int esriLasPointStatsMostFrequent
Most frequently occurred.

See Also:
Constant Field Values