Class TPKReader

    • Constructor Detail

      • TPKReader

        public TPKReader​(Object source,
                         Hints hints)
    • Method Detail

      • getFormat

        public Format getFormat()
        Description copied from interface: GridCoverageReader
        Returns the format handled by this GridCoverageReader.
      • readImage

        protected static BufferedImage readImage​(byte[] data,
                                                 String format)
                                          throws IOException
        Throws:
        IOException
      • getStartImage

        protected BufferedImage getStartImage​(BufferedImage copyFrom,
                                              int width,
                                              int height)
      • getStartImage

        protected BufferedImage getStartImage​(int imageType,
                                              int width,
                                              int height)
      • getStartImage

        protected BufferedImage getStartImage​(int width,
                                              int height)
      • setBackground

        protected void setBackground​(BufferedImage image,
                                     Color bgColor)