public interface IGrayscaleFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control greyscale conversion 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 |
IID8ce85547_6ad1_4748_bc50_446fe423aea3 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IDoubleArray |
getConversionParameters()
The greyscale coversion parameters (weights).
|
java.lang.Object |
getRaster()
The input raster for conversion.
|
void |
setConversionParametersByRef(IDoubleArray ppParameters)
The greyscale coversion parameters (weights).
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster for conversion.
|
static final int IID8ce85547_6ad1_4748_bc50_446fe423aea3
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.IDoubleArray getConversionParameters() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setConversionParametersByRef(IDoubleArray ppParameters) throws java.io.IOException, AutomationException
ppParameters - A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.