Package io.goobi.viewer.model.maps
Class ManualFeatureSet
java.lang.Object
io.goobi.viewer.model.maps.FeatureSet
io.goobi.viewer.model.maps.ManualFeatureSet
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class io.goobi.viewer.model.maps.FeatureSet
DEFAULT_MARKER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getType()booleanbooleanbooleanvoidsetFeatures(List<String> features) voidsetFeaturesAsString(String features) voidsetUseHeatmap(boolean useHeatmap) voidMethods inherited from class io.goobi.viewer.model.maps.FeatureSet
getColor, getFillOpacity, getId, getMarker, getMarkerAsJSON, getName, setId, setMarker, setName
-
Constructor Details
-
ManualFeatureSet
public ManualFeatureSet() -
ManualFeatureSet
-
-
Method Details
-
copy
- Specified by:
copyin classFeatureSet
-
getFeatures
- Returns:
- the features
-
setFeatures
- Parameters:
features- the features to set
-
setFeaturesAsString
-
getFeaturesAsString
- Specified by:
getFeaturesAsStringin classFeatureSet- Throws:
PresentationException
-
getFeaturesAsJsonString
- Specified by:
getFeaturesAsJsonStringin classFeatureSet- Throws:
PresentationException
-
updateFeatures
public void updateFeatures()- Specified by:
updateFeaturesin classFeatureSet
-
hasFeatures
public boolean hasFeatures()- Specified by:
hasFeaturesin classFeatureSet
-
isQueryResultSet
public boolean isQueryResultSet()- Specified by:
isQueryResultSetin classFeatureSet
-
getType
- Specified by:
getTypein classFeatureSet
-
isUseHeatmap
public boolean isUseHeatmap()- Specified by:
isUseHeatmapin classFeatureSet
-
setUseHeatmap
public void setUseHeatmap(boolean useHeatmap) - Specified by:
setUseHeatmapin classFeatureSet
-