|
|||||||||
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.IMapInsetProxy
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
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.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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMapInsetProxy(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 IMapInsetProxy()
public IMapInsetProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapInsetProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapInsetProxy(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 IEnvelope getMapBounds() throws java.io.IOException, AutomationException
getMapBounds
in interface IMapInset
java.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 IMapInset
bounds
- 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 IMapInset
java.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 IMapInset
visibleBounds
- 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 IMapInset
java.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 IMapInset
isLive
- 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 IMapInset
java.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 IMapInset
java.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 IMapInset
percent
- 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 IMapInset
java.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 IMapInset
scale
- 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 IMapInset
java.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 IMapInset
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 |