Class NonGridContourDataset

All Implemented Interfaces:
ObjectInputValidation, Serializable, Cloneable, EventListener, ContourDataset, Dataset, SeriesChangeListener, SeriesDataset, XYDataset, XYZDataset

public class NonGridContourDataset
extends DefaultContourDataset
A convenience class that extends the DefaultContourDataset to acommadate non-grid data.
See Also:
Serialized Form
  • Constructor Details

    • NonGridContourDataset

      public NonGridContourDataset()
      Default constructor.
    • NonGridContourDataset

      public NonGridContourDataset​(String seriesName, Object[] xData, Object[] yData, Object[] zData)
      Constructor for NonGridContourDataset. Uses default values for grid dimensions and weighting.
      Parameters:
      seriesName - the series name.
      xData - the x values.
      yData - the y values.
      zData - the z values.
    • NonGridContourDataset

      public NonGridContourDataset​(String seriesName, Object[] xData, Object[] yData, Object[] zData, int numX, int numY, int power)
      Constructor for NonGridContourDataset.
      Parameters:
      seriesName - the series name.
      xData - the x values.
      yData - the y values.
      zData - the z values.
      numX - number grid cells in along the x-axis
      numY - number grid cells in along the y-axis
      power - exponent for inverse distance weighting