Class SLDDensityMapParser
- java.lang.Object
 - 
- uk.ac.rdg.resc.edal.graphics.style.sld.SLDDensityMapParser
 
 
- 
public class SLDDensityMapParser extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description SLDDensityMapParser() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DensityMapparseDensityMap(XPath xPath, Node node)Parse the functions within a node for a pattern symbolizer or opacity transformstatic StringparseLookupValue(XPath xPath, Node node)Parse the lookup value from within a function for a pattern or opacity transform 
 - 
 
- 
- 
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
 
 - 
 
 -