Package io.vertigo.geo.impl.geosearch
Interface GeoSearchPlugin
-
- All Superinterfaces:
io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Plugin
- All Known Implementing Classes:
ESGeoSearchPlugin
public interface GeoSearchPlugin extends io.vertigo.core.node.component.Plugin
-
-
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, Integer maxRows)
-
-
-
Method Detail
-
searchInBoundingBox
<D extends DtObject> DtList<D> searchInBoundingBox(GeoLocation topLeft, GeoLocation bottomRight, String indexName, Class<D> dtIndexClass, DtFieldName<D> fieldName, Integer maxRows)
-
-