| Modifier and Type | Method and Description |
|---|---|
PoiCategory |
PoiCategoryManager.getPoiCategoryByID(int id)
Returns a category given by its ID or throws an exception if this category does not exist.
|
PoiCategory |
AbstractPoiCategoryManager.getPoiCategoryByID(int id)
Returns a category given by its ID or throws an exception if this category does not exist.
|
PoiCategory |
PoiCategoryManager.getPoiCategoryByTitle(String title)
Returns a category given by unique title or throws an exception if this category does not
exist.
|
PoiCategory |
AbstractPoiCategoryManager.getPoiCategoryByTitle(String title)
Returns a category given by unique title or throws an exception if this category does not
exist.
|
PoiCategory |
PoiCategoryManager.getRootCategory()
Returns the category tree's root.
|
PoiCategory |
AbstractPoiCategoryManager.getRootCategory()
Returns the category tree's root.
|
Copyright © 2016 mapsforge.org