| Interface | Description |
|---|---|
| PoiCategory |
This class represents a category for
PointOfInterest. |
| PoiCategoryFilter |
Interface for filtering accepted POIs based on their tag.
|
| PoiCategoryManager |
A category manager is a storage for
PoiCategorys. |
| PoiPersistenceManager |
Abstracts from an underlying Storage/DB by providing methods for inserting / deleting / searching
PointOfInterest objects in named Storage/DB. |
| Class | Description |
|---|---|
| AbstractPoiCategoryManager |
Abstract implementation for the
PoiCategoryManager interface. |
| AbstractPoiPersistenceManager |
Abstract implementation for the
PoiPersistenceManager interface. |
| DbConstants |
Defines DB constants.
|
| DoubleLinkedPoiCategory |
A POI category representation that stores a node, its parent node and its child nodes.
|
| ExactMatchPoiCategoryFilter |
A category filter that accepts all categories added to it.
|
| PoiCategoryRangeQueryGenerator |
This class generates a prepared SQL query for retrieving POIs filtered by a given
PoiCategoryFilter. |
| PoiFileInfo |
Contains the immutable metadata of a POI file.
|
| PoiFileInfoBuilder | |
| PointOfInterest |
This class represents a point of interest.
|
| WhitelistPoiCategoryFilter |
Whitelist category filter that accepts all categories and their sub-categories in the whitelist.
|
| Exception | Description |
|---|---|
| UnknownPoiCategoryException |
This exception is thrown whenever the
PoiCategoryManager cannot find a category for a
given tag. |
Copyright © 2016 mapsforge.org