public interface ICachedRasterFunctionArguments
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3ccf7e76_79c5_4f18_b2e3_4b5e25d89912 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCacheBaseName()
Name used for generating the CacheFileName.
|
IGeometry |
getClippingGeometry()
The clipping geometry that defines regions of valid pixels.
|
int |
getCompressionQuality()
The compression quality.
|
int |
getCompressionType()
The compression type.
|
int |
getMaxAllowedInputCols()
The maximum number of cols allowed in the input raster for generating the cache.
|
int |
getMaxAllowedInputRows()
The maximum number of rows allowed in the input raster for generating the cache.
|
java.lang.Object |
getRaster()
The input raster.
|
double |
getRequestSize()
The request size used for resampling the item cache.
|
int |
getRequestSizeType()
The unit of the request size is determined by request size type.
|
void |
setCacheBaseName(java.lang.String pCacheBaseName)
Name used for generating the CacheFileName.
|
void |
setClippingGeometryByRef(IGeometry ppClippingGeometry)
The clipping geometry that defines regions of valid pixels.
|
void |
setCompressionQuality(int value)
The compression quality.
|
void |
setCompressionType(int pType)
The compression type.
|
void |
setMaxAllowedInputCols(int pCols)
The maximum number of cols allowed in the input raster for generating the cache.
|
void |
setMaxAllowedInputRows(int pRows)
The maximum number of rows allowed in the input raster for generating the cache.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster.
|
void |
setRequestSize(double pRequestSize)
The request size used for resampling the item cache.
|
void |
setRequestSizeType(int pRequestSizeType)
The unit of the request size is determined by request size type.
|
static final int IID3ccf7e76_79c5_4f18_b2e3_4b5e25d89912
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCompressionType(int pType) throws java.io.IOException, AutomationException
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.int getCompressionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCompressionQuality(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCompressionQuality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxAllowedInputCols() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxAllowedInputCols(int pCols) throws java.io.IOException, AutomationException
pCols
- The pCols (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxAllowedInputRows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxAllowedInputRows(int pRows) throws java.io.IOException, AutomationException
pRows
- The pRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCacheBaseName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCacheBaseName(java.lang.String pCacheBaseName) throws java.io.IOException, AutomationException
pCacheBaseName
- The pCacheBaseName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getClippingGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClippingGeometryByRef(IGeometry ppClippingGeometry) throws java.io.IOException, AutomationException
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.double getRequestSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRequestSize(double pRequestSize) throws java.io.IOException, AutomationException
pRequestSize
- The pRequestSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRequestSizeType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRequestSizeType(int pRequestSizeType) throws java.io.IOException, AutomationException
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.