Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.util
Class Viirs

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.util.Viirs

public class Viirs
extends java.lang.Object


Field Summary
static int APID
           
static int DAY_BAND_COUNT
           
static java.lang.String[] dayBandChoices
           
static int[] dayBandIndices
           
static int[] emissiveBandIndices
           
static int INFRARED_BAND_INDEX
           
static int NIGHT_BAND_COUNT
           
static java.lang.String[] nightBandChoices
           
static int[] nightBandIndices
           
static int[] reflectiveBandIndices
           
static java.lang.String[] resolutionChoices
           
static java.lang.String[] resolutionValues
           
static int TRUE_COLOR_BLUE_BAND_INDEX
           
static int TRUE_COLOR_GREEN_BAND_INDEX
           
static int TRUE_COLOR_RED_BAND_INDEX
           
 
Constructor Summary
Viirs()
           
 
Method Summary
static int getEmissiveBandIndex(int bandIndex)
          getEmissiveBandIndex.
static int getReflectiveBandIndex(int bandIndex)
          getReflectiveBandIndex.
static boolean isDayBand(int bandIndex)
          isDayBand.
static boolean isEmissiveBand(int bandIndex)
          isEmissiveBand.
static boolean isNightBand(int bandIndex)
          isNightBand.
static boolean isReflectiveBand(int bandIndex)
          isReflectiveBand.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APID

public static final int APID
See Also:
Constant Field Values

TRUE_COLOR_RED_BAND_INDEX

public static final int TRUE_COLOR_RED_BAND_INDEX
See Also:
Constant Field Values

TRUE_COLOR_GREEN_BAND_INDEX

public static final int TRUE_COLOR_GREEN_BAND_INDEX
See Also:
Constant Field Values

TRUE_COLOR_BLUE_BAND_INDEX

public static final int TRUE_COLOR_BLUE_BAND_INDEX
See Also:
Constant Field Values

INFRARED_BAND_INDEX

public static final int INFRARED_BAND_INDEX
See Also:
Constant Field Values

dayBandChoices

public static java.lang.String[] dayBandChoices

dayBandIndices

public static final int[] dayBandIndices

nightBandChoices

public static java.lang.String[] nightBandChoices

nightBandIndices

public static final int[] nightBandIndices

reflectiveBandIndices

public static final int[] reflectiveBandIndices

emissiveBandIndices

public static final int[] emissiveBandIndices

resolutionChoices

public static final java.lang.String[] resolutionChoices

resolutionValues

public static final java.lang.String[] resolutionValues

DAY_BAND_COUNT

public static final int DAY_BAND_COUNT

NIGHT_BAND_COUNT

public static final int NIGHT_BAND_COUNT
Constructor Detail

Viirs

public Viirs()
Method Detail

isDayBand

public static boolean isDayBand(int bandIndex)
isDayBand.


isNightBand

public static boolean isNightBand(int bandIndex)
isNightBand.


isReflectiveBand

public static boolean isReflectiveBand(int bandIndex)
isReflectiveBand.


isEmissiveBand

public static boolean isEmissiveBand(int bandIndex)
isEmissiveBand.


getReflectiveBandIndex

public static int getReflectiveBandIndex(int bandIndex)
getReflectiveBandIndex.


getEmissiveBandIndex

public static int getEmissiveBandIndex(int bandIndex)
getEmissiveBandIndex.


Simulcast 4.2