This processor creates a new or extends an existing org.geotools.feature.FeatureCollection.
Required input parameters (besides the parameters op superclass FeatureCollectionCreatorProcessor):
Key longitude:
Horizontal coordinate (X) for the new point in the
org.geotools.feature.FeatureCollection
Key latitude:
Vertical coordinate (Y) for the new point in the
org.geotools.feature.FeatureCollection
public class PointFeatureCollectionCreatorProcessor extends FeatureCollectionCreatorProcessor { // Public Constructors public PointFeatureCollectionCreatorProcessor(); // Constants public static final String LON_KEY; public static final String LAT_KEY; // Public Instance Methods