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 void addBand(int band,
double minimum,
double maximum,
double mean,
double std_deviation,
double linear_stretch_min,
double linear_stretch_max)
public java.util.List<STXFile.STXBand> getBands()
public java.io.File getFile()
getFile in interface FormatFilepublic java.io.File getFile(java.io.File file)
getFile in interface FormatFilepublic void read(java.io.File file)
throws java.io.IOException
read in interface FormatFilejava.io.IOExceptionpublic void write(java.io.File file)
throws java.io.IOException
write in interface FormatFilejava.io.IOExceptionCopyright © 2025 gvSIG Association. All rights reserved.