com.esri.arcgis.trackinganalyst
Interface ILocationQueryHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoLocationQueryHelper, ILocationQueryHelperProxy

public interface ILocationQueryHelper
extends java.io.Serializable

COM Interface 'ILocationQueryHelper'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to methods and properties to help determine if a geometry is topologically related to a location geometry.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID23970eb0_c4e0_468b_93e7_28522128f4b1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean locationTestDataMsg(java.lang.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.
 

Field Detail

IID23970eb0_c4e0_468b_93e7_28522128f4b1

static final int IID23970eb0_c4e0_468b_93e7_28522128f4b1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setGeometryBag

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

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

locationTestFeature

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

locationTestDataMsg

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

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