| Modifier and Type | Class and Description |
|---|---|
class |
ExactMatchPoiCategoryFilter
A category filter that accepts all categories added to it.
|
class |
WhitelistPoiCategoryFilter
Whitelist category filter that accepts all categories and their sub-categories in the whitelist.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PointOfInterest> |
PoiPersistenceManager.findInRect(BoundingBox bb,
PoiCategoryFilter filter,
String pattern,
int limit)
Find all
PointOfInterest in a rectangle specified by the given BoundingBox. |
Collection<PointOfInterest> |
PoiPersistenceManager.findNearPosition(LatLong point,
int distance,
PoiCategoryFilter filter,
String pattern,
int limit)
Fetch
PointOfInterest from underlying storage near a given position. |
Collection<PointOfInterest> |
AbstractPoiPersistenceManager.findNearPosition(LatLong point,
int distance,
PoiCategoryFilter filter,
String pattern,
int limit)
Fetch
PointOfInterest from underlying storage near a given position. |
static String |
PoiCategoryRangeQueryGenerator.getSQLSelectString(PoiCategoryFilter filter,
String pattern)
Gets the SQL query that looks up POI entries.
|
protected static String |
AbstractPoiPersistenceManager.getSQLSelectString(PoiCategoryFilter filter,
String pattern)
Gets the SQL query that looks up POI entries.
|
Copyright © 2016 mapsforge.org