com.esri.arcgis.carto
Class IMapInsetProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IMapInset'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the inset map surrounds.' 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 IMapInsetProxy
extends IMapSurroundProxy
implements IMapInset, 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.IMapInset
IID, IID6dfae8f1_ecaa_11d0_8682_0000f8751720
 
Fields inherited from interface com.esri.arcgis.carto.IMapSurround
IIDfe3115e9_ed6c_11d0_8683_0000f8751720
 
Constructor Summary
  IMapInsetProxy()
          Deprecated. For internal use only
  IMapInsetProxy(java.lang.Object obj)
          Deprecated.  
protected IMapInsetProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMapInsetProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMapInsetProxy(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.  
 void calculateVisibleBounds()
          Deprecated. Calculates the visible bounds by applying the zoom or scale parameter to MapBounds (used when snapshot is false).
 java.lang.String getDescription()
          Deprecated. Description reflecting the current settings of the MapInset.
 IEnvelope getMapBounds()
          Deprecated. The relative position of the inset to the associated map (used when the inset is live).
 IEnvelope getVisibleBounds()
          Deprecated. The map extent shown by the inset (used when the inset is not live).
 double getZoomPercent()
          Deprecated. Zoom amount as a percentage.
 double getZoomScale()
          Deprecated. The zoom amount as an absolute Scale (i.e., 1:20000).
 boolean isLive()
          Deprecated. Indicates if the inset shows a live view of the underlying map.
 boolean isUsingZoomScale()
          Deprecated. Indicates if ZoomScale or ZoomPercent is being used.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setIsLive(boolean isLive)
          Deprecated. Indicates if the inset shows a live view of the underlying map.
 void setMapBounds(IEnvelope bounds)
          Deprecated. The relative position of the inset to the associated map (used when the inset is live).
 void setVisibleBounds(IEnvelope visibleBounds)
          Deprecated. The map extent shown by the inset (used when the inset is not live).
 void setZoomPercent(double percent)
          Deprecated. Zoom amount as a percentage.
 void setZoomScale(double scale)
          Deprecated. The zoom amount as an absolute Scale (i.e., 1:20000).
 
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

IMapInsetProxy

public IMapInsetProxy(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

IMapInsetProxy

public IMapInsetProxy()
Deprecated. 
For internal use only


IMapInsetProxy

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

IMapInsetProxy

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

IMapInsetProxy

protected IMapInsetProxy(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

getMapBounds

public IEnvelope getMapBounds()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The relative position of the inset to the associated map (used when the inset is live). The zoom amount is applied to this rectangle to determine the visible bounds that is actually drawn.

Specified by:
getMapBounds in interface IMapInset
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapBounds

public void setMapBounds(IEnvelope bounds)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The relative position of the inset to the associated map (used when the inset is live). The zoom amount is applied to this rectangle to determine the visible bounds that is actually drawn.

Specified by:
setMapBounds in interface IMapInset
Parameters:
bounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVisibleBounds

public IEnvelope getVisibleBounds()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The map extent shown by the inset (used when the inset is not live).

Specified by:
getVisibleBounds in interface IMapInset
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVisibleBounds

public void setVisibleBounds(IEnvelope visibleBounds)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The map extent shown by the inset (used when the inset is not live).

Specified by:
setVisibleBounds in interface IMapInset
Parameters:
visibleBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLive

public boolean isLive()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if the inset shows a live view of the underlying map. False means a snapshot of the underlying map is taken at the time the flag is changed.

Specified by:
isLive in interface IMapInset
Returns:
The isLive
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsLive

public void setIsLive(boolean isLive)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if the inset shows a live view of the underlying map. False means a snapshot of the underlying map is taken at the time the flag is changed.

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

isUsingZoomScale

public boolean isUsingZoomScale()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if ZoomScale or ZoomPercent is being used. The one specified last is being used.

Specified by:
isUsingZoomScale in interface IMapInset
Returns:
The usingZoomScale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZoomPercent

public double getZoomPercent()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Zoom amount as a percentage. 100 means show the underlying map at normal size.

Specified by:
getZoomPercent in interface IMapInset
Returns:
The percent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZoomPercent

public void setZoomPercent(double percent)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Zoom amount as a percentage. 100 means show the underlying map at normal size.

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

getZoomScale

public double getZoomScale()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The zoom amount as an absolute Scale (i.e., 1:20000).

Specified by:
getZoomScale in interface IMapInset
Returns:
The scale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZoomScale

public void setZoomScale(double scale)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The zoom amount as an absolute Scale (i.e., 1:20000).

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

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Description reflecting the current settings of the MapInset.

Specified by:
getDescription in interface IMapInset
Returns:
The title
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

calculateVisibleBounds

public void calculateVisibleBounds()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Calculates the visible bounds by applying the zoom or scale parameter to MapBounds (used when snapshot is false).

Specified by:
calculateVisibleBounds in interface IMapInset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.