com.esri.arcgis.geodatabaseextensions
Interface esriLasClassFlag

All Superinterfaces:
Serializable

public interface esriLasClassFlag
extends Serializable

LAS classification flag type.

Product Availability

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


Field Summary
static int esriLasClassFlagKey
          LAS key-point flag.
static int esriLasClassFlagNone
          No 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