Description: 'Provides access to members that control cached (item cache) 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
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID3ccf7e76_79c5_4f18_b2e3_4b5e25d89912
Modifier | Constructor and Description |
---|---|
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public ICachedRasterFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ICachedRasterFunctionArgumentsProxy()
public ICachedRasterFunctionArgumentsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ICachedRasterFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ICachedRasterFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.Object getRaster() throws java.io.IOException, AutomationException
getRaster
in interface ICachedRasterFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
setRasterByRef
in interface ICachedRasterFunctionArguments
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCompressionType(int pType) throws java.io.IOException, AutomationException
setCompressionType
in interface ICachedRasterFunctionArguments
pType
- A com.esri.arcgis.datasourcesraster.esriCachedRasterCompressionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCompressionType() throws java.io.IOException, AutomationException
getCompressionType
in interface ICachedRasterFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCompressionQuality(int value) throws java.io.IOException, AutomationException
setCompressionQuality
in interface ICachedRasterFunctionArguments
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCompressionQuality() throws java.io.IOException, AutomationException
getCompressionQuality
in interface ICachedRasterFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaxAllowedInputCols() throws java.io.IOException, AutomationException
getMaxAllowedInputCols
in interface ICachedRasterFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaxAllowedInputCols(int pCols) throws java.io.IOException, AutomationException
setMaxAllowedInputCols
in interface ICachedRasterFunctionArguments
pCols
- The pCols (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaxAllowedInputRows() throws java.io.IOException, AutomationException
getMaxAllowedInputRows
in interface ICachedRasterFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaxAllowedInputRows(int pRows) throws java.io.IOException, AutomationException
setMaxAllowedInputRows
in interface ICachedRasterFunctionArguments
pRows
- The pRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCacheBaseName() throws java.io.IOException, AutomationException
getCacheBaseName
in interface ICachedRasterFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCacheBaseName(java.lang.String pCacheBaseName) throws java.io.IOException, AutomationException
setCacheBaseName
in interface ICachedRasterFunctionArguments
pCacheBaseName
- The pCacheBaseName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getClippingGeometry() throws java.io.IOException, AutomationException
getClippingGeometry
in interface ICachedRasterFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setClippingGeometryByRef(IGeometry ppClippingGeometry) throws java.io.IOException, AutomationException
setClippingGeometryByRef
in interface ICachedRasterFunctionArguments
ppClippingGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getRequestSize() throws java.io.IOException, AutomationException
getRequestSize
in interface ICachedRasterFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRequestSize(double pRequestSize) throws java.io.IOException, AutomationException
setRequestSize
in interface ICachedRasterFunctionArguments
pRequestSize
- The pRequestSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getRequestSizeType() throws java.io.IOException, AutomationException
getRequestSizeType
in interface ICachedRasterFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRequestSizeType(int pRequestSizeType) throws java.io.IOException, AutomationException
setRequestSizeType
in interface ICachedRasterFunctionArguments
pRequestSizeType
- A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.