Uses of Class
io.goobi.viewer.model.maps.GeoMap
Packages that use GeoMap
Package
Description
-
Uses of GeoMap in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return GeoMapMethods in io.goobi.viewer.dao that return types with arguments of type GeoMapMethods in io.goobi.viewer.dao with parameters of type GeoMapModifier and TypeMethodDescriptionboolean
Add the given map to the database if no map of the same id already existsboolean
IDAO.deleteGeoMap
(GeoMap map) Delete the givenGeoMap
from the databaseIDAO.getPagesUsingMap
(GeoMap map) Return a list of CMS-pages embedding the given mapIDAO.getPagesUsingMapInSidebar
(GeoMap map) Return a list of CMS-pages embedding the given map in a sidebar widgetboolean
IDAO.updateGeoMap
(GeoMap map) Update the givenGeoMap
in the database -
Uses of GeoMap in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return GeoMapMethods in io.goobi.viewer.dao.impl that return types with arguments of type GeoMapMethods in io.goobi.viewer.dao.impl with parameters of type GeoMapModifier and TypeMethodDescriptionboolean
Add the given map to the database if no map of the same id already existsboolean
JPADAO.deleteGeoMap
(GeoMap map) Delete the givenGeoMap
from the databaseJPADAO.getPagesUsingMap
(GeoMap map) Return a list of CMS-pages embedding the given mapJPADAO.getPagesUsingMapInSidebar
(GeoMap map) Return a list of CMS-pages embedding the given map in a sidebar widgetboolean
JPADAO.updateGeoMap
(GeoMap map) Update the givenGeoMap
in the database -
Uses of GeoMap in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return GeoMapModifier and TypeMethodDescriptionActiveDocumentBean.generateGeoMap
(String pi) generateGeoMap.GeoMapBean.getCurrentMap()
Getter for the fieldcurrentMap
.GeoMapBean.getFromCache
(GeoMap geomap) getFromCache.ActiveDocumentBean.getGeoMap()
Get a CMSSidebarElement with a map containing all GeoMarkers for the current PI.SearchBean.getHitsMap()
getHitsMap.Methods in io.goobi.viewer.managedbeans that return types with arguments of type GeoMapModifier and TypeMethodDescriptionGeoMapBean.getAllMaps()
Get a list of allGeoMap
s from the databse.Methods in io.goobi.viewer.managedbeans with parameters of type GeoMapModifier and TypeMethodDescriptionvoid
GeoMapBean.addFeatureSet
(GeoMap map, String type) addFeatureSet.void
deleteMap.GeoMapBean.getEditMapUrl
(GeoMap map) getEditMapUrl.GeoMapBean.getEmbeddingCmsPages
(GeoMap map) getEmbeddingCmsPages.GeoMapBean.getFromCache
(GeoMap geomap) getFromCache.boolean
isInUse.void
GeoMapBean.removeFeatureSet
(GeoMap map, FeatureSet set) removeFeatureSet.void
GeoMapBean.setCurrentMap
(GeoMap currentMap) Sets the current map to a clone of the given map. -
Uses of GeoMap in io.goobi.viewer.model.cms.itemfunctionality
Methods in io.goobi.viewer.model.cms.itemfunctionality that return GeoMap -
Uses of GeoMap in io.goobi.viewer.model.cms.pages.content.types
Methods in io.goobi.viewer.model.cms.pages.content.types that return GeoMapMethods in io.goobi.viewer.model.cms.pages.content.types with parameters of type GeoMap -
Uses of GeoMap in io.goobi.viewer.model.cms.widgets.embed
Methods in io.goobi.viewer.model.cms.widgets.embed that return GeoMapConstructors in io.goobi.viewer.model.cms.widgets.embed with parameters of type GeoMapModifierConstructorDescriptionCMSSidebarElementAutomatic
(GeoMap map, CMSPage owner) CMSSidebarElementAutomatic
(GeoMap map, CMSPageTemplate owner) -
Uses of GeoMap in io.goobi.viewer.model.job.mq
Methods in io.goobi.viewer.model.job.mq with parameters of type GeoMapModifier and TypeMethodDescriptionstatic void
GeoMapUpdateHandler.updateMapInCache
(GeoMap geomap) -
Uses of GeoMap in io.goobi.viewer.model.maps
Methods in io.goobi.viewer.model.maps that return GeoMapMethods in io.goobi.viewer.model.maps with parameters of type GeoMapConstructors in io.goobi.viewer.model.maps with parameters of type GeoMap -
Uses of GeoMap in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return GeoMap