Package org.mapsforge.poi.storage
-
Interface Summary Interface Description PoiCategory This class represents a category forPointOfInterest.PoiCategoryFilter Interface for filtering accepted POIs based on their tag.PoiCategoryManager A category manager is a storage forPoiCategorys.PoiPersistenceManager Abstracts from an underlying Storage/DB by providing methods for inserting / deleting / searchingPointOfInterestobjects in named Storage/DB. -
Class Summary Class Description AbstractPoiCategoryManager Abstract implementation for thePoiCategoryManagerinterface.AbstractPoiPersistenceManager Abstract implementation for thePoiPersistenceManagerinterface.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 givenPoiCategoryFilter.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 Summary Exception Description UnknownPoiCategoryException This exception is thrown whenever thePoiCategoryManagercannot find a category for a given tag.