Class GriddedPointGenerator

All Implemented Interfaces:
Iterable<Feature>, FeatureSource

public class GriddedPointGenerator extends PointFeatureSource
A GriddedPointGenerator creates point features from a set of co-located Grid objects. The user selects an area of interest, and the generator converts all data values in that area into point features whose earth locations are derived from the grids' earth transform and whose attributes are the data values at the grid point.
Since:
3.2.0
Author:
Peter Hollemans
  • Constructor Details

    • GriddedPointGenerator

      public GriddedPointGenerator(Grid[] gridArray, EarthTransform2D trans)
      Creates a new generator.
      Parameters:
      gridArray - the array of grids to use for data, each of the same dimensions and earth transform.
      trans - the earth transform for the grids.
  • Method Details