com.esri.arcgis.geodatabase
Class IRasterDataset3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRasterDatasetProxy
          extended by com.esri.arcgis.geodatabase.IRasterDataset2Proxy
              extended by com.esri.arcgis.geodatabase.IRasterDataset3Proxy
All Implemented Interfaces:
IRasterDataset, IRasterDataset2, IRasterDataset3, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control a RasterDataset.' 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 IRasterDataset3Proxy
extends IRasterDataset2Proxy
implements IRasterDataset3, 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.geodatabase.IRasterDataset3
IID, IID2c046294_251c_43b4_8cff_d80c24dec088
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterDataset2
IID76aa6a59_25b4_4f26_9079_7a634759fed9
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterDataset
IID7aca3d01_0629_11d2_8d24_0000f8780535
 
Constructor Summary
  IRasterDataset3Proxy()
          Deprecated. For internal use only
  IRasterDataset3Proxy(java.lang.Object obj)
          Deprecated.  
protected IRasterDataset3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterDataset3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterDataset3Proxy(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.  
 int getBlockHeight()
          Deprecated. The native block height.
 int getBlockWidth()
          Deprecated. The native block width.
 int getFirstPyramidLevel()
          Deprecated. The first available pyramid level.
 IRasterLODInfos getLODInfos()
          Deprecated. The custom LOD infos.
 int getMaximumPyramidLevel()
          Deprecated. The maximum available pyramid level.
 boolean isCanWrite()
          Deprecated. Indicates if this RasterDataset is writable.
 void read(IPnt tlc, IRaster raster, IPixelBlock pixelBlock)
          Deprecated. Reads a block of pixels starting from the top left corner.
 void readPyramid(IPnt tlc, int pyramidLevel, IRaster raster, IPixelBlock pixelBlock)
          Deprecated. Reads a block of pixels at a given pyramid level.
 void refresh()
          Deprecated. Refreshes opened RasterDataset.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void write(IPnt tlc, IRaster raster, int mode, IPixelBlock pixelBlock)
          Deprecated. Writes a block of pixels starting from the top left corner.
 
Methods inherited from class com.esri.arcgis.geodatabase.IRasterDataset2Proxy
createFullRaster, createRaster, isEmpty
 
Methods inherited from class com.esri.arcgis.geodatabase.IRasterDatasetProxy
basicOpenFromFile, canCopy, copy, createDefaultRaster, getCompleteName, getCompressionType, getFormat, getSensorType, openFromFile, precalculateStats
 
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
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDataset2
createFullRaster, createRaster, isEmpty
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDataset
basicOpenFromFile, canCopy, copy, createDefaultRaster, getCompleteName, getCompressionType, getFormat, getSensorType, openFromFile, precalculateStats
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterDataset3Proxy

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

IRasterDataset3Proxy

public IRasterDataset3Proxy()
Deprecated. 
For internal use only


IRasterDataset3Proxy

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

IRasterDataset3Proxy

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

IRasterDataset3Proxy

protected IRasterDataset3Proxy(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 IRasterDataset2Proxy
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 IRasterDataset2Proxy
Throws:
java.io.IOException

getBlockWidth

public int getBlockWidth()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The native block width.

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

getBlockHeight

public int getBlockHeight()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The native block height.

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

getMaximumPyramidLevel

public int getMaximumPyramidLevel()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The maximum available pyramid level.

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

getFirstPyramidLevel

public int getFirstPyramidLevel()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The first available pyramid level.

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

getLODInfos

public IRasterLODInfos getLODInfos()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The custom LOD infos.

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

isCanWrite

public boolean isCanWrite()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if this RasterDataset is writable.

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

read

public void read(IPnt tlc,
                 IRaster raster,
                 IPixelBlock pixelBlock)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Reads a block of pixels starting from the top left corner.

Specified by:
read in interface IRasterDataset3
Parameters:
tlc - A reference to a com.esri.arcgis.geodatabase.IPnt (in)
raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
pixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

write

public void write(IPnt tlc,
                  IRaster raster,
                  int mode,
                  IPixelBlock pixelBlock)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Writes a block of pixels starting from the top left corner.

Specified by:
write in interface IRasterDataset3
Parameters:
tlc - A reference to a com.esri.arcgis.geodatabase.IPnt (in)
raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
mode - A com.esri.arcgis.geodatabase.esriRasterWriteMode constant (in)
pixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refresh

public void refresh()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Refreshes opened RasterDataset.

Specified by:
refresh in interface IRasterDataset3
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

readPyramid

public void readPyramid(IPnt tlc,
                        int pyramidLevel,
                        IRaster raster,
                        IPixelBlock pixelBlock)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Reads a block of pixels at a given pyramid level.

Specified by:
readPyramid in interface IRasterDataset3
Parameters:
tlc - A reference to a com.esri.arcgis.geodatabase.IPnt (in)
pyramidLevel - The pyramidLevel (in)
raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
pixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.