public interface IDownsampleFunctionArguments
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID1bf50257_9523_4587_95c3_c0ceaa34f0d0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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).
|
static final int IID1bf50257_9523_4587_95c3_c0ceaa34f0d0
static final int xxDummy
static final java.lang.String IID
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.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.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 pResamplingMethod) throws java.io.IOException, AutomationException
pResamplingMethod
- 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 getStartBlurAtScaleFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStartBlurAtScaleFactor(double pScaleFactor) throws java.io.IOException, AutomationException
pScaleFactor
- The pScaleFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getStopBlurAllAtScaleFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStopBlurAllAtScaleFactor(double pScaleFactor) throws java.io.IOException, AutomationException
pScaleFactor
- The pScaleFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.