Uses of Interface
com.gisgraphy.domain.geoloc.service.IQueryProcessor

Packages that use IQueryProcessor
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 IQueryProcessor in com.gisgraphy.domain.geoloc.service.fulltextsearch
 

Subinterfaces of IQueryProcessor in com.gisgraphy.domain.geoloc.service.fulltextsearch
 interface IFullTextSearchEngine
          Execute a FulltextQuery and returns the results in a specific format
 

Classes in com.gisgraphy.domain.geoloc.service.fulltextsearch that implement IQueryProcessor
 class FullTextSearchEngine
          Default (threadsafe) implementation of IFullTextSearchEngine
 

Uses of IQueryProcessor in com.gisgraphy.domain.geoloc.service.geoloc
 

Subinterfaces of IQueryProcessor in com.gisgraphy.domain.geoloc.service.geoloc
 interface IGeolocSearchEngine
          Execute a GeolocQuery and returns the results in a specific format
 interface IStreetSearchEngine
          Execute a StreetSearchQuery and returns the results in a specific format
 

Classes in com.gisgraphy.domain.geoloc.service.geoloc that implement IQueryProcessor
 class GeolocSearchEngine
          Default (threadsafe) implementation of IGeolocSearchEngine.
 class StreetSearchEngine
          Default (threadsafe) implementation of IStreetSearchEngine.
 



Copyright © 2010. All Rights Reserved.