Class QuesantReader

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

public class QuesantReader extends FormatReader
QuesantReader is the file format reader for Quesant .afm files.
  • Field Details

    • MAX_HEADER_SIZE

      public static final int MAX_HEADER_SIZE
      See Also:
    • pixelsOffset

      private int pixelsOffset
    • xSize

      private double xSize
    • date

      private String date
    • comment

      private String comment
  • Constructor Details

    • QuesantReader

      public QuesantReader()
      Constructs a new Quesant reader.
  • Method Details