|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeolocQuery | |
---|---|
com.gisgraphy.domain.geoloc.service.geoloc | Gisgraphy Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. |
Uses of GeolocQuery in com.gisgraphy.domain.geoloc.service.geoloc |
---|
Subclasses of GeolocQuery in com.gisgraphy.domain.geoloc.service.geoloc | |
---|---|
class |
StreetSearchQuery
a query to be execute by the @link StreetSearchEngine |
Methods in com.gisgraphy.domain.geoloc.service.geoloc that return GeolocQuery | |
---|---|
GeolocQuery |
GeolocQuery.withDistanceField(boolean distanceField)
|
GeolocQuery |
GeolocQuery.withPlaceType(java.lang.Class<? extends GisFeature> placeType)
|
Methods in com.gisgraphy.domain.geoloc.service.geoloc with parameters of type GeolocQuery | |
---|---|
void |
GeolocSearchEngine.executeAndSerialize(GeolocQuery query,
java.io.OutputStream outputStream)
|
GeolocResultsDto |
IGeolocSearchEngine.executeQuery(GeolocQuery query)
Execute the query and returns a GeolocResultsDto |
GeolocResultsDto |
GeolocSearchEngine.executeQuery(GeolocQuery query)
|
java.lang.String |
GeolocSearchEngine.executeQueryToString(GeolocQuery query)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |