com.esri.arcgis.carto
Class IRasterSpatialSelectionProxy

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

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

Description: 'Provides access to members that control the behavior of the spatial selection.' 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 IRasterSpatialSelectionProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterSpatialSelection, 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.IRasterSpatialSelection
IID, IID9466d4e6_937d_40c6_8709_56eb94c3c9b5
 
Constructor Summary
  IRasterSpatialSelectionProxy()
          Deprecated. For internal use only
  IRasterSpatialSelectionProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterSpatialSelectionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterSpatialSelectionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterSpatialSelectionProxy(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 drawSpatialSelection(IDisplay pDisplay, ITrackCancel pTrackCancel)
          Deprecated. Draws the current spatial selection.
 IRasterDataset getMaskRasterDataset()
          Deprecated. Reference to the current selection dataset.
 void init(boolean bInit, java.lang.String fileFullName, int fileFormat)
          Deprecated. Create or remove the selection dataset.
 void maskDrawPolyRect(ITrackCancel trackCancel, java.lang.Object vRects, int op)
          Deprecated. Perform the mask operation with the given array of rectangles.
 void maskReadBitmap(ITrackCancel trackCancel, tagRECT pRect, java.lang.Object vBytes, boolean byBits)
          Deprecated. Read pixels from selection.
 void maskWriteBitmap(ITrackCancel trackCancel, tagRECT pRect, int op, java.lang.Object vBytes, boolean byBits)
          Deprecated. Perform the mask operation with bitmask.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setMaskRasterDatasetByRef(IRasterDataset ppRasterDataset)
          Deprecated. Reference to the current selection dataset.
 
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

IRasterSpatialSelectionProxy

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

IRasterSpatialSelectionProxy

public IRasterSpatialSelectionProxy()
Deprecated. 
For internal use only


IRasterSpatialSelectionProxy

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

IRasterSpatialSelectionProxy

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

IRasterSpatialSelectionProxy

protected IRasterSpatialSelectionProxy(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

init

public void init(boolean bInit,
                 java.lang.String fileFullName,
                 int fileFormat)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Create or remove the selection dataset.

Specified by:
init in interface IRasterSpatialSelection
Parameters:
bInit - The bInit (in)
fileFullName - The fileFullName (in, optional, pass 0 if not required)
fileFormat - A com.esri.arcgis.carto.esriRasterSelectionMaskFileFormat constant (in, optional, pass 1 if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawSpatialSelection

public void drawSpatialSelection(IDisplay pDisplay,
                                 ITrackCancel pTrackCancel)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Draws the current spatial selection.

Specified by:
drawSpatialSelection in interface IRasterSpatialSelection
Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaskRasterDataset

public IRasterDataset getMaskRasterDataset()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Reference to the current selection dataset.

Specified by:
getMaskRasterDataset in interface IRasterSpatialSelection
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaskRasterDatasetByRef

public void setMaskRasterDatasetByRef(IRasterDataset ppRasterDataset)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Reference to the current selection dataset.

Specified by:
setMaskRasterDatasetByRef in interface IRasterSpatialSelection
Parameters:
ppRasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

maskWriteBitmap

public void maskWriteBitmap(ITrackCancel trackCancel,
                            tagRECT pRect,
                            int op,
                            java.lang.Object vBytes,
                            boolean byBits)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Perform the mask operation with bitmask.

Specified by:
maskWriteBitmap in interface IRasterSpatialSelection
Parameters:
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
pRect - A Structure: com.esri.arcgis.system.tagRECT (in)
op - A com.esri.arcgis.carto.esriRasterSelectionMaskOp constant (in)
vBytes - A Variant (in)
byBits - The byBits (in, optional, pass false if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

maskReadBitmap

public void maskReadBitmap(ITrackCancel trackCancel,
                           tagRECT pRect,
                           java.lang.Object vBytes,
                           boolean byBits)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Read pixels from selection.

Specified by:
maskReadBitmap in interface IRasterSpatialSelection
Parameters:
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
pRect - A Structure: com.esri.arcgis.system.tagRECT (in)
vBytes - A Variant (in)
byBits - The byBits (in, optional, pass false if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

maskDrawPolyRect

public void maskDrawPolyRect(ITrackCancel trackCancel,
                             java.lang.Object vRects,
                             int op)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Perform the mask operation with the given array of rectangles.

Specified by:
maskDrawPolyRect in interface IRasterSpatialSelection
Parameters:
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
vRects - A Variant (in)
op - A com.esri.arcgis.carto.esriRasterSelectionMaskOp constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.