public class GeometryRule extends Object
| Constructor and Description |
|---|
GeometryRule(String
|
public GeometryRule(Stringname, String namespace, String style, List <GeometryRuleTag > filters)
name - the name of this rule.
namespace - a slash-separated name
style - a style to use
filters - a list of tags to use for filtering
public StringgetName()
public StringgetNamespace()
public StringgetStyle()
public List<GeometryRuleTag > getFilters()