|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IISLFootprintDisplayProps
Provides access to additional members that control the display of raster footprints in an image server layer.
| 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 |
|---|
boolean isFootprintDisplayEnabled()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFootprintDisplayEnabled(boolean pEnabled)
throws IOException,
AutomationException
pEnabled - The pEnabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFootprintDisplayOption(int pOption)
throws IOException,
AutomationException
pOption - A com.esri.arcgis.carto.esriISLFootprintDisplayOptEnum constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFootprintDisplayOption()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFootprintDisplaySymbolByRef(ISymbol ppSymbol)
throws IOException,
AutomationException
ppSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISymbol getFootprintDisplaySymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||