|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoanalyst.RasterRadius
public class RasterRadius
GeoAnalyst Raster radius object.
| 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 |
|---|
public RasterRadius()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RasterRadius(Object obj)
throws IOException
RasterRadius theRasterRadius = (RasterRadius) obj;
obj to RasterRadius.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setFixed(double distance,
Object minCount)
throws IOException,
AutomationException
setFixed in interface IRasterRadiusdistance - The distance (in)minCount - A Variant (in, optional, pass null if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVariable(int count,
Object maxDistance)
throws IOException,
AutomationException
setVariable in interface IRasterRadiuscount - The count (in)maxDistance - A Variant (in, optional, pass null if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||