|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.CoCCAHelper
public class CoCCAHelper
Helps in marshalling geometry objects to improve performance.
Constructor Summary | |
---|---|
CoCCAHelper()
Constructs a CoCCAHelper using ArcGIS Engine. |
|
CoCCAHelper(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CoCCAHelper theCoCCAHelper = (CoCCAHelper) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
reproject(Object varGeometry,
ISpatialReference piSpatialRef)
Reprojects provided geometry into the designated spatial reference. |
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 CoCCAHelper() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic CoCCAHelper(Object obj) throws IOException
CoCCAHelper theCoCCAHelper = (CoCCAHelper) obj;
obj
to CoCCAHelper
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void reproject(Object varGeometry, ISpatialReference piSpatialRef) throws IOException, AutomationException
reproject
in interface ICCAHelper
varGeometry
- A Variant (in)piSpatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (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 |