|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILocationQueryHelper
Provides access to methods and properties to help determine if a geometry is topologically related to a location geometry.
Method Summary | |
---|---|
void |
locationTestDataMsg(Object varGeometry,
int eSpatialRel,
boolean[] pvbTest)
Determines if the current geometry meets the location query criteria. |
void |
locationTestFeature(IGeometry piGeometry,
int eSpatialRel,
boolean[] pvbTest)
Determines if the current geometry meets the location query criteria. |
void |
setGeometryBag(IGeometry rhs1)
The geometry bag into object used for location testing. |
Method Detail |
---|
void setGeometryBag(IGeometry rhs1) throws IOException, AutomationException
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.void locationTestFeature(IGeometry piGeometry, int eSpatialRel, boolean[] pvbTest) throws IOException, AutomationException
piGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)eSpatialRel
- A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)pvbTest
- The pvbTest (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void locationTestDataMsg(Object varGeometry, int eSpatialRel, boolean[] pvbTest) throws IOException, AutomationException
varGeometry
- A Variant (in)eSpatialRel
- A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)pvbTest
- The pvbTest (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 |