Uses of Class
com.gisgraphy.domain.geoloc.service.geoloc.StreetSearchQuery

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

Methods in com.gisgraphy.domain.geoloc.service.geoloc that return StreetSearchQuery
 StreetSearchQuery StreetSearchQuery.withName(java.lang.String name)
           
 StreetSearchQuery StreetSearchQuery.withOneWay(java.lang.Boolean oneWay)
           
 StreetSearchQuery StreetSearchQuery.withStreetSearchMode(StreetSearchMode streetSearchMode)
           
 StreetSearchQuery StreetSearchQuery.withStreetType(StreetType streetType)
           
 

Methods in com.gisgraphy.domain.geoloc.service.geoloc with parameters of type StreetSearchQuery
 void StreetSearchEngine.executeAndSerialize(StreetSearchQuery query, java.io.OutputStream outputStream)
           
 StreetSearchResultsDto StreetSearchEngine.executeQuery(StreetSearchQuery query)
           
 StreetSearchResultsDto IStreetSearchEngine.executeQuery(StreetSearchQuery query)
          Execute the query and returns a StreetSearchResultsDto
 java.lang.String StreetSearchEngine.executeQueryToString(StreetSearchQuery query)
           
 



Copyright © 2010. All Rights Reserved.