com.esri.arcgis.datasourcesraster
Interface IDownsampleFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DownsampleFunctionArguments, IDownsampleFunctionArgumentsProxy

public interface IDownsampleFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control downsample raster 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 IID1bf50257_9523_4587_95c3_c0ceaa34f0d0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getRaster()
          The input raster.
 int getResamplingMethod()
          The sampling method used (optional).
 double getStartBlurAtScaleFactor()
          Blur at this or larger downsampling factor (optional).
 double getStopBlurAllAtScaleFactor()
          At this downsampling factor, stop blurring all pixels, do only selected instead (optional).
 void setRasterByRef(java.lang.Object ppRaster)
          The input raster.
 void setResamplingMethod(int pResamplingMethod)
          The sampling method used (optional).
 void setStartBlurAtScaleFactor(double pScaleFactor)
          Blur at this or larger downsampling factor (optional).
 void setStopBlurAllAtScaleFactor(double pScaleFactor)
          At this downsampling factor, stop blurring all pixels, do only selected instead (optional).
 

Field Detail

IID1bf50257_9523_4587_95c3_c0ceaa34f0d0

static final int IID1bf50257_9523_4587_95c3_c0ceaa34f0d0
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

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The input 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.

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The input 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.

getResamplingMethod

int getResamplingMethod()
                        throws java.io.IOException,
                               AutomationException
The sampling method used (optional).

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

setResamplingMethod

void setResamplingMethod(int pResamplingMethod)
                         throws java.io.IOException,
                                AutomationException
The sampling method used (optional).

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

getStartBlurAtScaleFactor

double getStartBlurAtScaleFactor()
                                 throws java.io.IOException,
                                        AutomationException
Blur at this or larger downsampling factor (optional).

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

setStartBlurAtScaleFactor

void setStartBlurAtScaleFactor(double pScaleFactor)
                               throws java.io.IOException,
                                      AutomationException
Blur at this or larger downsampling factor (optional).

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

getStopBlurAllAtScaleFactor

double getStopBlurAllAtScaleFactor()
                                   throws java.io.IOException,
                                          AutomationException
At this downsampling factor, stop blurring all pixels, do only selected instead (optional).

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

setStopBlurAllAtScaleFactor

void setStopBlurAllAtScaleFactor(double pScaleFactor)
                                 throws java.io.IOException,
                                        AutomationException
At this downsampling factor, stop blurring all pixels, do only selected instead (optional).

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