Uses of Class
io.vertigo.geo.geocoder.GeoLocation
-
-
Uses of GeoLocation in io.vertigo.geo.geocoder
Fields in io.vertigo.geo.geocoder declared as GeoLocation Modifier and Type Field Description static GeoLocation
GeoLocation. UNDEFINED
Methods in io.vertigo.geo.geocoder that return GeoLocation Modifier and Type Method Description GeoLocation
GeoCoderManager. findLocation(String address)
Geocoding d'une adresse.Methods in io.vertigo.geo.geocoder with parameters of type GeoLocation Modifier and Type Method Description double
GeoCoderManager. distanceKm(GeoLocation geoLocation1, GeoLocation geoLocation2)
Calcul de distance entre deux points -
Uses of GeoLocation in io.vertigo.geo.geosearch
Methods in io.vertigo.geo.geosearch with parameters of type GeoLocation Modifier and Type Method Description <D extends DtObject>
DtList<D>GeoSearchManager. searchInBoundingBox(GeoLocation topLeft, GeoLocation bottomRight, String indexName, Class<D> dtIndexClass, DtFieldName<D> fieldName, Optional<Integer> maxRowsOpt)
-
Uses of GeoLocation in io.vertigo.geo.impl.geocoder
Methods in io.vertigo.geo.impl.geocoder that return GeoLocation Modifier and Type Method Description GeoLocation
GeoCoderManagerImpl. findLocation(String address)
Geocoding d'une adresse.GeoLocation
GeoCoderPlugin. findLocation(String address)
Geocoding d'une adresse.Methods in io.vertigo.geo.impl.geocoder with parameters of type GeoLocation Modifier and Type Method Description double
GeoCoderManagerImpl. distanceKm(GeoLocation geoLocation1, GeoLocation geoLocation2)
Calcul de distance entre deux points -
Uses of GeoLocation in io.vertigo.geo.impl.geosearch
Methods in io.vertigo.geo.impl.geosearch with parameters of type GeoLocation Modifier and Type Method Description <D extends DtObject>
DtList<D>GeoSearchManagerImpl. searchInBoundingBox(GeoLocation topLeft, GeoLocation bottomRight, String indexName, Class<D> dtIndexClass, DtFieldName<D> fieldName, Optional<Integer> maxRowsOpt)
<D extends DtObject>
DtList<D>GeoSearchPlugin. searchInBoundingBox(GeoLocation topLeft, GeoLocation bottomRight, String indexName, Class<D> dtIndexClass, DtFieldName<D> fieldName, Integer maxRows)
-
Uses of GeoLocation in io.vertigo.geo.plugins.geocoder.ban
Methods in io.vertigo.geo.plugins.geocoder.ban that return GeoLocation Modifier and Type Method Description GeoLocation
BanGeoCoderPlugin. findLocation(String address)
Geocoding d'une adresse. -
Uses of GeoLocation in io.vertigo.geo.plugins.geocoder.google
Methods in io.vertigo.geo.plugins.geocoder.google that return GeoLocation Modifier and Type Method Description GeoLocation
GoogleGeoCoderPlugin. findLocation(String address)
Geocoding d'une adresse. -
Uses of GeoLocation in io.vertigo.geo.plugins.geosearch.es
Methods in io.vertigo.geo.plugins.geosearch.es with parameters of type GeoLocation Modifier and Type Method Description <D extends DtObject>
DtList<D>ESGeoSearchPlugin. searchInBoundingBox(GeoLocation topLeft, GeoLocation bottomRight, String indexName, Class<D> dtIndexClass, DtFieldName<D> fieldName, Integer maxRows)
-