Class ImageDBWaveParamPair


  • public class ImageDBWaveParamPair
    extends Object
    Container class used to pass around the descriptor of what specific image parameter from what waveband it is that is being referenced.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Field Detail

      • wavelength

        public Waveband wavelength
        The filter wavelength of image requested.
      • parameter

        public int parameter
        The image parameter that is being requested. The range is plus 1 of the index range.
    • Constructor Detail

      • ImageDBWaveParamPair

        public ImageDBWaveParamPair()