com.esri.arcgis.geodatabase
Class IDERasterBandProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IDERasterBandProxy
All Implemented Interfaces:
IDERasterBand, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to the RasterBand Data Element.' 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 IDERasterBandProxy
extends com.esri.arcgis.interop.Dispatch
implements IDERasterBand, 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.IDERasterBand
IID, IID6cb0daf7_1e85_4822_850a_297f0fb76b1f
 
Constructor Summary
  IDERasterBandProxy()
          Deprecated. For internal use only
  IDERasterBandProxy(java.lang.Object obj)
          Deprecated.  
protected IDERasterBandProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDERasterBandProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDERasterBandProxy(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 getHeight()
          Deprecated. Number of Rows.
 double getMeanCellHeight()
          Deprecated. The approximate cell height of the raster.
 double getMeanCellWidth()
          Deprecated. The approximate cell width of the raster.
 java.lang.Object getNoDataValue()
          Deprecated. Data value used to indicate invalid or excluded data.
 int getPixelType()
          Deprecated. Data type of the pixels.
 int getPrimaryField()
          Deprecated. The primary field of the table.
 int getTableType()
          Deprecated. The class names of the table.
 int getWidth()
          Deprecated. Number of Columns.
 boolean isInteger()
          Deprecated. Indicates if the data is integer.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setHeight(int pVal)
          Deprecated. Number of Rows.
 void setIsInteger(boolean isInteger)
          Deprecated. Indicates if the data is integer.
 void setMeanCellHeight(double cellHeight)
          Deprecated. The approximate cell height of the raster.
 void setMeanCellWidth(double cellWidth)
          Deprecated. The approximate cell width of the raster.
 void setNoDataValue(java.lang.Object pVal)
          Deprecated. Data value used to indicate invalid or excluded data.
 void setPixelType(int pVal)
          Deprecated. Data type of the pixels.
 void setPrimaryField(int fieldIndex)
          Deprecated. The primary field of the table.
 void setTableType(int type)
          Deprecated. The class names of the table.
 void setWidth(int pVal)
          Deprecated. Number of Columns.
 
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

IDERasterBandProxy

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

IDERasterBandProxy

public IDERasterBandProxy()
Deprecated. 
For internal use only


IDERasterBandProxy

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

IDERasterBandProxy

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

IDERasterBandProxy

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

getWidth

public int getWidth()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Number of Columns.

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

setWidth

public void setWidth(int pVal)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Number of Columns.

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

getHeight

public int getHeight()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Number of Rows.

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

setHeight

public void setHeight(int pVal)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Number of Rows.

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

getPixelType

public int getPixelType()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Data type of the pixels.

Specified by:
getPixelType in interface IDERasterBand
Returns:
A com.esri.arcgis.geodatabase.rstPixelType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelType

public void setPixelType(int pVal)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Data type of the pixels.

Specified by:
setPixelType in interface IDERasterBand
Parameters:
pVal - 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.

getNoDataValue

public java.lang.Object getNoDataValue()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Data value used to indicate invalid or excluded data.

Specified by:
getNoDataValue in interface IDERasterBand
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoDataValue

public void setNoDataValue(java.lang.Object pVal)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Data value used to indicate invalid or excluded data.

Specified by:
setNoDataValue in interface IDERasterBand
Parameters:
pVal - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMeanCellHeight

public double getMeanCellHeight()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The approximate cell height of the raster.

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

getMeanCellWidth

public double getMeanCellWidth()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The approximate cell width of the raster.

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

setMeanCellHeight

public void setMeanCellHeight(double cellHeight)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The approximate cell height of the raster.

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

setMeanCellWidth

public void setMeanCellWidth(double cellWidth)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The approximate cell width of the raster.

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

isInteger

public boolean isInteger()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the data is integer.

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

setIsInteger

public void setIsInteger(boolean isInteger)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the data is integer.

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

getTableType

public int getTableType()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The class names of the table.

Specified by:
getTableType in interface IDERasterBand
Returns:
A com.esri.arcgis.geodatabase.esriRasterTableTypeEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableType

public void setTableType(int type)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The class names of the table.

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

getPrimaryField

public int getPrimaryField()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The primary field of the table.

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

setPrimaryField

public void setPrimaryField(int fieldIndex)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The primary field of the table.

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