Package io.vertigo.geo.geosearch
Interface GeoSearchManager
-
- All Superinterfaces:
io.vertigo.core.node.component.Component
,io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Manager
- All Known Implementing Classes:
GeoSearchManagerImpl
public interface GeoSearchManager extends io.vertigo.core.node.component.Manager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <D extends DtObject>
DtList<D>searchInBoundingBox(GeoLocation topLeft, GeoLocation bottomRight, String indexName, Class<D> dtIndexClass, DtFieldName<D> fieldName, Optional<Integer> maxRowsOpt)
-
-
-
Method Detail
-
searchInBoundingBox
<D extends DtObject> DtList<D> searchInBoundingBox(GeoLocation topLeft, GeoLocation bottomRight, String indexName, Class<D> dtIndexClass, DtFieldName<D> fieldName, Optional<Integer> maxRowsOpt)
-
-