com.esri.arcgis.analyst3d
Interface esriSceneNodeType

All Superinterfaces:
Serializable

public interface esriSceneNodeType
extends Serializable

Scene graph node type 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 esriSceneAnyNode
          Special value for error or generic action.
static int esriSceneChoiceNode
          Single, multiple, continuous range, or level-of-detail children selection.
static int esriSceneGeometryNode
          Leaf node of the scene graph containing geometric visualization.
static int esriSceneGroupNode
          Group node.
static int esriSceneLayerNode
          Groups the scene's subgraph generated from a layer.
static int esriSceneTileNode
          Groups all of the scene's subgraph contained in a rectangular tile.
static int esriSceneTransformNode
          Linear transformation.
 

Field Detail

esriSceneAnyNode

static final int esriSceneAnyNode
Special value for error or generic action.

See Also:
Constant Field Values

esriSceneGroupNode

static final int esriSceneGroupNode
Group node.

See Also:
Constant Field Values

esriSceneGeometryNode

static final int esriSceneGeometryNode
Leaf node of the scene graph containing geometric visualization.

See Also:
Constant Field Values

esriSceneChoiceNode

static final int esriSceneChoiceNode
Single, multiple, continuous range, or level-of-detail children selection.

See Also:
Constant Field Values

esriSceneTransformNode

static final int esriSceneTransformNode
Linear transformation.

See Also:
Constant Field Values

esriSceneLayerNode

static final int esriSceneLayerNode
Groups the scene's subgraph generated from a layer.

See Also:
Constant Field Values

esriSceneTileNode

static final int esriSceneTileNode
Groups all of the scene's subgraph contained in a rectangular tile.

See Also:
Constant Field Values