com.esri.arcgis.datasourcesraster
Class IRasterWorkspace3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRasterWorkspace3Proxy
All Implemented Interfaces:
IRasterWorkspace3, Externalizable, Serializable

public class IRasterWorkspace3Proxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterWorkspace3, Serializable

Provides access to additional members that control a raster workspace.

Remarks

IRasterWorkspace3 is used to read inMemory raster byte arrays.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IRasterWorkspace3Proxy()
           
  IRasterWorkspace3Proxy(Object obj)
           
protected IRasterWorkspace3Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IRasterDataset openRasterDatasetFromBytes(byte[] ppBytes, boolean copy)
          Opens a RasterDataset from an in-memry image.
 void removeListener(String iidStr, Object theListener)
           
 
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

noncastable

public boolean noncastable
Constructor Detail

IRasterWorkspace3Proxy

public IRasterWorkspace3Proxy()

IRasterWorkspace3Proxy

public IRasterWorkspace3Proxy(Object obj)
                       throws IOException
Throws:
IOException

IRasterWorkspace3Proxy

protected IRasterWorkspace3Proxy(Object obj,
                                 String iid)
                          throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

openRasterDatasetFromBytes

public IRasterDataset openRasterDatasetFromBytes(byte[] ppBytes,
                                                 boolean copy)
                                          throws IOException,
                                                 AutomationException
Opens a RasterDataset from an in-memry image.

Remarks

This method is used to open a RasterDataset from bytes, an in-memory image, which is normally created from RasterExplorter or IRasterWorkspace2::CreateRasterDataset with "MEM" string.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
openRasterDatasetFromBytes in interface IRasterWorkspace3
Parameters:
ppBytes - An unsigned byte (in)
copy - The copy (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.