Uses of Class
io.goobi.viewer.model.maps.FeatureSet
Packages that use FeatureSet
-
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 TypeMethodDescriptionboolean
GeoMapBean.isActiveFeatureSet
(FeatureSet featureSet) isActiveFeatureSet.void
GeoMapBean.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 TypeClassDescriptionclass
class
class
Methods in io.goobi.viewer.model.maps that return FeatureSetModifier and TypeMethodDescriptionabstract FeatureSet
FeatureSet.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 TypeMethodDescriptionvoid
GeoMap.addFeatureSet
(FeatureSet set) void
GeoMap.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