|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.geotiff.GeotiffWriter
public class GeotiffWriter
| Constructor Summary | |
|---|---|
GeotiffWriter(java.lang.String fileOut)
Geotiff writer. |
|
| Method Summary | |
|---|---|
void |
close()
|
Array |
getYXDataInBox(Array data,
int x1,
int x2,
int y1,
int y2)
|
static void |
main(java.lang.String[] args)
test |
void |
writeGrid(GridDataset dataset,
GridDatatype grid,
Array data,
boolean greyScale)
Write Grid data to the geotiff file. |
void |
writeGrid(GridDatatype grid,
Array data,
boolean greyScale,
double xStart,
double yStart,
double xInc,
double yInc,
int imageNumber)
Write Grid data to the geotiff file. |
void |
writeGrid(java.lang.String fileName,
java.lang.String gridName,
int time,
int level,
boolean greyScale,
LatLonRect pt)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeotiffWriter(java.lang.String fileOut)
fileOut - name of output file.| Method Detail |
|---|
public void writeGrid(GridDataset dataset,
GridDatatype grid,
Array data,
boolean greyScale)
throws java.io.IOException
dataset - grid - data - 2D array in YX ordergreyScale - if true, write greyScale image, else dataSample.
java.io.IOException
public void writeGrid(java.lang.String fileName,
java.lang.String gridName,
int time,
int level,
boolean greyScale,
LatLonRect pt)
throws java.io.IOException
java.io.IOException
public Array getYXDataInBox(Array data,
int x1,
int x2,
int y1,
int y2)
throws java.io.IOException
java.io.IOException
public void writeGrid(GridDatatype grid,
Array data,
boolean greyScale,
double xStart,
double yStart,
double xInc,
double yInc,
int imageNumber)
throws java.io.IOException
grid - original griddata - 2D array in YX ordergreyScale - if true, write greyScale image, else dataSample.xStart - yStart - xInc - yInc - imageNumber -
java.io.IOException
java.lang.IllegalArgumentException - if above assumptions not valid
public void close()
throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||