com.esri.arcgis.analyst3d
Interface esriSceneNodeType

All Superinterfaces:
java.io.Serializable

public interface esriSceneNodeType
extends java.io.Serializable

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

Description: 'Scene graph node type 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 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