com.esri.arcgis.carto
Class IOverview2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMapSurroundProxy
          extended by com.esri.arcgis.carto.IOverview2Proxy
All Implemented Interfaces:
IMapSurround, IOverview2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IOverview2'. 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 =

public class IOverview2Proxy
extends IMapSurroundProxy
implements IOverview2, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.IOverview2
IID, IID1bd83797_6dbc_43d1_a642_19a22185acac
 
Fields inherited from interface com.esri.arcgis.carto.IMapSurround
IIDfe3115e9_ed6c_11d0_8683_0000f8751720
 
Constructor Summary
  IOverview2Proxy()
          Deprecated. For internal use only
  IOverview2Proxy(java.lang.Object obj)
          Deprecated.  
protected IOverview2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IOverview2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IOverview2Proxy(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.
 IColor getBackgroundColor()
          Deprecated. Background color of the overview.
 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 setBackgroundColor(IColor color)
          Deprecated. Background color of the overview.
 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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IOverview2Proxy

public IOverview2Proxy(java.lang.String CLSID,
                       java.lang.String host,
                       com.esri.arcgis.interop.AuthInfo authInfo)
                throws java.net.UnknownHostException,
                       java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IOverview2Proxy

public IOverview2Proxy()
Deprecated. 
For internal use only


IOverview2Proxy

public IOverview2Proxy(java.lang.Object obj)
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IOverview2Proxy

protected IOverview2Proxy(java.lang.Object obj,
                          java.lang.String iid)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IOverview2Proxy

protected IOverview2Proxy(java.lang.String CLSID,
                          java.lang.String iid,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IMapSurroundProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IMapSurroundProxy
Throws:
java.io.IOException

getAoiFillSymbol

public IFillSymbol getAoiFillSymbol()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Fill symbol used to display the area of interest.

Specified by:
getAoiFillSymbol in interface IOverview2
Returns:
A reference to a com.esri.arcgis.display.IFillSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAoiFillSymbol

public void setAoiFillSymbol(IFillSymbol symbol)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Fill symbol used to display the area of interest.

Specified by:
setAoiFillSymbol in interface IOverview2
Parameters:
symbol - A reference to a com.esri.arcgis.display.IFillSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOverlayGridLayer

public ILayer getOverlayGridLayer()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Overlay grid layer for the overview.

Specified by:
getOverlayGridLayer in interface IOverview2
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverlayGridLayer

public void setOverlayGridLayer(ILayer layer)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Overlay grid layer for the overview.

Specified by:
setOverlayGridLayer in interface IOverview2
Parameters:
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOverlayGridLabelSymbol

public ITextSymbol getOverlayGridLabelSymbol()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Text symbol used to label overlay grid cells with the layer's display field.

Specified by:
getOverlayGridLabelSymbol in interface IOverview2
Returns:
A reference to a com.esri.arcgis.display.ITextSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverlayGridLabelSymbol

public void setOverlayGridLabelSymbol(ITextSymbol symbol)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Text symbol used to label overlay grid cells with the layer's display field.

Specified by:
setOverlayGridLabelSymbol in interface IOverview2
Parameters:
symbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverlayGridCell

public void setOverlayGridCell(int gridLayerFid)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Sets the extent of the associated map to the specified overlay grid cell.

Specified by:
setOverlayGridCell in interface IOverview2
Parameters:
gridLayerFid - The gridLayerFid (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateDisplay

public void updateDisplay(int windowWidth,
                          int windowHeight)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Updates the display of the overview based upon the associated map's current settings.

Specified by:
updateDisplay in interface IOverview2
Parameters:
windowWidth - The windowWidth (in)
windowHeight - The windowHeight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackgroundColor

public IColor getBackgroundColor()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Background color of the overview.

Specified by:
getBackgroundColor in interface IOverview2
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundColor

public void setBackgroundColor(IColor color)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Background color of the overview.

Specified by:
setBackgroundColor in interface IOverview2
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.