net.simplace.processors.GeoObjectStylerProcessor

Version: 1.0

This processor takes geo object and creates a de.schmitzm.geotools.styling.StyledLayerInterface object with a gives style.
Input parameter format: As an special functionality the processor can also be used only to load a style from the ISDSS configuration and put into the ISDSS parameter map. In this case source must not be specified and resultParamKey is required!


public class GeoObjectStylerProcessor extends
net.simplace.util.pipeline.FWProcessor {
// Public Constructors
public GeoObjectStylerProcessor();

// Constants
public static final String SOURCE_KEY;
public static final String STYLE_KEY;
public static final String RESULTKEY_KEY;

// Public Instance Methods
public boolean checkInParameterMap(); // Defines
net.simplace.util.pipeline.FWProcessor


Checks whether the in-channel contains all required parameters.

// Protected Instance Methods
protected boolean process() throws PipeLineException; // Defines
net.simplace.util.pipeline.FWProcessor


Sets a the style to an object. If necessary, a new de.schmitzm.geotools.styling.StyledLayerInterface object is created from the source object.
returns ever {@code true}


}



Hierarchy: java.lang.Object - net.simplace.util.pipeline.FWProcessor - GeoObjectStylerProcessor