com.esri.arcgis.carto
Interface IISLFootprintDisplayProps

All Superinterfaces:
Serializable
All Known Implementing Classes:
IISLFootprintDisplayPropsProxy, ImageServerLayer

public interface IISLFootprintDisplayProps
extends Serializable

Provides access to additional members that control the display of raster footprints in an image server layer.

Product Availability

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


Method Summary
 int getFootprintDisplayOption()
          The footprint display option.
 ISymbol getFootprintDisplaySymbol()
          The footprint display symbol.
 boolean isFootprintDisplayEnabled()
          Indicates if footprint display is enabled.
 void setFootprintDisplayEnabled(boolean pEnabled)
          Indicates if footprint display is enabled.
 void setFootprintDisplayOption(int pOption)
          The footprint display option.
 void setFootprintDisplaySymbolByRef(ISymbol ppSymbol)
          The footprint display symbol.
 

Method Detail

isFootprintDisplayEnabled

boolean isFootprintDisplayEnabled()
                                  throws IOException,
                                         AutomationException
Indicates if footprint display is enabled.

Product Availability

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

Returns:
The pEnabled
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFootprintDisplayEnabled

void setFootprintDisplayEnabled(boolean pEnabled)
                                throws IOException,
                                       AutomationException
Indicates if footprint display is enabled.

Product Availability

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

Parameters:
pEnabled - The pEnabled (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFootprintDisplayOption

void setFootprintDisplayOption(int pOption)
                               throws IOException,
                                      AutomationException
The footprint display option.

Product Availability

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

Parameters:
pOption - A com.esri.arcgis.carto.esriISLFootprintDisplayOptEnum constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFootprintDisplayOption

int getFootprintDisplayOption()
                              throws IOException,
                                     AutomationException
The footprint display option.

Product Availability

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

Returns:
A com.esri.arcgis.carto.esriISLFootprintDisplayOptEnum constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFootprintDisplaySymbolByRef

void setFootprintDisplaySymbolByRef(ISymbol ppSymbol)
                                    throws IOException,
                                           AutomationException
The footprint display symbol.

Product Availability

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

Parameters:
ppSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFootprintDisplaySymbol

ISymbol getFootprintDisplaySymbol()
                                  throws IOException,
                                         AutomationException
The footprint display symbol.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.