|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractGisQuery | |
---|---|
com.gisgraphy.domain.geoloc.service | |
com.gisgraphy.domain.geoloc.service.fulltextsearch | |
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 AbstractGisQuery in com.gisgraphy.domain.geoloc.service |
---|
Classes in com.gisgraphy.domain.geoloc.service with type parameters of type AbstractGisQuery | |
---|---|
interface |
IQueryProcessor<T extends AbstractGisQuery>
Interface that execute AbstractGisQuery s |
Methods in com.gisgraphy.domain.geoloc.service that return AbstractGisQuery | |
---|---|
AbstractGisQuery |
AbstractGisQuery.withOutput(Output output)
|
AbstractGisQuery |
AbstractGisQuery.withPagination(Pagination pagination)
|
Uses of AbstractGisQuery in com.gisgraphy.domain.geoloc.service.fulltextsearch |
---|
Subclasses of AbstractGisQuery in com.gisgraphy.domain.geoloc.service.fulltextsearch | |
---|---|
class |
FulltextQuery
A fulltext Query |
Uses of AbstractGisQuery in com.gisgraphy.domain.geoloc.service.geoloc |
---|
Subclasses of AbstractGisQuery in com.gisgraphy.domain.geoloc.service.geoloc | |
---|---|
class |
GeolocQuery
A GeolocQuery Query |
class |
StreetSearchQuery
a query to be execute by the @link StreetSearchEngine |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |