com.esri.arcgis.geoanalyst
Interface IRasterMakerOp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterMakerOpProxy, RasterMakerOp

public interface IRasterMakerOp
extends java.io.Serializable

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

IIDcc0b70d3_ea20_11d3_9f63_00c04f8ed1d7

static final int IIDcc0b70d3_ea20_11d3_9f63_00c04f8ed1d7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

makeConstant

IGeoDataset makeConstant(double value,
                         boolean treatAsInteger)
                         throws java.io.IOException,
                                AutomationException
Makes a constant raster.

Parameters:
value - The value (in)
treatAsInteger - The treatAsInteger (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makeNormal

IGeoDataset makeNormal()
                       throws java.io.IOException,
                              AutomationException
Makes a normally distributed raster.

Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makeRandom

IGeoDataset makeRandom(java.lang.Object seed)
                       throws java.io.IOException,
                              AutomationException
Makes a randomly distributed raster.

Parameters:
seed - A Variant (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.