public class SLDRule extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected SLDFilter |
filter |
protected SLDLegendGraphic |
legendGraphic |
protected double |
maxScaleDenominator |
protected double |
minScaleDenominator |
protected String |
name |
protected List<SLDSymbol> |
symbolList |
protected String |
title |
Constructor and Description |
---|
SLDRule() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
SLDFilter |
getFilter() |
SLDLegendGraphic |
getLegendGraphic() |
double |
getMaxScaleDenominator() |
double |
getMinScaleDenominator() |
String |
getName() |
List<SLDSymbol> |
getSymbols() |
String |
getTitle() |
void |
setDescription(String desc) |
void |
setFilter(SLDFilter f) |
void |
setLegendGraphic(SLDLegendGraphic leg_gra) |
void |
setMaxScaleDenominator(double max_den) |
void |
setMinScaleDenominator(double min_den) |
void |
setName(String n) |
void |
setTitle(String tit) |
protected String name
protected String title
protected SLDFilter filter
protected String description
protected SLDLegendGraphic legendGraphic
protected double minScaleDenominator
protected double maxScaleDenominator
public String getName()
public void setName(String n)
public String getTitle()
public void setTitle(String tit)
public void setFilter(SLDFilter f)
public SLDFilter getFilter()
public String getDescription()
public void setDescription(String desc)
public SLDLegendGraphic getLegendGraphic()
public void setLegendGraphic(SLDLegendGraphic leg_gra)
public double getMinScaleDenominator()
public double getMaxScaleDenominator()
public void setMinScaleDenominator(double min_den)
public void setMaxScaleDenominator(double max_den)