com.esri.arcgis.datasourcesraster
Interface IRemoveHazeFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRemoveHazeFunctionArgumentsProxy, RemoveHazeFunctionArguments

public interface IRemoveHazeFunctionArguments
extends java.io.Serializable

COM Interface 'IRemoveHazeFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6d0a71fb_fdbb_4e20_83cc_11496dc5539e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID6d0a71fb_fdbb_4e20_83cc_11496dc5539e

static final int IID6d0a71fb_fdbb_4e20_83cc_11496dc5539e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The source raster object.

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.

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The source raster object.

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

getMethod

int getMethod()
              throws java.io.IOException,
                     AutomationException
Method.

Returns:
A com.esri.arcgis.datasourcesraster.esriRasterRemoveHazeMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMethod

void setMethod(int pMethod)
               throws java.io.IOException,
                      AutomationException
Method.

Parameters:
pMethod - A com.esri.arcgis.datasourcesraster.esriRasterRemoveHazeMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWindowSize

int getWindowSize()
                  throws java.io.IOException,
                         AutomationException
Window size to search for darkest pixel.

Returns:
The pWindowSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWindowSize

void setWindowSize(int pWindowSize)
                   throws java.io.IOException,
                          AutomationException
Window size to search for darkest pixel.

Parameters:
pWindowSize - The pWindowSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoHazeRefRasterByRef

void setNoHazeRefRasterByRef(java.lang.Object ppRaster)
                             throws java.io.IOException,
                                    AutomationException
No haze reference raster.

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.

getNoHazeRefRaster

java.lang.Object getNoHazeRefRaster()
                                    throws java.io.IOException,
                                           AutomationException
No haze reference raster.

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