Package org.gvsig.basicformats
Interface STXFile
- All Superinterfaces:
FormatFile
- All Known Implementing Classes:
DefaultSTXFile
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Methods inherited from interface org.gvsig.basicformats.FormatFile
getFile, getFile, read, write, writeQuietly
-
Field Details
-
FILE_EXTENSION
- See Also:
-
-
Method Details
-
addBand
void addBand(int band, double minimum, double maximum, double mean, double std_deviation, double linear_stretch_min, double linear_stretch_max) -
clear
void clear() -
getBands
List<STXFile.STXBand> getBands()
-