Interface STXFile

All Superinterfaces:
FormatFile
All Known Implementing Classes:
DefaultSTXFile

public interface STXFile extends FormatFile
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addBand(int band, double minimum, double maximum, double mean, double std_deviation, double linear_stretch_min, double linear_stretch_max)
     
    void
     
     

    Methods inherited from interface org.gvsig.basicformats.FormatFile

    getFile, getFile, read, write, writeQuietly
  • Field Details

  • 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()