|
libosmscout 0.1
|
Parameter object for string pattern based search for a location or a POI. More...
#include <LocationService.h>
Public Member Functions | |
| bool | GetAddressOnlyMatch () const |
| bool | GetAdminRegionOnlyMatch () const |
| BreakerRef | GetBreaker () const |
| AdminRegionRef | GetDefaultAdminRegion () const |
| size_t | GetLimit () const |
| bool | GetLocationOnlyMatch () const |
| bool | GetPartialMatch () const |
| bool | GetPOIOnlyMatch () const |
| bool | GetSearchForLocation () const |
| bool | GetSearchForPOI () const |
| std::string | GetSearchString () const |
| StringMatcherFactoryRef | GetStringMatcherFactory () const |
| bool | IsAborted () const |
| LocationStringSearchParameter (const std::string &searchString) | |
| void | SetAddressOnlyMatch (bool addressOnlyMatch) |
| void | SetAdminRegionOnlyMatch (bool adminRegionOnlyMatch) |
| void | SetBreaker (BreakerRef &breaker) |
| void | SetDefaultAdminRegion (const AdminRegionRef &adminRegion) |
| void | SetLimit (size_t limit) |
| void | SetLocationOnlyMatch (bool locationOnlyMatch) |
| void | SetPartialMatch (bool partialMatch) |
| void | SetPOIOnlyMatch (bool poiOnlyMatch) |
| void | SetSearchForLocation (bool searchForLocation) |
| void | SetSearchForPOI (bool searchForPOI) |
| void | SetStringMatcherFactory (const StringMatcherFactoryRef &stringMatcherFactory) |
Parameter object for string pattern based search for a location or a POI.
|
explicit |
| bool osmscout::LocationStringSearchParameter::GetAddressOnlyMatch | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| bool osmscout::LocationStringSearchParameter::GetAdminRegionOnlyMatch | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| BreakerRef osmscout::LocationStringSearchParameter::GetBreaker | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| AdminRegionRef osmscout::LocationStringSearchParameter::GetDefaultAdminRegion | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| size_t osmscout::LocationStringSearchParameter::GetLimit | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| bool osmscout::LocationStringSearchParameter::GetLocationOnlyMatch | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| bool osmscout::LocationStringSearchParameter::GetPartialMatch | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| bool osmscout::LocationStringSearchParameter::GetPOIOnlyMatch | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| bool osmscout::LocationStringSearchParameter::GetSearchForLocation | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| bool osmscout::LocationStringSearchParameter::GetSearchForPOI | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| std::string osmscout::LocationStringSearchParameter::GetSearchString | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| StringMatcherFactoryRef osmscout::LocationStringSearchParameter::GetStringMatcherFactory | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| bool osmscout::LocationStringSearchParameter::IsAborted | ( | ) | const |
Referenced by osmscout::LocationService::SearchForLocationByString().
| void osmscout::LocationStringSearchParameter::SetAddressOnlyMatch | ( | bool | addressOnlyMatch | ) |
| void osmscout::LocationStringSearchParameter::SetAdminRegionOnlyMatch | ( | bool | adminRegionOnlyMatch | ) |
| void osmscout::LocationStringSearchParameter::SetBreaker | ( | BreakerRef & | breaker | ) |
| void osmscout::LocationStringSearchParameter::SetDefaultAdminRegion | ( | const AdminRegionRef & | adminRegion | ) |
| void osmscout::LocationStringSearchParameter::SetLimit | ( | size_t | limit | ) |
| void osmscout::LocationStringSearchParameter::SetLocationOnlyMatch | ( | bool | locationOnlyMatch | ) |
| void osmscout::LocationStringSearchParameter::SetPartialMatch | ( | bool | partialMatch | ) |
| void osmscout::LocationStringSearchParameter::SetPOIOnlyMatch | ( | bool | poiOnlyMatch | ) |
| void osmscout::LocationStringSearchParameter::SetSearchForLocation | ( | bool | searchForLocation | ) |
| void osmscout::LocationStringSearchParameter::SetSearchForPOI | ( | bool | searchForPOI | ) |
| void osmscout::LocationStringSearchParameter::SetStringMatcherFactory | ( | const StringMatcherFactoryRef & | stringMatcherFactory | ) |