public class GeoTiff extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the Geotiff file.
|
void |
initTags() |
void |
read()
Read the geotiff file, using the filename passed in the constructor.
|
String |
showInfo()
Write the geotiff Tag information to a String.
|
void |
showInfo(PrintWriter out)
Write the geotiff Tag information to out.
|
public GeoTiff(String filename)
filename - pathname of filepublic void close()
throws IOException
close in interface AutoCloseableIOException - on io errorpublic void initTags()
throws IOException
IOExceptionpublic void read()
throws IOException
IOException - on read errorpublic void showInfo(PrintWriter out)
public String showInfo()
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.