public interface IComplexDataFilterFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control ComplexDataFilter 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 |
IID3952cf61_5d40_4e7f_be30_28959d9aeb61 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getInnerBlockWidth()
Width of inner block or patch, in pixel.
|
int |
getMethod()
The complex data filter method.
|
int |
getOuterBlockWidth()
Width of outer block or patch, in pixel.
|
java.lang.Object |
getRaster()
The source raster object.
|
double |
getSmoothAlpha()
The main Goldstein filter parameter.
|
void |
setInnerBlockWidth(int pWidth)
Width of inner block or patch, in pixel.
|
void |
setMethod(int pMethod)
The complex data filter method.
|
void |
setOuterBlockWidth(int pWidth)
Width of outer block or patch, in pixel.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setSmoothAlpha(double pAlpha)
The main Goldstein filter parameter.
|
static final int IID3952cf61_5d40_4e7f_be30_28959d9aeb61
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 getMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.datasourcesraster.esriComplexDataFilterMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSmoothAlpha() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSmoothAlpha(double pAlpha) throws java.io.IOException, AutomationException
pAlpha
- The pAlpha (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getInnerBlockWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInnerBlockWidth(int pWidth) throws java.io.IOException, AutomationException
pWidth
- The pWidth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getOuterBlockWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOuterBlockWidth(int pWidth) throws java.io.IOException, AutomationException
pWidth
- The pWidth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.