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 GeoLocationGeoLocation. UNDEFINEDMethods in io.vertigo.geo.geocoder that return GeoLocation Modifier and Type Method Description GeoLocationGeoCoderManager. findLocation(String address)Geocoding d'une adresse.Methods in io.vertigo.geo.geocoder with parameters of type GeoLocation Modifier and Type Method Description doubleGeoCoderManager. 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 GeoLocationGeoCoderManagerImpl. findLocation(String address)Geocoding d'une adresse.GeoLocationGeoCoderPlugin. findLocation(String address)Geocoding d'une adresse.Methods in io.vertigo.geo.impl.geocoder with parameters of type GeoLocation Modifier and Type Method Description doubleGeoCoderManagerImpl. 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 GeoLocationBanGeoCoderPlugin. 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 GeoLocationGoogleGeoCoderPlugin. 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)
-