Class GeometryRule



  • public class GeometryRule
    extends Object
    • Constructor Detail

      • GeometryRule

        public GeometryRule(String name,
                            String namespace,
                            String style,
                            List<GeometryRuleTag> filters)
        Parameters:
        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
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name of this rule.
      • getNamespace

        public String getNamespace()
        Returns:
        the namespace used
      • getStyle

        public String getStyle()
        Returns:
        the style used.
      • getFilters

        public List<GeometryRuleTag> getFilters()
        Returns:
        the list of tags to filter the geometries.