public interface ISimplePixelResampler extends IPixelResampler, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDddb8b2ba_a3e9_40cd_8d69_1f720a4c8e7b |
static int |
xxDummy
Deprecated.
Internal use only
|
IID25c98a24_1331_49a0_bcf2_4f5155e1e016
Modifier and Type | Method and Description |
---|---|
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.
|
getWindowSize, isDownSampling, isLinearScaling, isSupportLinearScaling, resample, setLinearScaling
static final int IIDddb8b2ba_a3e9_40cd_8d69_1f720a4c8e7b
static final int xxDummy
static final java.lang.String IID
int getResamplingMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResamplingMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getCubicConvolutionParameter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCubicConvolutionParameter(double a) throws java.io.IOException, AutomationException
a
- The a (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMajorityWindowSize(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.