com.esri.arcgis.schematic
Interface esriSchematicAlgoHierarchicalType

All Superinterfaces:
Serializable

public interface esriSchematicAlgoHierarchicalType
extends Serializable

Hierarchical tree layout types.

Product Availability

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


Field Summary
static int esriSchematicAlgoCompactTree
          Compact tree structure.
static int esriSchematicAlgoLeftMainLine
          Main line tree structure which branches that come out from the main line placed on the left side of it.
static int esriSchematicAlgoMainLine
          Main line tree structure which branches that come out from the main line placed on the both sides of it.
static int esriSchematicAlgoRightMainLine
          Main line tree structure which branches that come out from the main line placed on the right side of it.
static int esriSchematicAlgoSmartTree
          Smart tree structure.
 

Field Detail

esriSchematicAlgoLeftMainLine

static final int esriSchematicAlgoLeftMainLine
Main line tree structure which branches that come out from the main line placed on the left side of it.

See Also:
Constant Field Values

esriSchematicAlgoRightMainLine

static final int esriSchematicAlgoRightMainLine
Main line tree structure which branches that come out from the main line placed on the right side of it.

See Also:
Constant Field Values

esriSchematicAlgoMainLine

static final int esriSchematicAlgoMainLine
Main line tree structure which branches that come out from the main line placed on the both sides of it.

See Also:
Constant Field Values

esriSchematicAlgoCompactTree

static final int esriSchematicAlgoCompactTree
Compact tree structure.

See Also:
Constant Field Values

esriSchematicAlgoSmartTree

static final int esriSchematicAlgoSmartTree
Smart tree structure.

See Also:
Constant Field Values