|
||||||||||
| 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(java.lang.String filename)
Constructor. |
|
| Method Summary | |
|---|---|
void |
close()
Close the Geotiff file. |
void |
initTags()
|
static void |
main(java.lang.String[] argv)
test |
void |
read()
Read the geotiff file, using the filename passed in the constructor. |
java.lang.String |
showInfo()
Write the geotiff Tag information to a String. |
void |
showInfo(java.io.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(java.lang.String filename)
filename - pathname of file| Method Detail |
|---|
public void close()
throws java.io.IOException
java.io.IOException - on io error
public void initTags()
throws java.io.IOException
java.io.IOException
public void read()
throws java.io.IOException
java.io.IOException - on read errorpublic void showInfo(java.io.PrintStream out)
public java.lang.String showInfo()
public static void main(java.lang.String[] argv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||