com.esri.arcgis.trackinganalyst
Interface ILocationQueryHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
CoLocationQueryHelper

public interface ILocationQueryHelper
extends Serializable

Provides access to methods and properties to help determine if a geometry is topologically related to a location geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 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.
 

Method Detail

setGeometryBag

void setGeometryBag(IGeometry rhs1)
                    throws IOException,
                           AutomationException
The geometry bag into object used for location testing.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

locationTestFeature

boolean locationTestFeature(IGeometry piGeometry,
                            int eSpatialRel)
                            throws IOException,
                                   AutomationException
Determines if the current geometry meets the location query criteria.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Parameters:
piGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
eSpatialRel - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
Returns:
The pvbTest
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

locationTestDataMsg

boolean locationTestDataMsg(Object varGeometry,
                            int eSpatialRel)
                            throws IOException,
                                   AutomationException
Determines if the current geometry meets the location query criteria.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Parameters:
varGeometry - A Variant (in)
eSpatialRel - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
Returns:
The pvbTest
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.