public interface IGeometricMedianFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Geometric Median 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 |
IIDbcf99f6b_7402_490a_8bcb_09c736f5b7e6 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCellsizeType()
The different ways for estimating cellsize.
|
double |
getEpsilon()
The accuracy control parameter.
|
int |
getExtentType()
The different ways for estimating extent.
|
int |
getMaxIteration()
The maximum number of iterations.
|
java.lang.Object |
getRasters()
The input rasters.
|
void |
setCellsizeType(int pType)
The different ways for estimating cellsize.
|
void |
setEpsilon(double epsilon)
The accuracy control parameter.
|
void |
setExtentType(int pType)
The different ways for estimating extent.
|
void |
setMaxIteration(int maxIteration)
The maximum number of iterations.
|
void |
setRastersByRef(java.lang.Object ppRaster)
The input rasters.
|
static final int IIDbcf99f6b_7402_490a_8bcb_09c736f5b7e6
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRasters()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRastersByRef(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 getExtentType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setExtentType(int pType)
throws java.io.IOException,
AutomationException
pType - A com.esri.arcgis.datasourcesraster.esriExtentType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getCellsizeType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCellsizeType(int pType)
throws java.io.IOException,
AutomationException
pType - A com.esri.arcgis.datasourcesraster.esriCellsizeType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getMaxIteration()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMaxIteration(int maxIteration)
throws java.io.IOException,
AutomationException
maxIteration - The maxIteration (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getEpsilon()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setEpsilon(double epsilon)
throws java.io.IOException,
AutomationException
epsilon - The epsilon (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.