Package org.gvsig.basicformats.impl
Class DefaultSTXFile
java.lang.Object
org.gvsig.basicformats.impl.AbstractFormatFile
org.gvsig.basicformats.impl.DefaultSTXFile
- All Implemented Interfaces:
FormatFile,STXFile
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.gvsig.basicformats.STXFile
STXFile.STXBand -
Field Summary
Fields inherited from interface org.gvsig.basicformats.STXFile
FILE_EXTENSION -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gvsig.basicformats.impl.AbstractFormatFile
writeQuietlyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.basicformats.FormatFile
writeQuietly
-
Constructor Details
-
DefaultSTXFile
public DefaultSTXFile()
-
-
Method Details
-
getFile
- Specified by:
getFilein interfaceFormatFile
-
getFile
- Specified by:
getFilein interfaceFormatFile
-
read
- Specified by:
readin interfaceFormatFile- Throws:
IOException
-
getBands
-
clear
public void clear() -
addBand
public void addBand(int band, double minimum, double maximum, double mean, double std_deviation, double linear_stretch_min, double linear_stretch_max) -
write
- Specified by:
writein interfaceFormatFile- Throws:
IOException
-