com.esri.arcgis.analyst3d
Interface esriScenePickMode

All Superinterfaces:
Serializable

public interface esriScenePickMode
extends Serializable

Scene graph picking options.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriScenePickAll
          Picks all.
static int esriScenePickAllPlus
          Picks all, and more.
static int esriScenePickGeography
          Picks only geography.
static int esriScenePickGlobeSphere
          Picks off of the sphere aproximating globe.
static int esriScenePickGraphics
          Picks only graphics.
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