com.esri.arcgis.datasourcesraster
Interface ISimplePixelResampler

All Superinterfaces:
IPixelResampler, java.io.Serializable
All Known Implementing Classes:
ISimplePixelResamplerProxy, SimplePixelResampler

public interface ISimplePixelResampler
extends IPixelResampler, java.io.Serializable

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

Description: 'Provides access to members that control a simple pixel resampler.' 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 IIDddb8b2ba_a3e9_40cd_8d69_1f720a4c8e7b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IPixelResampler
IID25c98a24_1331_49a0_bcf2_4f5155e1e016
 
Method Summary
 double getCubicConvolutionParameter()
          The cubic convolution parameter (-1, -0.75, -0.5).
 int getResamplingMethod()
          The resampling method.
 void setCubicConvolutionParameter(double a)
          The cubic convolution parameter (-1, -0.75, -0.5).
 void setMajorityWindowSize(int rhs1)
          The majority resampling window size in pixels.
 void setResamplingMethod(int pMethod)
          The resampling method.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IPixelResampler
getWindowSize, isDownSampling, isLinearScaling, isSupportLinearScaling, resample, setLinearScaling
 

Field Detail

IIDddb8b2ba_a3e9_40cd_8d69_1f720a4c8e7b

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

getResamplingMethod

int getResamplingMethod()
                        throws java.io.IOException,
                               AutomationException
The resampling method.

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 pMethod)
                         throws java.io.IOException,
                                AutomationException
The resampling method.

Parameters:
pMethod - 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.

getCubicConvolutionParameter

double getCubicConvolutionParameter()
                                    throws java.io.IOException,
                                           AutomationException
The cubic convolution parameter (-1, -0.75, -0.5).

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

setCubicConvolutionParameter

void setCubicConvolutionParameter(double a)
                                  throws java.io.IOException,
                                         AutomationException
The cubic convolution parameter (-1, -0.75, -0.5).

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

setMajorityWindowSize

void setMajorityWindowSize(int rhs1)
                           throws java.io.IOException,
                                  AutomationException
The majority resampling window size in pixels.

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