|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterMakerOp
COM Interface 'IRasterMakerOp'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'
Description: 'Provides access to members that control the Raster Maker operations.' 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDcc0b70d3_ea20_11d3_9f63_00c04f8ed1d7
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGeoDataset |
makeConstant(double value,
boolean treatAsInteger)
Makes a constant raster. |
IGeoDataset |
makeNormal()
Makes a normally distributed raster. |
IGeoDataset |
makeRandom(java.lang.Object seed)
Makes a randomly distributed raster. |
| Field Detail |
|---|
static final int IIDcc0b70d3_ea20_11d3_9f63_00c04f8ed1d7
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IGeoDataset makeConstant(double value,
boolean treatAsInteger)
throws java.io.IOException,
AutomationException
value - The value (in)treatAsInteger - The treatAsInteger (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset makeNormal()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset makeRandom(java.lang.Object seed)
throws java.io.IOException,
AutomationException
seed - A Variant (in, optional, pass null if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||