Class SolrFeatureSet

java.lang.Object
io.goobi.viewer.model.maps.FeatureSet
io.goobi.viewer.model.maps.SolrFeatureSet
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SearchResultFeatureSet

@Entity public class SolrFeatureSet extends FeatureSet
A FeatureSet implementation that generates geo map features by executing a configurable Solr query and converting the matching documents into GeoJSON features.
See Also: