Uses of Class
io.goobi.viewer.model.maps.FeatureSet
Packages that use FeatureSet
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Provides the core domain model for geo-maps in the Goobi viewer, including map
configurations, feature sets, markers, filters, and Solr-backed spatial data providers.
-
Uses of FeatureSet in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return FeatureSetModifier and TypeMethodDescriptionGeoMapBean.getActiveFeatureSet()Getter for the fieldactiveFeatureSet.Methods in io.goobi.viewer.managedbeans with parameters of type FeatureSetModifier and TypeMethodDescriptionbooleanGeoMapBean.isActiveFeatureSet(FeatureSet featureSet) isActiveFeatureSet.voidGeoMapBean.removeFeatureSet(GeoMap map, FeatureSet set) removeFeatureSet. -
Uses of FeatureSet in io.goobi.viewer.model.maps
Subclasses of FeatureSet in io.goobi.viewer.model.mapsModifier and TypeClassDescriptionclassAFeatureSetimplementation that stores geo map features as manually entered GeoJSON strings, persisted as a collection of feature entries in the database.classASolrFeatureSetthat derives its geo map features from the current search result set by using the active search query from theSearchBean.classAFeatureSetimplementation that generates geo map features by executing a configurable Solr query and converting the matching documents into GeoJSON features.Methods in io.goobi.viewer.model.maps that return FeatureSetModifier and TypeMethodDescriptionabstract FeatureSetFeatureSet.copy()ManualFeatureSet.copy()SearchResultFeatureSet.copy()SolrFeatureSet.copy()Methods in io.goobi.viewer.model.maps that return types with arguments of type FeatureSetMethods in io.goobi.viewer.model.maps with parameters of type FeatureSetModifier and TypeMethodDescriptionvoidGeoMap.addFeatureSet(FeatureSet set) voidGeoMap.removeFeatureSet(FeatureSet set) Method parameters in io.goobi.viewer.model.maps with type arguments of type FeatureSetConstructors in io.goobi.viewer.model.maps with parameters of type FeatureSet