com.esri.arcgis.globecore
Interface esriGlobeLayerBaseOption

All Superinterfaces:
Serializable

public interface esriGlobeLayerBaseOption
extends Serializable

Base Options for Globe Layers.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriGlobeLayerBaseExpression
          Calculate height from expression (globe image or feature layers).
static int esriGlobeLayerBaseGlobe
          Use the base globe (for any type of globe layer).
static int esriGlobeLayerBaseLayer
          Use a surface layer (for image or feature layers).
static int esriGlobeLayerBaseSelf
          Use its own geometry (for surface or feature layers).
 

Field Detail

esriGlobeLayerBaseGlobe

static final int esriGlobeLayerBaseGlobe
Use the base globe (for any type of globe layer).

See Also:
Constant Field Values

esriGlobeLayerBaseExpression

static final int esriGlobeLayerBaseExpression
Calculate height from expression (globe image or feature layers).

See Also:
Constant Field Values

esriGlobeLayerBaseLayer

static final int esriGlobeLayerBaseLayer
Use a surface layer (for image or feature layers).

See Also:
Constant Field Values

esriGlobeLayerBaseSelf

static final int esriGlobeLayerBaseSelf
Use its own geometry (for surface or feature layers).

See Also:
Constant Field Values