public class DefaultSTXFile extends AbstractFormatFile implements STXFile
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultSTXFile.DefaultSTXBand |
STXFile.STXBandFILE_EXTENSION| Constructor and Description |
|---|
DefaultSTXFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBand(int band,
double minimum,
double maximum,
double mean,
double std_deviation,
double linear_stretch_min,
double linear_stretch_max) |
void |
clear() |
java.util.List<STXFile.STXBand> |
getBands() |
java.io.File |
getFile() |
java.io.File |
getFile(java.io.File file) |
void |
read(java.io.File file) |
void |
write(java.io.File file) |
writeQuietlyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteQuietlypublic java.io.File getFile(java.io.File file)
getFile in interface FormatFilepublic java.io.File getFile()
getFile in interface FormatFilepublic void read(java.io.File file)
throws java.io.IOException
read in interface FormatFilejava.io.IOExceptionpublic java.util.List<STXFile.STXBand> getBands()
public void addBand(int band,
double minimum,
double maximum,
double mean,
double std_deviation,
double linear_stretch_min,
double linear_stretch_max)
public void write(java.io.File file)
throws java.io.IOException
write in interface FormatFilejava.io.IOException