public interface GeoSpatialStore
Event objects to be indexed at a given geo location and
further queried back given a bounding box.| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<org.calrissian.mango.domain.event.Event> |
get(Rectangle2D.Double location,
Auths auths)
Return all
Event objects that lie within the given bounding box |
void |
put(Iterable<org.calrissian.mango.domain.event.Event> entry,
Point2D.Double location)
Index store entries at the given point.
|
void put(Iterable<org.calrissian.mango.domain.event.Event> entry, Point2D.Double location)
org.calrissian.mango.collect.CloseableIterable<org.calrissian.mango.domain.event.Event> get(Rectangle2D.Double location, Auths auths)
Event objects that lie within the given bounding boxCopyright © 2014 Calrissian. All Rights Reserved.