|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOverview
Provides access to members that control the overview.
| Method Summary | |
|---|---|
IFillSymbol |
getAoiFillSymbol()
Fill symbol used to display the area of interest. |
ITextSymbol |
getOverlayGridLabelSymbol()
Text symbol used to label overlay grid cells with the layer's display field. |
ILayer |
getOverlayGridLayer()
Overlay grid layer for the overview. |
void |
setAoiFillSymbol(IFillSymbol symbol)
Fill symbol used to display the area of interest. |
void |
setOverlayGridCell(int gridLayerFid)
Sets the extent of the associated map to the specified overlay grid cell. |
void |
setOverlayGridLabelSymbol(ITextSymbol symbol)
Text symbol used to label overlay grid cells with the layer's display field. |
void |
setOverlayGridLayer(ILayer layer)
Overlay grid layer for the overview. |
void |
updateDisplay(int windowWidth,
int windowHeight)
Updates the display of the overview based upon the associated map's current settings. |
| Methods inherited from interface com.esri.arcgis.carto.IMapSurround |
|---|
delayEvents, draw, fitToBounds, getIcon, getMap, getName, queryBounds, refresh, setMapByRef, setName |
| Method Detail |
|---|
IFillSymbol getAoiFillSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAoiFillSymbol(IFillSymbol symbol)
throws IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.IFillSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayer getOverlayGridLayer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOverlayGridLayer(ILayer layer)
throws IOException,
AutomationException
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITextSymbol getOverlayGridLabelSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOverlayGridLabelSymbol(ITextSymbol symbol)
throws IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOverlayGridCell(int gridLayerFid)
throws IOException,
AutomationException
gridLayerFid - The gridLayerFid (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateDisplay(int windowWidth,
int windowHeight)
throws IOException,
AutomationException
windowWidth - The windowWidth (in)windowHeight - The windowHeight (in)
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 | ||||||||