libosmscout
0.1
|
#include <LocationService.h>
Public Member Functions | |
bool | GetAdminRegionOnlyMatch () const |
std::string | GetAdminRegionSearchString () const |
BreakerRef | GetBreaker () const |
size_t | GetLimit () const |
bool | GetPartialMatch () const |
bool | GetPOIOnlyMatch () const |
std::string | GetPOISearchString () const |
StringMatcherFactoryRef | GetStringMatcherFactory () const |
bool | IsAborted () const |
POIFormSearchParameter () | |
void | SetAdminRegionOnlyMatch (bool adminRegionOnlyMatch) |
void | SetAdminRegionSearchString (const std::string &adminRegionSearchString) |
void | SetBreaker (BreakerRef &breaker) |
void | SetLimit (size_t limit) |
void | SetPartialMatch (bool partialMatch) |
void | SetPOIOnlyMatch (bool poiOnlyMatch) |
void | SetPOISearchString (const std::string &poiSearchString) |
void | SetStringMatcherFactory (const StringMatcherFactoryRef &stringMatcherFactory) |
Parameter object for form based search of a POI (point of interest)
|
explicit |
bool osmscout::POIFormSearchParameter::GetAdminRegionOnlyMatch | ( | ) | const |
Referenced by osmscout::LocationService::SearchForPOIByForm().
std::string osmscout::POIFormSearchParameter::GetAdminRegionSearchString | ( | ) | const |
Referenced by osmscout::LocationService::SearchForPOIByForm().
BreakerRef osmscout::POIFormSearchParameter::GetBreaker | ( | ) | const |
Referenced by osmscout::LocationService::SearchForPOIByForm().
size_t osmscout::POIFormSearchParameter::GetLimit | ( | ) | const |
Referenced by osmscout::LocationService::SearchForPOIByForm().
bool osmscout::POIFormSearchParameter::GetPartialMatch | ( | ) | const |
Referenced by osmscout::LocationService::SearchForPOIByForm().
bool osmscout::POIFormSearchParameter::GetPOIOnlyMatch | ( | ) | const |
Referenced by osmscout::LocationService::SearchForPOIByForm().
std::string osmscout::POIFormSearchParameter::GetPOISearchString | ( | ) | const |
Referenced by osmscout::LocationService::SearchForPOIByForm().
StringMatcherFactoryRef osmscout::POIFormSearchParameter::GetStringMatcherFactory | ( | ) | const |
Referenced by osmscout::LocationService::SearchForPOIByForm().
bool osmscout::POIFormSearchParameter::IsAborted | ( | ) | const |
Referenced by osmscout::LocationService::SearchForPOIByForm().
void osmscout::POIFormSearchParameter::SetAdminRegionOnlyMatch | ( | bool | adminRegionOnlyMatch | ) |
void osmscout::POIFormSearchParameter::SetAdminRegionSearchString | ( | const std::string & | adminRegionSearchString | ) |
void osmscout::POIFormSearchParameter::SetBreaker | ( | BreakerRef & | breaker | ) |
void osmscout::POIFormSearchParameter::SetLimit | ( | size_t | limit | ) |
void osmscout::POIFormSearchParameter::SetPartialMatch | ( | bool | partialMatch | ) |
void osmscout::POIFormSearchParameter::SetPOIOnlyMatch | ( | bool | poiOnlyMatch | ) |
void osmscout::POIFormSearchParameter::SetPOISearchString | ( | const std::string & | poiSearchString | ) |
void osmscout::POIFormSearchParameter::SetStringMatcherFactory | ( | const StringMatcherFactoryRef & | stringMatcherFactory | ) |