com.esri.arcgis.geodatabaseextensions
Interface esriLasPointStatsType

All Superinterfaces:
java.io.Serializable

public interface esriLasPointStatsType
extends java.io.Serializable

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

Description: 'LAS point statistics 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 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