|
|||||||||
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.IMapAutoExtentOptionsProxy
Description: 'Provides access to the Map's auto extent options.' 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 IMapAutoExtentOptionsProxy
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.IMapAutoExtentOptions |
---|
IID, IIDe5461b30_c74f_47f0_bdf3_65898ac2b622 |
Constructor Summary | |
---|---|
|
IMapAutoExtentOptionsProxy()
Deprecated. For internal use only |
|
IMapAutoExtentOptionsProxy(java.lang.Object obj)
Deprecated. |
protected |
IMapAutoExtentOptionsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapAutoExtentOptionsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapAutoExtentOptionsProxy(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. |
IEnvelope |
getAutoExtentBounds()
Deprecated. The bounds of the map displayed by the frame. |
IFeatureLayer |
getAutoExtentLayer()
Deprecated. Auto extent features. |
IMap |
getAutoExtentMap()
Deprecated. Auto extent map. |
double |
getAutoExtentMargin()
Deprecated. Auto extent margin. |
int |
getAutoExtentMarginUnits()
Deprecated. Auto extent margin units. |
double |
getAutoExtentScale()
Deprecated. The scale at which the map should be displayed. |
int |
getAutoExtentType()
Deprecated. The way in which the map extent of the frame is specified. |
void |
getLockedPan(boolean[] flag)
Deprecated. Check if the map can be panned. |
void |
getLockedZoom(boolean[] flag)
Deprecated. Check if the map can be zoomed. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAutoExtentBounds(IEnvelope bounds)
Deprecated. The bounds of the map displayed by the frame. |
void |
setAutoExtentLayerByRef(IFeatureLayer layer)
Deprecated. Auto extent features. |
void |
setAutoExtentMapByRef(IMap map)
Deprecated. Auto extent map. |
void |
setAutoExtentMargin(double margin)
Deprecated. Auto extent margin. |
void |
setAutoExtentMarginUnits(int units)
Deprecated. Auto extent margin units. |
void |
setAutoExtentScale(double scale)
Deprecated. The scale at which the map should be displayed. |
void |
setAutoExtentType(int type)
Deprecated. The way in which the map extent of the frame is specified. |
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 IMapAutoExtentOptionsProxy(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 IMapAutoExtentOptionsProxy()
public IMapAutoExtentOptionsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapAutoExtentOptionsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapAutoExtentOptionsProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getAutoExtentType() throws java.io.IOException, AutomationException
getAutoExtentType
in interface IMapAutoExtentOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoExtentType(int type) throws java.io.IOException, AutomationException
setAutoExtentType
in interface IMapAutoExtentOptions
type
- A com.esri.arcgis.carto.esriExtentTypeEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getAutoExtentScale() throws java.io.IOException, AutomationException
getAutoExtentScale
in interface IMapAutoExtentOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoExtentScale(double scale) throws java.io.IOException, AutomationException
setAutoExtentScale
in interface IMapAutoExtentOptions
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getAutoExtentBounds() throws java.io.IOException, AutomationException
getAutoExtentBounds
in interface IMapAutoExtentOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoExtentBounds(IEnvelope bounds) throws java.io.IOException, AutomationException
setAutoExtentBounds
in interface IMapAutoExtentOptions
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 IMap getAutoExtentMap() throws java.io.IOException, AutomationException
getAutoExtentMap
in interface IMapAutoExtentOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoExtentMapByRef(IMap map) throws java.io.IOException, AutomationException
setAutoExtentMapByRef
in interface IMapAutoExtentOptions
map
- A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getAutoExtentMargin() throws java.io.IOException, AutomationException
getAutoExtentMargin
in interface IMapAutoExtentOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoExtentMargin(double margin) throws java.io.IOException, AutomationException
setAutoExtentMargin
in interface IMapAutoExtentOptions
margin
- The margin (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAutoExtentMarginUnits() throws java.io.IOException, AutomationException
getAutoExtentMarginUnits
in interface IMapAutoExtentOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoExtentMarginUnits(int units) throws java.io.IOException, AutomationException
setAutoExtentMarginUnits
in interface IMapAutoExtentOptions
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureLayer getAutoExtentLayer() throws java.io.IOException, AutomationException
getAutoExtentLayer
in interface IMapAutoExtentOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoExtentLayerByRef(IFeatureLayer layer) throws java.io.IOException, AutomationException
setAutoExtentLayerByRef
in interface IMapAutoExtentOptions
layer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getLockedZoom(boolean[] flag) throws java.io.IOException, AutomationException
getLockedZoom
in interface IMapAutoExtentOptions
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getLockedPan(boolean[] flag) throws java.io.IOException, AutomationException
getLockedPan
in interface IMapAutoExtentOptions
flag
- The flag (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 |