net.simplace.processors.PointFeatureCollectionCreatorProcessor

Version: 1.0

This processor creates a new or extends an existing org.geotools.feature.FeatureCollection. Required input parameters (besides the parameters op superclass FeatureCollectionCreatorProcessor):


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
public boolean checkInParameterMap();
// Defines FeatureCollectionCreatorProcessor


Checks whether the in-channel contains all required parameters.
public Class getGeometryType(); // Defines FeatureCollectionCreatorProcessor

Returns the geometry type for the org.geotools.feature.FeatureCollection provided by this processor.
returns {@code Point.class}
public Point createDefaultGeometry();
// Defines FeatureCollectionCreatorProcessor


Returns a default point (0/0).
public Point createGeometryFromParameterMap();
// Defines FeatureCollectionCreatorProcessor


Creates a point from the parameters "latitude" and "longitude" in the in-channel.


}



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