com.esri.arcgis.carto
Interface esriISLFootprintDisplayOptEnum

All Superinterfaces:
Serializable

public interface esriISLFootprintDisplayOptEnum
extends Serializable

Image Server Layer's raster footprint display options.

Product Availability

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


Field Summary
static int esriISLFootprintDisplayAll
          Display all raster footprints.
static int esriISLFootprintDisplayPrimaryOnly
          Display only the primary raster's footprints.
 

Field Detail

esriISLFootprintDisplayAll

static final int esriISLFootprintDisplayAll
Display all raster footprints.

See Also:
Constant Field Values

esriISLFootprintDisplayPrimaryOnly

static final int esriISLFootprintDisplayPrimaryOnly
Display only the primary raster's footprints.

See Also:
Constant Field Values