com.esri.arcgis.geoprocessing
Class IGPRasterLayerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPRasterLayerProxy
All Implemented Interfaces:
IGPRasterLayer, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing raster layer object.' 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 IGPRasterLayerProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPRasterLayer, 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.geoprocessing.IGPRasterLayer
IID, IID9d08ed26_ab4c_45d5_9f4e_32677670f7a0
 
Constructor Summary
  IGPRasterLayerProxy()
          Deprecated. For internal use only
  IGPRasterLayerProxy(java.lang.Object obj)
          Deprecated.  
protected IGPRasterLayerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPRasterLayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPRasterLayerProxy(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 getBandCount()
          Deprecated. The number of bands in the raster layer object.
 int getColumnCount()
          Deprecated. The number of columns of the raster layer object.
 IField getField()
          Deprecated. The field of the raster layer.
 double getPixelHeight()
          Deprecated. The pixel height of the raster layer object.
 double getPixelWidth()
          Deprecated. The pixel width of the raster layer object.
 int getRowCount()
          Deprecated. The row count of the raster layer object.
 java.lang.String getWhereClause()
          Deprecated. The where clause of the raster layer.
 boolean isInteger()
          Deprecated. Indicates whether or not the raster layer is of integer type.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBandCount(int bandCount)
          Deprecated. The number of bands in the raster layer object.
 void setFieldByRef(IField ppField)
          Deprecated. The field of the raster layer.
 void setIsInteger(boolean isInteger)
          Deprecated. Indicates whether or not the raster layer is of integer type.
 void setPixelHeight(double pixelHeight)
          Deprecated. The pixel height of the raster layer object.
 void setPixelWidth(double pixelWidth)
          Deprecated. The pixel width of the raster layer object.
 void setWhereClause(java.lang.String pWhereClause)
          Deprecated. The where clause of the raster layer.
 
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

IGPRasterLayerProxy

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

IGPRasterLayerProxy

public IGPRasterLayerProxy()
Deprecated. 
For internal use only


IGPRasterLayerProxy

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

IGPRasterLayerProxy

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

IGPRasterLayerProxy

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

getField

public IField getField()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The field of the raster layer.

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

setFieldByRef

public void setFieldByRef(IField ppField)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The field of the raster layer.

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

getWhereClause

public java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The where clause of the raster layer.

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

setWhereClause

public void setWhereClause(java.lang.String pWhereClause)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The where clause of the raster layer.

Specified by:
setWhereClause in interface IGPRasterLayer
Parameters:
pWhereClause - The pWhereClause (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 whether or not the raster layer is of integer type.

Specified by:
isInteger in interface IGPRasterLayer
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 whether or not the raster layer is of integer type.

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

getBandCount

public int getBandCount()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The number of bands in the raster layer object.

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

setBandCount

public void setBandCount(int bandCount)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The number of bands in the raster layer object.

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

getPixelWidth

public double getPixelWidth()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The pixel width of the raster layer object.

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

setPixelWidth

public void setPixelWidth(double pixelWidth)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The pixel width of the raster layer object.

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

getPixelHeight

public double getPixelHeight()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The pixel height of the raster layer object.

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

setPixelHeight

public void setPixelHeight(double pixelHeight)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The pixel height of the raster layer object.

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

getRowCount

public int getRowCount()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The row count of the raster layer object.

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

getColumnCount

public int getColumnCount()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The number of columns of the raster layer object.

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