com.esri.arcgis.carto
Class IMapClipOptionsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMapClipOptionsProxy
All Implemented Interfaces:
IMapClipOptions, java.io.Externalizable, java.io.Serializable

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

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
extends com.esri.arcgis.interop.Dispatch
implements IMapClipOptions, 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.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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMapClipOptionsProxy

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

IMapClipOptionsProxy

public IMapClipOptionsProxy()
Deprecated. 
For internal use only


IMapClipOptionsProxy

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

IMapClipOptionsProxy

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

IMapClipOptionsProxy

protected IMapClipOptionsProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getClipType

public int getClipType()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Method used to clip layers in map.

Specified by:
getClipType in interface IMapClipOptions
Returns:
A com.esri.arcgis.carto.esriMapClipType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClipType

public void setClipType(int type)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Method used to clip layers in map.

Specified by:
setClipType in interface IMapClipOptions
Parameters:
type - A com.esri.arcgis.carto.esriMapClipType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClipData

public java.lang.Object getClipData()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Sets or returns extended clip type data, i.e., other Map when type is esriMapClipMapExtent.

Specified by:
getClipData in interface IMapClipOptions
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClipData

public void setClipData(java.lang.Object data)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Sets or returns extended clip type data, i.e., other Map when type is esriMapClipMapExtent.

Specified by:
setClipData in interface IMapClipOptions
Parameters:
data - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClipGeometry

public IGeometry getClipGeometry()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
A shape that layers in the map are clipped to.

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

setClipGeometry

public void setClipGeometry(IGeometry clipGeometry)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
A shape that layers in the map are clipped to.

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

getClipBorder

public IBorder getClipBorder()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
An optional border drawn around ClipGeometry.

Specified by:
getClipBorder in interface IMapClipOptions
Returns:
A reference to a com.esri.arcgis.carto.IBorder
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClipBorder

public void setClipBorder(IBorder border)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
An optional border drawn around ClipGeometry.

Specified by:
setClipBorder in interface IMapClipOptions
Parameters:
border - A reference to a com.esri.arcgis.carto.IBorder (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClipFilter

public ISet getClipFilter()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Sets or returns the set of layers that will be excluded from clipping.

Specified by:
getClipFilter in interface IMapClipOptions
Returns:
A reference to a com.esri.arcgis.system.ISet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClipFilter

public void setClipFilter(ISet layers)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Sets or returns the set of layers that will be excluded from clipping.

Specified by:
setClipFilter in interface IMapClipOptions
Parameters:
layers - A reference to a com.esri.arcgis.system.ISet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClipGridAndGraticules

public void setClipGridAndGraticules(boolean pClipGridAndGraticules)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Clip grids and grticules to data extent

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

isClipGridAndGraticules

public boolean isClipGridAndGraticules()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Clip grids and grticules to data extent

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