All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.ac.rdg.resc.edal.graphics.style.sld.SLDSymbolizer Maven / Gradle / Ivy

package uk.ac.rdg.resc.edal.graphics.style.sld;

import java.util.List;

import org.w3c.dom.Node;

import uk.ac.rdg.resc.edal.graphics.style.ImageLayer;

public interface SLDSymbolizer {
	
	/**
	 * Parse the symbolizer node of the SLD XML document when given as a parameter as
	 * well as the list of variable names and return an image layer object.
	 * @param varNames
	 * @param symbolizerNode
	 * @return ImageLayer
	 * @throws SLDException
	 */
	ImageLayer getImageLayer(List varNames, Node symbolizerNode) throws SLDException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy