com.esri.arcgis.datasourcesraster
Class ISimplePixelReaderProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IPixelReaderProxy
          extended by com.esri.arcgis.datasourcesraster.ISimplePixelReaderProxy
All Implemented Interfaces:
IPixelReader, ISimplePixelReader, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control a simple pixel reader.' 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 ISimplePixelReaderProxy
extends IPixelReaderProxy
implements ISimplePixelReader, 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.datasourcesraster.ISimplePixelReader
IID, IID6d4be802_e5d0_4dad_b022_b58366952794
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IPixelReader
IID8a3b7c7c_4ace_4628_8c24_f67834fa2577
 
Constructor Summary
  ISimplePixelReaderProxy()
          Deprecated. For internal use only
  ISimplePixelReaderProxy(java.lang.Object obj)
          Deprecated.  
protected ISimplePixelReaderProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISimplePixelReaderProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISimplePixelReaderProxy(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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBandCount(int rhs1)
          Deprecated. The number of source bands.
 void setCellSize(IPnt rhs1)
          Deprecated. The source original cell size.
 void setExtent(IEnvelope rhs1)
          Deprecated. The source full extent.
 void setFirstPyramidLevel(int rhs1)
          Deprecated. The first available source pyramid level.
 void setMaximumPyramidLevel(int rhs1)
          Deprecated. The maximum available source pyramid level.
 void setPixelType(int rhs1)
          Deprecated. The source pixel type.
 void setRasterByRef(IRaster rhs1)
          Deprecated. The source raster providing pixels.
 void setRawPixelReaderByRef(IRawPixelReader rhs1)
          Deprecated. The raw pixel reader callback.
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IPixelReaderProxy
getBandCount, getCellSize, getExtent, getFirstPyramidLevel, getMaximumPyramidLevel, getPixelType, getPyramidLevel, getResolution, read, setPyramidLevel, snap
 
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.datasourcesraster.IPixelReader
getBandCount, getCellSize, getExtent, getFirstPyramidLevel, getMaximumPyramidLevel, getPixelType, getPyramidLevel, getResolution, read, setPyramidLevel, snap
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISimplePixelReaderProxy

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

ISimplePixelReaderProxy

public ISimplePixelReaderProxy()
Deprecated. 
For internal use only


ISimplePixelReaderProxy

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

ISimplePixelReaderProxy

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

ISimplePixelReaderProxy

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

setPixelType

public void setPixelType(int rhs1)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The source pixel type.

Specified by:
setPixelType in interface ISimplePixelReader
Parameters:
rhs1 - A com.esri.arcgis.geodatabase.rstPixelType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBandCount

public void setBandCount(int rhs1)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The number of source bands.

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

setExtent

public void setExtent(IEnvelope rhs1)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The source full extent.

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

setCellSize

public void setCellSize(IPnt rhs1)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The source original cell size.

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

setMaximumPyramidLevel

public void setMaximumPyramidLevel(int rhs1)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The maximum available source pyramid level.

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

setFirstPyramidLevel

public void setFirstPyramidLevel(int rhs1)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The first available source pyramid level.

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

setRawPixelReaderByRef

public void setRawPixelReaderByRef(IRawPixelReader rhs1)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The raw pixel reader callback.

Specified by:
setRawPixelReaderByRef in interface ISimplePixelReader
Parameters:
rhs1 - A reference to a com.esri.arcgis.datasourcesraster.IRawPixelReader (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

public void setRasterByRef(IRaster rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The source raster providing pixels.

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