|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.gis.GeotiffAdapter
public class GeotiffAdapter
An adapter for GeoTIFF data files.
| Constructor Summary | |
|---|---|
GeotiffAdapter(String filename)
Create a new GeoTiffAdapter |
|
| Method Summary | |
|---|---|
FlatField |
getData()
Get the data for this source. |
FlatField |
getDataAsGrid()
Get the data for this source. |
FlatField |
getDataAsRgb()
Get the data for this source. |
boolean |
getHasProjection()
See if this has a projection |
boolean |
getIsGeotiff()
See if this is a GeoTIFF file or not |
String |
getKeyString()
Print the keys for this GeoTIFF |
static void |
main(String[] args)
Test routine |
static void |
print(String name,
com.sun.media.jai.codec.TIFFField field,
StringBuffer sb)
Print a field |
void |
printKeys()
Print the keys for this GeoTIFF |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeotiffAdapter(String filename)
throws IOException
filename - filename or URL
IOException - problem opening the file| Method Detail |
|---|
public FlatField getData()
throws VisADException,
IOException
IOException - problem opening file
VisADException - VisAD problem
public FlatField getDataAsRgb()
throws VisADException,
IOException
IOException - problem opening file
VisADException - VisAD problem
public FlatField getDataAsGrid()
throws VisADException,
IOException
IOException - problem opening file
VisADException - VisAD problempublic boolean getIsGeotiff()
public boolean getHasProjection()
throws VisADException,
IOException
IOException - problem opening file
VisADException - VisAD problem
public static void print(String name,
com.sun.media.jai.codec.TIFFField field,
StringBuffer sb)
name - name of fieldfield - field to printsb - _more_public void printKeys()
public String getKeyString()
public static void main(String[] args)
args - space separated filenames
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||