com.esri.arcgis.globecore
Interface esriGlobeLayerType

All Superinterfaces:
Serializable

public interface esriGlobeLayerType
extends Serializable

Add layer types for Globe.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriGlobeLayerTypeDraped
          Add layer as base image.
static int esriGlobeLayerTypeElevation
          Add layer as elevation.
static int esriGlobeLayerTypeFloating
          Add layer as floating.
static int esriGlobeLayerTypeUnknown
          Add layer as base image.
 

Field Detail

esriGlobeLayerTypeUnknown

static final int esriGlobeLayerTypeUnknown
Add layer as base image.

See Also:
Constant Field Values

esriGlobeLayerTypeDraped

static final int esriGlobeLayerTypeDraped
Add layer as base image.

See Also:
Constant Field Values

esriGlobeLayerTypeElevation

static final int esriGlobeLayerTypeElevation
Add layer as elevation.

See Also:
Constant Field Values

esriGlobeLayerTypeFloating

static final int esriGlobeLayerTypeFloating
Add layer as floating.

See Also:
Constant Field Values