com.esri.arcgis.geoanalyst
Class RasterRadius

java.lang.Object
  extended by com.esri.arcgis.geoanalyst.RasterRadius
All Implemented Interfaces:
IRasterRadius, com.esri.arcgis.interop.RemoteObjRef, ISupportErrorInfo, Serializable

public class RasterRadius
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IRasterRadius, ISupportErrorInfo

GeoAnalyst Raster radius object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Constructor Summary
RasterRadius()
          Constructs a RasterRadius using ArcGIS Engine.
RasterRadius(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterRadius theRasterRadius = (RasterRadius) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 void interfaceSupportsErrorInfo(GUID riid)
          interfaceSupportsErrorInfo
 void setFixed(double distance, Object minCount)
          Sets a fixed radius.
 void setVariable(int count, Object maxDistance)
          Sets a variable radius.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

RasterRadius

public RasterRadius()
             throws IOException,
                    UnknownHostException
Constructs a RasterRadius using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

RasterRadius

public RasterRadius(Object obj)
             throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterRadius theRasterRadius = (RasterRadius) obj;

Construct a RasterRadius using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to RasterRadius.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

setFixed

public 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

Specified by:
setFixed in interface IRasterRadius
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

public 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

Specified by:
setVariable in interface IRasterRadius
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.

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Description

Indicates whether the interface supports IErrorInfo.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.