|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IMapSurroundProxy com.esri.arcgis.carto.IOverviewProxy
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 =
public class IOverviewProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IOverview |
---|
IID, IID7a3f91f2_b9e3_11d1_8756_0000f8751720 |
Fields inherited from interface com.esri.arcgis.carto.IMapSurround |
---|
IIDfe3115e9_ed6c_11d0_8683_0000f8751720 |
Constructor Summary | |
---|---|
|
IOverviewProxy()
Deprecated. For internal use only |
|
IOverviewProxy(java.lang.Object obj)
Deprecated. |
protected |
IOverviewProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IOverviewProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IOverviewProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IFillSymbol |
getAoiFillSymbol()
Deprecated. Fill symbol used to display the area of interest. |
ITextSymbol |
getOverlayGridLabelSymbol()
Deprecated. Text symbol used to label overlay grid cells with the layer's display field. |
ILayer |
getOverlayGridLayer()
Deprecated. Overlay grid layer for the overview. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAoiFillSymbol(IFillSymbol symbol)
Deprecated. Fill symbol used to display the area of interest. |
void |
setOverlayGridCell(int gridLayerFid)
Deprecated. Sets the extent of the associated map to the specified overlay grid cell. |
void |
setOverlayGridLabelSymbol(ITextSymbol symbol)
Deprecated. Text symbol used to label overlay grid cells with the layer's display field. |
void |
setOverlayGridLayer(ILayer layer)
Deprecated. Overlay grid layer for the overview. |
void |
updateDisplay(int windowWidth,
int windowHeight)
Deprecated. Updates the display of the overview based upon the associated map's current settings. |
Methods inherited from class com.esri.arcgis.carto.IMapSurroundProxy |
---|
delayEvents, draw, fitToBounds, getIcon, getMap, getName, queryBounds, refresh, setMapByRef, setName |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.carto.IMapSurround |
---|
delayEvents, draw, fitToBounds, getIcon, getMap, getName, queryBounds, refresh, setMapByRef, setName |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IOverviewProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IOverviewProxy()
public IOverviewProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IOverviewProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IOverviewProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IMapSurroundProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IMapSurroundProxy
java.io.IOException
public IFillSymbol getAoiFillSymbol() throws java.io.IOException, AutomationException
getAoiFillSymbol
in interface IOverview
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAoiFillSymbol(IFillSymbol symbol) throws java.io.IOException, AutomationException
setAoiFillSymbol
in interface IOverview
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.public ILayer getOverlayGridLayer() throws java.io.IOException, AutomationException
getOverlayGridLayer
in interface IOverview
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverlayGridLayer(ILayer layer) throws java.io.IOException, AutomationException
setOverlayGridLayer
in interface IOverview
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.public ITextSymbol getOverlayGridLabelSymbol() throws java.io.IOException, AutomationException
getOverlayGridLabelSymbol
in interface IOverview
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverlayGridLabelSymbol(ITextSymbol symbol) throws java.io.IOException, AutomationException
setOverlayGridLabelSymbol
in interface IOverview
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.public void setOverlayGridCell(int gridLayerFid) throws java.io.IOException, AutomationException
setOverlayGridCell
in interface IOverview
gridLayerFid
- The gridLayerFid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateDisplay(int windowWidth, int windowHeight) throws java.io.IOException, AutomationException
updateDisplay
in interface IOverview
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 |