Class SampleImage

Object
SampleImage
All Implemented Interfaces:
Serializable

public class SampleImage extends Object implements Serializable
Simple serializable class holding a sample model and a color model
Author:
Andrea Aime - GeoSolutions
See Also:
  • Constructor Details

    • SampleImage

      public SampleImage(SampleModel sampleModel, ColorModel colorModel)
      Builds a new sample image
  • Method Details

    • toBufferedImage

      public BufferedImage toBufferedImage()
      Builds a 1x1 BufferedImage with the provided sample model and color model