|
|||||||||
| 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.IRasterSpatialSelectionProxy
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
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.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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IRasterSpatialSelectionProxy(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.IOExceptionpublic IRasterSpatialSelectionProxy()
public IRasterSpatialSelectionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IRasterSpatialSelectionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IRasterSpatialSelectionProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void init(boolean bInit,
java.lang.String fileFullName,
int fileFormat)
throws java.io.IOException,
AutomationException
init in interface IRasterSpatialSelectionbInit - 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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawSpatialSelection(IDisplay pDisplay,
ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
drawSpatialSelection in interface IRasterSpatialSelectionpDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRasterDataset getMaskRasterDataset()
throws java.io.IOException,
AutomationException
getMaskRasterDataset in interface IRasterSpatialSelectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaskRasterDatasetByRef(IRasterDataset ppRasterDataset)
throws java.io.IOException,
AutomationException
setMaskRasterDatasetByRef in interface IRasterSpatialSelectionppRasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void maskWriteBitmap(ITrackCancel trackCancel,
tagRECT pRect,
int op,
java.lang.Object vBytes,
boolean byBits)
throws java.io.IOException,
AutomationException
maskWriteBitmap in interface IRasterSpatialSelectiontrackCancel - 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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void maskReadBitmap(ITrackCancel trackCancel,
tagRECT pRect,
java.lang.Object vBytes,
boolean byBits)
throws java.io.IOException,
AutomationException
maskReadBitmap in interface IRasterSpatialSelectiontrackCancel - 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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void maskDrawPolyRect(ITrackCancel trackCancel,
java.lang.Object vRects,
int op)
throws java.io.IOException,
AutomationException
maskDrawPolyRect in interface IRasterSpatialSelectiontrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)vRects - A Variant (in)op - A com.esri.arcgis.carto.esriRasterSelectionMaskOp constant (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 | ||||||||