|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.CoLocationQueryHelper
public class CoLocationQueryHelper
Helps in marshalling geometry objects to improve performance.
Constructor Summary | |
---|---|
CoLocationQueryHelper()
Constructs a CoLocationQueryHelper using ArcGIS Engine. |
|
CoLocationQueryHelper(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CoLocationQueryHelper theCoLocationQueryHelper = (CoLocationQueryHelper) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
boolean |
locationTestDataMsg(Object varGeometry,
int eSpatialRel)
Determines if the current geometry meets the location query criteria. |
boolean |
locationTestFeature(IGeometry piGeometry,
int eSpatialRel)
Determines if the current geometry meets the location query criteria. |
void |
setGeometryBag(IGeometry rhs1)
The geometry bag into object used for location testing. |
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 CoLocationQueryHelper() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic CoLocationQueryHelper(Object obj) throws IOException
CoLocationQueryHelper theCoLocationQueryHelper = (CoLocationQueryHelper) obj;
obj
to CoLocationQueryHelper
.
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 setGeometryBag(IGeometry rhs1) throws IOException, AutomationException
setGeometryBag
in interface ILocationQueryHelper
rhs1
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean locationTestFeature(IGeometry piGeometry, int eSpatialRel) throws IOException, AutomationException
locationTestFeature
in interface ILocationQueryHelper
piGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)eSpatialRel
- A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean locationTestDataMsg(Object varGeometry, int eSpatialRel) throws IOException, AutomationException
locationTestDataMsg
in interface ILocationQueryHelper
varGeometry
- A Variant (in)eSpatialRel
- A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (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 |