|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataGetter
Implemented by the classes which provides data to the application
Method Summary | |
---|---|
java.util.List<EntityData> |
getElementsUpdated(float x,
float y,
float z,
float radius,
java.util.Date date)
Returns all elements near the given point with the given radius that changed since last update |
Method Detail |
---|
java.util.List<EntityData> getElementsUpdated(float x, float y, float z, float radius, java.util.Date date)
x
- x coordinatey
- y coordinatez
- z coordinateradius
- radius to be checked. If radius is -1, is considered as
infinitumdate
- time of the last update. If date is null, all elements will be
returned
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |