This processor takes geo object and creates a de.schmitzm.geotools.styling.StyledLayerInterface object
with a gives style.
Input parameter format:
Key source: Key to an geo object in the input parameter map
Key style: Name of a style or key to a de.schmitzm.geotools.styling.StyledLayerInterface
the style is taken from
Key resultParamKey (optional) : Output parameter key where the new
de.schmitzm.geotools.styling.StyledLayerInterface is stored in.
If not given, the source is
replaced. If source is already
a de.schmitzm.geotools.styling.StyledLayerInterface specifying
the resultParamKey makes no sense,
since no new object is created, but only
the style is reset!
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
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}