|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOverview
COM Interface 'IOverview'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the overview.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID7a3f91f2_b9e3_11d1_8756_0000f8751720
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.carto.IMapSurround |
---|
IIDfe3115e9_ed6c_11d0_8683_0000f8751720 |
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 |
Field Detail |
---|
static final int IID7a3f91f2_b9e3_11d1_8756_0000f8751720
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IFillSymbol getAoiFillSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAoiFillSymbol(IFillSymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.IFillSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getOverlayGridLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlayGridLayer(ILayer layer) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getOverlayGridLabelSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlayGridLabelSymbol(ITextSymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlayGridCell(int gridLayerFid) throws java.io.IOException, AutomationException
gridLayerFid
- The gridLayerFid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateDisplay(int windowWidth, int windowHeight) throws java.io.IOException, AutomationException
windowWidth
- The windowWidth (in)windowHeight
- The windowHeight (in)
java.io.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 |