Class LayerStyles
- java.lang.Object
-
- org.gcube.spatial.data.geoutility.bean.LayerStyles
-
- All Implemented Interfaces:
Serializable
public class LayerStyles extends Object implements Serializable
The Class LayerStyles.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Feb 10, 2016
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayerStyles()Instantiates a new layer styles.LayerStyles(List<String> geoStyles, Map<String,String> mapNcWmsStyles, boolean isNcWms)Instantiates a new layer styles.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getGeoStyles()Gets the geo styles.Map<String,String>getMapNcWmsStyles()Gets the map nc wms styles.booleanisNcWms()Checks if is nc wms.voidsetGeoStyles(List<String> geoStyles)Sets the geo styles.voidsetMapNcWmsStyles(Map<String,String> mapNcWmsStyles)Sets the map nc wms styles.voidsetNcWms(boolean isNcWms)Sets the nc wms.StringtoString()
-
-
-
Method Detail
-
getMapNcWmsStyles
public Map<String,String> getMapNcWmsStyles()
Gets the map nc wms styles.- Returns:
- the mapNcWmsStyles
-
isNcWms
public boolean isNcWms()
Checks if is nc wms.- Returns:
- the isNcWms
-
setGeoStyles
public void setGeoStyles(List<String> geoStyles)
Sets the geo styles.- Parameters:
geoStyles- the geoStyles to set
-
setMapNcWmsStyles
public void setMapNcWmsStyles(Map<String,String> mapNcWmsStyles)
Sets the map nc wms styles.- Parameters:
mapNcWmsStyles- the mapNcWmsStyles to set
-
setNcWms
public void setNcWms(boolean isNcWms)
Sets the nc wms.- Parameters:
isNcWms- the isNcWms to set
-
-