Class GeoTiff

    • Constructor Detail

      • GeoTiff

        public GeoTiff​(String filename)
        Constructor. Does not open or create the file.
        Parameters:
        filename - pathname of file
    • Method Detail

      • initTags

        public void initTags()
      • read

        public void read()
                  throws IOException
        Read the geotiff file, using the filename passed in the constructor.
        Throws:
        IOException - on read error
      • showInfo

        public void showInfo​(PrintWriter out)
        Write the geotiff Tag information to out.
      • showInfo

        public String showInfo()
        Write the geotiff Tag information to a String.