|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectucar.nc2.geotiff.GeoTiff
public class GeoTiff
Low level read/write geotiff files.
GeotiffWriter| Constructor Summary | |
|---|---|
GeoTiff(String filename)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoTiff(String filename)
filename - pathname of file| Method Detail |
|---|
public void close()
throws IOException
IOException - on io error
public void initTags()
throws IOException
IOException
public void read()
throws IOException
IOException - on read errorpublic void showInfo(PrintStream out)
public String showInfo()
public static void main(String[] argv)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||