|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProximityLocationTrigger
Provides access to properties and methods needed to configure proximity location triggers which are applicable inter-temporal layers.
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. |
Method Detail |
---|
boolean isForFutureProximityTests() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setForFutureProximityTests(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPerformProximityTests() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPerformProximityTests(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (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 |