Class VectorToRasterProcess

  • All Implemented Interfaces:
    VectorProcess

    public class VectorToRasterProcess
    extends Object
    implements VectorProcess
    A Process to rasterize vector features in an input FeatureCollection.

    A feature attribute is specified from which to extract the numeric values that will be written to the output grid coverage. At present only int or float values are written to the output grid coverage. If the attribute is of type Long it will be coerced to int values and a warning will be logged. Similarly if the attribute is of type Double it will be coerced to float and a warning logged.

    Since:
    2.6
    Author:
    Steve Ansari, NOAA, Michael Bedward