This processor writes some attribute values of a given org.opengis.feature.Feature.
Required input parameters:
Key source: key where to find the org.opengis.feature.Feature
in the ISDSS parameter map
Key attrValue.: Value to store in attribute
colName.
public class FeatureWriterProcessor extends net.simplace.util.pipeline.FWProcessor { // Public Constructors public FeatureWriterProcessor(); // Constants public static final String SOURCE_KEY; public static final String ATTRVAL_KEY; // Public Instance Methods