PointFeatureCollectionInfoProcessor

Top  Previous  Next

This processor delivers informations of a FeatureCollection of geometry type Point and one of its Features. Besides the (general) informations of the super class, this processor stores in following in the output parameter map:

 

point.x: Latitude of the feature's start point

point.y: Longitude of the feature's start point

point.value: raster value of the start point (only provided if input raster is specified!)

 

Required input parameters (besides the super class parameters):

 

Key rasterParamKey (optional): key where to find a GridCoverage2D. Also a StyledGridCoverageInterface is allowed.

 

If rasterParamKey is not specified, the point.value output parameters remain null.