com.esri.arcgis.geoanalyst
Interface IRasterRadius

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterRadius

public interface IRasterRadius
extends Serializable

Provides access to members that control the radius used to determine a surface through interpolation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void setFixed(double distance, Object minCount)
          Sets a fixed radius.
 void setVariable(int count, Object maxDistance)
          Sets a variable radius.
 

Method Detail

setFixed

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setVariable

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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