public interface PoiCategoryFilter
Modifier and Type | Method and Description |
---|---|
void |
addCategory(PoiCategory category)
Adds a category to the whitelist.
|
java.util.Collection<PoiCategory> |
getAcceptedCategories() |
java.util.Collection<PoiCategory> |
getAcceptedSuperCategories()
Returns a set of top-level categories for all accepted categories.
|
boolean |
isAcceptedCategory(PoiCategory category)
Returns true if a POI's category is accepted and therefore shall be added to the poi file.
|
void addCategory(PoiCategory category)
category
- The category to be added.java.util.Collection<PoiCategory> getAcceptedCategories()
java.util.Collection<PoiCategory> getAcceptedSuperCategories()
boolean isAcceptedCategory(PoiCategory category)
category
- The POI's category.