public class SLDUserStyle extends SLDLayerStyle
Modifier and Type | Field and Description |
---|---|
protected List<SLDFeatureStyle> |
featureStyles |
protected String |
isDefault
"0" = False (default)
"1" = True
|
protected String |
theAbstract |
protected String |
title |
name
Constructor and Description |
---|
SLDUserStyle() |
Modifier and Type | Method and Description |
---|---|
String |
getAbstract() |
List<SLDFeatureStyle> |
getFeatureStyles() |
String |
getTitle() |
String |
isDefault()
"0" = False (default)
"1" = True
|
void |
setAbstract(String abst) |
void |
setIsDefault(String def) |
void |
setTile(String tit) |
getName, setName
protected String title
protected String theAbstract
protected String isDefault
protected List<SLDFeatureStyle> featureStyles
public String getTitle()
public void setTile(String tit)
public String getAbstract()
public void setAbstract(String abst)
public String isDefault()
public void setIsDefault(String def)
public List<SLDFeatureStyle> getFeatureStyles()