public interface IRemoveHazeFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control remove haze 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 |
IID6d0a71fb_fdbb_4e20_83cc_11496dc5539e |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMethod()
Method.
|
java.lang.Object |
getNoHazeRefRaster()
No haze reference raster.
|
java.lang.Object |
getRaster()
The source raster object.
|
int |
getWindowSize()
Window size to search for darkest pixel.
|
void |
setMethod(int pMethod)
Method.
|
void |
setNoHazeRefRasterByRef(java.lang.Object ppRaster)
No haze reference raster.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setWindowSize(int pWindowSize)
Window size to search for darkest pixel.
|
static final int IID6d0a71fb_fdbb_4e20_83cc_11496dc5539e
static final int xxDummy
static final java.lang.String IID
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.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.int getMethod()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMethod(int pMethod)
throws java.io.IOException,
AutomationException
pMethod - A com.esri.arcgis.datasourcesraster.esriRasterRemoveHazeMethod constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getWindowSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setWindowSize(int pWindowSize)
throws java.io.IOException,
AutomationException
pWindowSize - The pWindowSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setNoHazeRefRasterByRef(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.java.lang.Object getNoHazeRefRaster()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.