Class HamamatsuVMSReader

All Implemented Interfaces:
Closeable, AutoCloseable, ICompressedTileReader, IFormatHandler, IFormatReader, IMetadataConfigurable, IPyramidHandler

public class HamamatsuVMSReader extends FormatReader
HamamatsuVMSReader is the file format reader for Hamamatsu VMS datasets.
Author:
Melissa Linkert melissa at glencoesoftware.com
  • Field Details

    • MAX_JPEG_SIZE

      private static final int MAX_JPEG_SIZE
      See Also:
    • MAX_SIZE

      private static final int MAX_SIZE
      See Also:
    • initializedSeries

      private int initializedSeries
    • initializedPlane

      private int initializedPlane
    • initializedFile

      private String initializedFile
    • files

      private ArrayList<String> files
    • tileFiles

      private String[][][] tileFiles
    • service

      private JPEGTurboService service
    • restartMarkers

      private HashMap<String,long[]> restartMarkers
    • macroFile

      private String macroFile
    • mapFile

      private String mapFile
    • nRows

      private int nRows
    • nCols

      private int nCols
  • Constructor Details

    • HamamatsuVMSReader

      public HamamatsuVMSReader()
      Constructs a new Hamamatsu VMS reader.
  • Method Details