com.esri.arcgis.geoanalyst
Interface IRasterRadius

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterRadiusProxy, RasterRadius

public interface IRasterRadius
extends java.io.Serializable

COM Interface 'IRasterRadius'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to members that control the radius used to determine a surface through interpolation.' 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 IID3297e9cd_93a1_11d2_9f33_00c04f8ed1d7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setFixed(double distance, java.lang.Object minCount)
          Sets a fixed radius.
 void setVariable(int count, java.lang.Object maxDistance)
          Sets a variable radius.
 

Field Detail

IID3297e9cd_93a1_11d2_9f33_00c04f8ed1d7

static final int IID3297e9cd_93a1_11d2_9f33_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

setFixed

void setFixed(double distance,
              java.lang.Object minCount)
              throws java.io.IOException,
                     AutomationException
Sets a fixed radius.

Parameters:
distance - The distance (in)
minCount - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVariable

void setVariable(int count,
                 java.lang.Object maxDistance)
                 throws java.io.IOException,
                        AutomationException
Sets a variable radius.

Parameters:
count - The count (in)
maxDistance - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.