com.esri.arcgis.analyst3d
Interface esriScenePickMode

All Superinterfaces:
java.io.Serializable

public interface esriScenePickMode
extends java.io.Serializable

Constants from esriScenePickMode' enum. Generated 3/19/2015 1:20:39 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Scene graph picking options.' 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 esriScenePickAll
          Picks all.
static int esriScenePickAllPlus
          Picks all, and more.
static int esriScenePickFastLocation
          Picks only for approximate location.
static int esriScenePickGeography
          Picks only geography.
static int esriScenePickGlobeSphere
          Picks off of the sphere aproximating globe.
static int esriScenePickGraphics
          Picks only graphics.
static int esriScenePickMask
          Bit-mask of basic picking options.
static int esriScenePickPlane
          Picks off of a plane.
static int esriScenePickSphere
          Picks off of a sphere.
 

Field Detail

esriScenePickGeography

static final int esriScenePickGeography
Picks only geography.

See Also:
Constant Field Values

esriScenePickGraphics

static final int esriScenePickGraphics
Picks only graphics.

See Also:
Constant Field Values

esriScenePickAll

static final int esriScenePickAll
Picks all.

See Also:
Constant Field Values

esriScenePickAllPlus

static final int esriScenePickAllPlus
Picks all, and more.

See Also:
Constant Field Values

esriScenePickPlane

static final int esriScenePickPlane
Picks off of a plane.

See Also:
Constant Field Values

esriScenePickSphere

static final int esriScenePickSphere
Picks off of a sphere.

See Also:
Constant Field Values

esriScenePickGlobeSphere

static final int esriScenePickGlobeSphere
Picks off of the sphere aproximating globe.

See Also:
Constant Field Values

esriScenePickMask

static final int esriScenePickMask
Bit-mask of basic picking options.

See Also:
Constant Field Values

esriScenePickFastLocation

static final int esriScenePickFastLocation
Picks only for approximate location.

See Also:
Constant Field Values