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
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
getType()
boolean
boolean
void
setFeatures
(List<String> features) void
setFeaturesAsString
(String features) void
Methods inherited from class io.goobi.viewer.model.maps.FeatureSet
getColor, getFillOpacity, getId, getMarker, getMarkerAsJSON, getName, setMarker, setName
-
Constructor Details
-
ManualFeatureSet
public ManualFeatureSet() -
ManualFeatureSet
-
-
Method Details
-
copy
- Specified by:
copy
in classFeatureSet
-
getFeatures
- Returns:
- the features
-
setFeatures
- Parameters:
features
- the features to set
-
setFeaturesAsString
-
getFeaturesAsString
- Specified by:
getFeaturesAsString
in classFeatureSet
- Throws:
PresentationException
-
getFeaturesAsJsonString
- Specified by:
getFeaturesAsJsonString
in classFeatureSet
- Throws:
PresentationException
-
updateFeatures
public void updateFeatures()- Specified by:
updateFeatures
in classFeatureSet
-
hasFeatures
public boolean hasFeatures()- Specified by:
hasFeatures
in classFeatureSet
-
isQueryResultSet
public boolean isQueryResultSet()- Specified by:
isQueryResultSet
in classFeatureSet
-
getType
- Specified by:
getType
in classFeatureSet
-