Class SLDDensityMapParser


  • public class SLDDensityMapParser
    extends Object
    • Constructor Detail

      • SLDDensityMapParser

        public SLDDensityMapParser()
    • Method Detail

      • parseDensityMap

        public static DensityMap parseDensityMap​(XPath xPath,
                                                 Node node)
                                          throws SLDException
        Parse the functions within a node for a pattern symbolizer or opacity transform
        Parameters:
        xPath -
        node -
        Returns:
        PatternScale
        Throws:
        SLDException
      • parseLookupValue

        public static String parseLookupValue​(XPath xPath,
                                              Node node)
                                       throws SLDException
        Parse the lookup value from within a function for a pattern or opacity transform
        Parameters:
        xPath -
        node -
        Returns:
        data field name
        Throws:
        SLDException