Class RgbImageWriter

  • All Implemented Interfaces:
    ImageWriter

    public class RgbImageWriter
    extends java.lang.Object
    implements ImageWriter
    • Constructor Summary

      Constructors 
      Constructor Description
      RgbImageWriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.image.BufferedImage prepareTargetImage​(GeoTiff geoTiff, int width, int height)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RgbImageWriter

        public RgbImageWriter()
    • Method Detail

      • prepareTargetImage

        public java.awt.image.BufferedImage prepareTargetImage​(GeoTiff geoTiff,
                                                               int width,
                                                               int height)
        Specified by:
        prepareTargetImage in interface ImageWriter