public class GeoTiff extends Object
GeotiffWriter| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the Geotiff file.
|
void |
initTags() |
static void |
main(String[] argv)
test
|
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(PrintStream out)
Write the geotiff Tag information to out.
|
public GeoTiff(String filename)
filename - pathname of filepublic void close()
throws IOException
IOException - on io errorpublic void initTags()
throws IOException
IOExceptionpublic void read()
throws IOException
IOException - on read errorpublic void showInfo(PrintStream out)
public String showInfo()
public static void main(String[] argv)
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.