net.simplace.processors.PointFeatureCollectionInfoProcessor

Version: 1.0

This processor delivers informations of a org.geotools.feature.FeatureCollection of geometry type com.vividsolutions.jts.geom.Point and one of its org.opengis.feature.FeatureFeatures. Besides the (general) informations of the super class, this processor stores in following in the output parameter map: Required input parameters (besides the super class parameters): If rasterParamKey is not specified, the point.value output parameters remain null.


public class PointFeatureCollectionInfoProcessor extends
FeatureCollectionInfoProcessor {
// Public Constructors
public PointFeatureCollectionInfoProcessor();

// Constants
public static final String INKEY_RASTER;
public static final String OUTKEY_X;
public static final String OUTKEY_Y;
public static final String OUTKEY_VAL;

// Public Instance Methods
public boolean checkInParameterMap();
// Overrides FeatureCollectionInfoProcessor


Checks whether the in-channel contains all required parameters.
public void processFeature(Feature aFeature) throws Exception;

Stores informations about the given Point-org.opengis.feature.Feature in the output parameter map.


}



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