com.esri.arcgis.datasourcesraster
Class ICachedRasterFunctionArgumentsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.ICachedRasterFunctionArgumentsProxy
All Implemented Interfaces:
ICachedRasterFunctionArguments, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control Band Arithmetic function arguments.' 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 ICachedRasterFunctionArgumentsProxy
extends com.esri.arcgis.interop.Dispatch
implements ICachedRasterFunctionArguments, 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.ICachedRasterFunctionArguments
IID, IID3ccf7e76_79c5_4f18_b2e3_4b5e25d89912
 
Constructor Summary
  ICachedRasterFunctionArgumentsProxy()
          Deprecated. For internal use only
  ICachedRasterFunctionArgumentsProxy(java.lang.Object obj)
          Deprecated.  
protected ICachedRasterFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ICachedRasterFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ICachedRasterFunctionArgumentsProxy(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.  
 java.lang.String getCacheBaseName()
          Deprecated. Name used for generating the CacheFileName.
 IGeometry getClippingGeometry()
          Deprecated. The clipping geometry that defines regions of valid pixels.
 int getCompressionQuality()
          Deprecated. The compression quality.
 int getCompressionType()
          Deprecated. The compression type.
 int getMaxAllowedInputCols()
          Deprecated. The maximum number of cols allowed in the input raster for generating the cache.
 int getMaxAllowedInputRows()
          Deprecated. The maximum number of rows allowed in the input raster for generating the cache.
 java.lang.Object getRaster()
          Deprecated. The input raster.
 double getRequestSize()
          Deprecated. The request size used for resampling the item cache.
 int getRequestSizeType()
          Deprecated. The unit of the request size is determined by request size type.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCacheBaseName(java.lang.String pCacheBaseName)
          Deprecated. Name used for generating the CacheFileName.
 void setClippingGeometryByRef(IGeometry ppClippingGeometry)
          Deprecated. The clipping geometry that defines regions of valid pixels.
 void setCompressionQuality(int value)
          Deprecated. The compression quality.
 void setCompressionType(int pType)
          Deprecated. The compression type.
 void setMaxAllowedInputCols(int pCols)
          Deprecated. The maximum number of cols allowed in the input raster for generating the cache.
 void setMaxAllowedInputRows(int pRows)
          Deprecated. The maximum number of rows allowed in the input raster for generating the cache.
 void setRasterByRef(java.lang.Object ppRaster)
          Deprecated. The input raster.
 void setRequestSize(double pRequestSize)
          Deprecated. The request size used for resampling the item cache.
 void setRequestSizeType(int pRequestSizeType)
          Deprecated. The unit of the request size is determined by request size type.
 
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

ICachedRasterFunctionArgumentsProxy

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

ICachedRasterFunctionArgumentsProxy

public ICachedRasterFunctionArgumentsProxy()
Deprecated. 
For internal use only


ICachedRasterFunctionArgumentsProxy

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

ICachedRasterFunctionArgumentsProxy

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

ICachedRasterFunctionArgumentsProxy

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

getRaster

public java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The input raster.

Specified by:
getRaster in interface ICachedRasterFunctionArguments
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

public void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The input raster.

Specified by:
setRasterByRef in interface ICachedRasterFunctionArguments
Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCompressionType

public void setCompressionType(int pType)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The compression type.

Specified by:
setCompressionType in interface ICachedRasterFunctionArguments
Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriCachedRasterCompressionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCompressionType

public int getCompressionType()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The compression type.

Specified by:
getCompressionType in interface ICachedRasterFunctionArguments
Returns:
A com.esri.arcgis.datasourcesraster.esriCachedRasterCompressionType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCompressionQuality

public void setCompressionQuality(int value)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The compression quality.

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

getCompressionQuality

public int getCompressionQuality()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The compression quality.

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

getMaxAllowedInputCols

public int getMaxAllowedInputCols()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The maximum number of cols allowed in the input raster for generating the cache.

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

setMaxAllowedInputCols

public void setMaxAllowedInputCols(int pCols)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The maximum number of cols allowed in the input raster for generating the cache.

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

getMaxAllowedInputRows

public int getMaxAllowedInputRows()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The maximum number of rows allowed in the input raster for generating the cache.

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

setMaxAllowedInputRows

public void setMaxAllowedInputRows(int pRows)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The maximum number of rows allowed in the input raster for generating the cache.

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

getCacheBaseName

public java.lang.String getCacheBaseName()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Name used for generating the CacheFileName. GUID is used if this is not specified.

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

setCacheBaseName

public void setCacheBaseName(java.lang.String pCacheBaseName)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Name used for generating the CacheFileName. GUID is used if this is not specified.

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

getClippingGeometry

public IGeometry getClippingGeometry()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The clipping geometry that defines regions of valid pixels. This geometry may have a coordinate system different from the corresponding dataset.

Specified by:
getClippingGeometry in interface ICachedRasterFunctionArguments
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClippingGeometryByRef

public void setClippingGeometryByRef(IGeometry ppClippingGeometry)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The clipping geometry that defines regions of valid pixels. This geometry may have a coordinate system different from the corresponding dataset.

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

getRequestSize

public double getRequestSize()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The request size used for resampling the item cache.

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

setRequestSize

public void setRequestSize(double pRequestSize)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The request size used for resampling the item cache.

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

getRequestSizeType

public int getRequestSizeType()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The unit of the request size is determined by request size type.

Specified by:
getRequestSizeType in interface ICachedRasterFunctionArguments
Returns:
A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRequestSizeType

public void setRequestSizeType(int pRequestSizeType)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The unit of the request size is determined by request size type.

Specified by:
setRequestSizeType in interface ICachedRasterFunctionArguments
Parameters:
pRequestSizeType - A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.