com.esri.arcgis.trackinganalyst
Interface IProximityLocationTrigger

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IProximityLocationTriggerProxy, ProximityLocationTrigger

public interface IProximityLocationTrigger
extends java.io.Serializable

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

Description: 'Provides access to properties and methods needed to configure proximity location triggers which are applicable inter-temporal layers.' 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 IID15bee97e_590c_4ee3_821c_9b0b929678d9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isForFutureProximityTests()
          Indicates if event's geometry and / or temporal value is to be used in future proximity tests.
 boolean isPerformProximityTests()
          Indicates if event's geometry and / or temporal value should be evaluated by the proximity tests.
 void setForFutureProximityTests(boolean pVal)
          Indicates if event's geometry and / or temporal value is to be used in future proximity tests.
 void setPerformProximityTests(boolean pVal)
          Indicates if event's geometry and / or temporal value should be evaluated by the proximity tests.
 

Field Detail

IID15bee97e_590c_4ee3_821c_9b0b929678d9

static final int IID15bee97e_590c_4ee3_821c_9b0b929678d9
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

isForFutureProximityTests

boolean isForFutureProximityTests()
                                  throws java.io.IOException,
                                         AutomationException
Indicates if event's geometry and / or temporal value is to be used in future proximity tests.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setForFutureProximityTests

void setForFutureProximityTests(boolean pVal)
                                throws java.io.IOException,
                                       AutomationException
Indicates if event's geometry and / or temporal value is to be used in future proximity tests.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPerformProximityTests

boolean isPerformProximityTests()
                                throws java.io.IOException,
                                       AutomationException
Indicates if event's geometry and / or temporal value should be evaluated by the proximity tests.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPerformProximityTests

void setPerformProximityTests(boolean pVal)
                              throws java.io.IOException,
                                     AutomationException
Indicates if event's geometry and / or temporal value should be evaluated by the proximity tests.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.