Uses of Class
io.goobi.viewer.controller.model.FeatureSetConfiguration
Packages that use FeatureSetConfiguration
Package
Description
Core controller and utility classes 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 FeatureSetConfiguration in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return types with arguments of type FeatureSetConfigurationModifier and TypeMethodDescriptionConfiguration.getRecordGeomapFeatureSetConfigs(String templateName) -
Uses of FeatureSetConfiguration in io.goobi.viewer.model.maps
Constructor parameters in io.goobi.viewer.model.maps with type arguments of type FeatureSetConfigurationModifierConstructorDescriptionRecordGeoMap(StructElement struct, IDAO dao, List<FeatureSetConfiguration> featureSetConfigs) Create a new geomap with features from the given StructElement and related documents.