public interface IRandomFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control random 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 |
IID6c9161ff_98ef_44fc_8614_94d2ddc1bd5d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IDoubleArray |
getDistributionArguments()
The random distribution argument values.
|
int |
getDistributionType()
The random value distribution type.
|
int |
getGeneratorType()
The type of the random value generator.
|
IRasterInfo |
getRasterInfo()
The raster information.
|
int |
getSeed()
The seed value for randomization.
|
void |
init(IRaster pRaster,
int seed)
Initializes from a reference raster.
|
void |
setDistributionArgumentsByRef(IDoubleArray ppArgs)
The random distribution argument values.
|
void |
setDistributionType(int pType)
The random value distribution type.
|
void |
setGeneratorType(int pType)
The type of the random value generator.
|
void |
setRasterInfoByRef(IRasterInfo ppRasterInfo)
The raster information.
|
void |
setSeed(int pSeed)
The seed value for randomization.
|
static final int IID6c9161ff_98ef_44fc_8614_94d2ddc1bd5d
static final int xxDummy
static final java.lang.String IID
IRasterInfo getRasterInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterInfoByRef(IRasterInfo ppRasterInfo) throws java.io.IOException, AutomationException
ppRasterInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSeed() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSeed(int pSeed) throws java.io.IOException, AutomationException
pSeed
- The pSeed (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getGeneratorType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeneratorType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.system.esriRandomFunctionGeneratorType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDistributionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDistributionType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.system.esriRandomFunctionDistributionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getDistributionArguments() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDistributionArgumentsByRef(IDoubleArray ppArgs) throws java.io.IOException, AutomationException
ppArgs
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void init(IRaster pRaster, int seed) throws java.io.IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)seed
- The seed (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.