com.esri.arcgis.geodatabaseextensions
Interface esriLasClassFlag

All Superinterfaces:
java.io.Serializable

public interface esriLasClassFlag
extends java.io.Serializable

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

Description: 'LAS classification flag 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 esriLasClassFlagKey
          LAS key-point flag.
static int esriLasClassFlagNone
          No flag.
static int esriLasClassFlagOverlap
          LAS overlap-point flag.
static int esriLasClassFlagSynthetic
          LAS synthetic-point flag.
static int esriLasClassFlagWithheld
          LAS withheld-point flag.
 

Field Detail

esriLasClassFlagNone

static final int esriLasClassFlagNone
No flag.

See Also:
Constant Field Values

esriLasClassFlagSynthetic

static final int esriLasClassFlagSynthetic
LAS synthetic-point flag.

See Also:
Constant Field Values

esriLasClassFlagKey

static final int esriLasClassFlagKey
LAS key-point flag.

See Also:
Constant Field Values

esriLasClassFlagWithheld

static final int esriLasClassFlagWithheld
LAS withheld-point flag.

See Also:
Constant Field Values

esriLasClassFlagOverlap

static final int esriLasClassFlagOverlap
LAS overlap-point flag.

See Also:
Constant Field Values