|
|||||||||
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.IMapClipOptionsProxy
Description: 'Provides access to the Map's clipping 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 IMapClipOptionsProxy
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.IMapClipOptions |
---|
IID, IID49522374_ec8e_4c1a_ba3b_2a4cc963652c |
Constructor Summary | |
---|---|
|
IMapClipOptionsProxy()
Deprecated. For internal use only |
|
IMapClipOptionsProxy(java.lang.Object obj)
Deprecated. |
protected |
IMapClipOptionsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapClipOptionsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapClipOptionsProxy(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. |
IBorder |
getClipBorder()
Deprecated. An optional border drawn around ClipGeometry. |
java.lang.Object |
getClipData()
Deprecated. Sets or returns extended clip type data, i.e., other Map when type is esriMapClipMapExtent. |
ISet |
getClipFilter()
Deprecated. Sets or returns the set of layers that will be excluded from clipping. |
IGeometry |
getClipGeometry()
Deprecated. A shape that layers in the map are clipped to. |
int |
getClipType()
Deprecated. Method used to clip layers in map. |
boolean |
isClipGridAndGraticules()
Deprecated. Clip grids and grticules to data extent |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setClipBorder(IBorder border)
Deprecated. An optional border drawn around ClipGeometry. |
void |
setClipData(java.lang.Object data)
Deprecated. Sets or returns extended clip type data, i.e., other Map when type is esriMapClipMapExtent. |
void |
setClipFilter(ISet layers)
Deprecated. Sets or returns the set of layers that will be excluded from clipping. |
void |
setClipGeometry(IGeometry clipGeometry)
Deprecated. A shape that layers in the map are clipped to. |
void |
setClipGridAndGraticules(boolean pClipGridAndGraticules)
Deprecated. Clip grids and grticules to data extent |
void |
setClipType(int type)
Deprecated. Method used to clip layers in map. |
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 IMapClipOptionsProxy(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 IMapClipOptionsProxy()
public IMapClipOptionsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapClipOptionsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapClipOptionsProxy(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 getClipType() throws java.io.IOException, AutomationException
getClipType
in interface IMapClipOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipType(int type) throws java.io.IOException, AutomationException
setClipType
in interface IMapClipOptions
type
- A com.esri.arcgis.carto.esriMapClipType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getClipData() throws java.io.IOException, AutomationException
getClipData
in interface IMapClipOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipData(java.lang.Object data) throws java.io.IOException, AutomationException
setClipData
in interface IMapClipOptions
data
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getClipGeometry() throws java.io.IOException, AutomationException
getClipGeometry
in interface IMapClipOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipGeometry(IGeometry clipGeometry) throws java.io.IOException, AutomationException
setClipGeometry
in interface IMapClipOptions
clipGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IBorder getClipBorder() throws java.io.IOException, AutomationException
getClipBorder
in interface IMapClipOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipBorder(IBorder border) throws java.io.IOException, AutomationException
setClipBorder
in interface IMapClipOptions
border
- A reference to a com.esri.arcgis.carto.IBorder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISet getClipFilter() throws java.io.IOException, AutomationException
getClipFilter
in interface IMapClipOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipFilter(ISet layers) throws java.io.IOException, AutomationException
setClipFilter
in interface IMapClipOptions
layers
- A reference to a com.esri.arcgis.system.ISet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipGridAndGraticules(boolean pClipGridAndGraticules) throws java.io.IOException, AutomationException
setClipGridAndGraticules
in interface IMapClipOptions
pClipGridAndGraticules
- The pClipGridAndGraticules (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isClipGridAndGraticules() throws java.io.IOException, AutomationException
isClipGridAndGraticules
in interface IMapClipOptions
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 |