|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IMapInset2Proxy
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 IMapInset2Proxy
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.IMapInset2 |
|---|
IID, IID6dfae8f2_ecaa_11d0_8682_0000f8751720 |
| Constructor Summary | |
|---|---|
|
IMapInset2Proxy()
Deprecated. For internal use only |
|
IMapInset2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IMapInset2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapInset2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapInset2Proxy(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. |
void |
getDeviceFrame(int[] left,
int[] top,
int[] right,
int[] bottom)
Deprecated. Pixel extent of the inset. |
IEnvelope |
getFullExtent()
Deprecated. The maximum extent shown by the inset. |
IEnvelope |
getMapBounds()
Deprecated. The relative position of the inset to the associated map (used when the inset is live). |
double |
getReferenceScale()
Deprecated. Reference scale of the inset. |
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 |
setDeviceFrame(int left,
int top,
int right,
int bottom)
Deprecated. Pixel extent of the inset. |
void |
setFullExtent(IEnvelope fullExtent)
Deprecated. The maximum extent shown by the inset. |
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 |
setReferenceScale(double refScale)
Deprecated. Reference scale of the inset. |
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.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 |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IMapInset2Proxy(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.IOExceptionpublic IMapInset2Proxy()
public IMapInset2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IMapInset2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IMapInset2Proxy(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 com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public IEnvelope getMapBounds()
throws java.io.IOException,
AutomationException
getMapBounds in interface IMapInset2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMapBounds(IEnvelope bounds)
throws java.io.IOException,
AutomationException
setMapBounds in interface IMapInset2bounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getVisibleBounds()
throws java.io.IOException,
AutomationException
getVisibleBounds in interface IMapInset2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisibleBounds(IEnvelope visibleBounds)
throws java.io.IOException,
AutomationException
setVisibleBounds in interface IMapInset2visibleBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLive()
throws java.io.IOException,
AutomationException
isLive in interface IMapInset2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsLive(boolean isLive)
throws java.io.IOException,
AutomationException
setIsLive in interface IMapInset2isLive - The isLive (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUsingZoomScale()
throws java.io.IOException,
AutomationException
isUsingZoomScale in interface IMapInset2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getZoomPercent()
throws java.io.IOException,
AutomationException
getZoomPercent in interface IMapInset2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setZoomPercent(double percent)
throws java.io.IOException,
AutomationException
setZoomPercent in interface IMapInset2percent - The percent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getZoomScale()
throws java.io.IOException,
AutomationException
getZoomScale in interface IMapInset2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setZoomScale(double scale)
throws java.io.IOException,
AutomationException
setZoomScale in interface IMapInset2scale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IMapInset2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void calculateVisibleBounds()
throws java.io.IOException,
AutomationException
calculateVisibleBounds in interface IMapInset2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getFullExtent()
throws java.io.IOException,
AutomationException
getFullExtent in interface IMapInset2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFullExtent(IEnvelope fullExtent)
throws java.io.IOException,
AutomationException
setFullExtent in interface IMapInset2fullExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getReferenceScale()
throws java.io.IOException,
AutomationException
getReferenceScale in interface IMapInset2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReferenceScale(double refScale)
throws java.io.IOException,
AutomationException
setReferenceScale in interface IMapInset2refScale - The refScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getDeviceFrame(int[] left,
int[] top,
int[] right,
int[] bottom)
throws java.io.IOException,
AutomationException
getDeviceFrame in interface IMapInset2left - The left (out: use single element array)top - The top (out: use single element array)right - The right (out: use single element array)bottom - The bottom (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDeviceFrame(int left,
int top,
int right,
int bottom)
throws java.io.IOException,
AutomationException
setDeviceFrame in interface IMapInset2left - The left (in)top - The top (in)right - The right (in)bottom - The bottom (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 | ||||||||