|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.iu.gps.TriggerInfo | +--org.iu.gps.RegionTriggerInfo
Contains all information about a region trigger.
Field Summary | |
boolean |
enter
|
boolean |
exit
|
boolean |
inside
Specifies whether the user is currently inside the region (true) or not (false). |
double[][] |
region
Region defined as a 2D polygon with n vertices, specified as array[n][2] |
Fields inherited from class org.iu.gps.TriggerInfo |
id, persistant, receiver |
Constructor Summary | |
RegionTriggerInfo()
|
Methods inherited from class org.iu.gps.TriggerInfo |
trigger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double[][] region
public boolean inside
public boolean enter
public boolean exit
Constructor Detail |
public RegionTriggerInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |