Package io.vertigo.geo.impl.geosearch
Class GeoSearchManagerImpl
- java.lang.Object
-
- io.vertigo.geo.impl.geosearch.GeoSearchManagerImpl
-
- All Implemented Interfaces:
io.vertigo.core.node.component.Component
,io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Manager
,GeoSearchManager
public class GeoSearchManagerImpl extends Object implements GeoSearchManager
-
-
Constructor Summary
Constructors Constructor Description GeoSearchManagerImpl(GeoSearchPlugin geoSearchPlugin)
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Constructor Detail
-
GeoSearchManagerImpl
@Inject public GeoSearchManagerImpl(GeoSearchPlugin geoSearchPlugin)
-
-
Method Detail
-
searchInBoundingBox
public <D extends DtObject> DtList<D> searchInBoundingBox(GeoLocation topLeft, GeoLocation bottomRight, String indexName, Class<D> dtIndexClass, DtFieldName<D> fieldName, Optional<Integer> maxRowsOpt)
- Specified by:
searchInBoundingBox
in interfaceGeoSearchManager
-
-