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 TypeMethodDescriptionbooleanAdd the given map to the database if no map of the same id already existsbooleanIDAO.deleteGeoMap(GeoMap map) Delete the givenGeoMapfrom 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 widgetbooleanIDAO.updateGeoMap(GeoMap map) Update the givenGeoMapin 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 TypeMethodDescriptionbooleanAdd the given map to the database if no map of the same id already existsbooleanJPADAO.deleteGeoMap(GeoMap map) Delete the givenGeoMapfrom 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 widgetbooleanJPADAO.updateGeoMap(GeoMap map) Update the givenGeoMapin 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 allGeoMaps from the databse.Methods in io.goobi.viewer.managedbeans with parameters of type GeoMapModifier and TypeMethodDescriptionvoidGeoMapBean.addFeatureSet(GeoMap map, String type) addFeatureSet.voiddeleteMap.GeoMapBean.getEditMapUrl(GeoMap map) getEditMapUrl.GeoMapBean.getEmbeddingCmsPages(GeoMap map) getEmbeddingCmsPages.GeoMapBean.getFromCache(GeoMap geomap) getFromCache.booleanisInUse.voidGeoMapBean.removeFeatureSet(GeoMap map, FeatureSet set) removeFeatureSet.voidGeoMapBean.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 voidGeoMapUpdateHandler.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