com.esri.arcgis.globecore
Interface esriLODType

All Superinterfaces:
Serializable

public interface esriLODType
extends Serializable

The ESRI LOD control types.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriLodElevation
          The elevation LOD data.
static int esriLodImage
          The surface LOD data.
 

Field Detail

esriLodImage

static final int esriLodImage
The surface LOD data.

See Also:
Constant Field Values

esriLodElevation

static final int esriLodElevation
The elevation LOD data.

See Also:
Constant Field Values