|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebUtility
public class ArcWebUtility
A useful ArcWeb set of utilities.
| Constructor Summary | |
|---|---|
ArcWebUtility()
Constructs a ArcWebUtility using ArcGIS Engine. |
|
ArcWebUtility(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebUtility theArcWebUtility = (ArcWebUtility) 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 |
IGeometry |
projectGeometry(IGeometry pGeometry,
ISpatialReference pSpatialReference,
ITrackCancel cancelTracker)
Projects a geometry of type point, polyline, polygon or envelope. |
| 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 ArcWebUtility()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebUtility(Object obj)
throws IOException
ArcWebUtility theArcWebUtility = (ArcWebUtility) obj;
obj to ArcWebUtility.
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 IGeometry projectGeometry(IGeometry pGeometry,
ISpatialReference pSpatialReference,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
projectGeometry in interface IArcWebUtilitypGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)pSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
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 | ||||||||