Simulcast 4.2

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

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

public class Modis
extends java.lang.Object


Field Summary
static java.lang.String[] allBandResolutionChoices
           
static java.lang.String[] allBandResolutionValues
           
static int APID
           
static java.lang.String[] bandNumbers
           
static int DAY_BAND_COUNT
           
static int DAY_ENHANCEMENT_1
           
static int DAY_ENHANCEMENT_2
           
static int DAY_ENHANCEMENT_NONE
          Enhancements.
static java.lang.String[] dayBandChoices
           
static int[] dayBandIndices
           
static java.lang.String[] dayEnhancementChoices
           
static java.lang.String[] dayEnhancementClassNames
           
static java.lang.String[] emissiveBandChoices
           
static int[] emissiveBandIndices
           
static java.lang.String INFRARED_BAND
           
static int INFRARED_BAND_INDEX
           
static java.lang.String infraredTip
           
static int NIGHT_BAND_COUNT
           
static int NIGHT_ENHANCEMENT_NONE
           
static java.lang.String[] nightBandChoices
           
static int[] nightBandIndices
           
static java.lang.String[] nightEnhancementChoices
           
static java.lang.String[] nightEnhancementClassNames
           
static int[] reflectiveBandIndices
           
static java.lang.String[] resolutionChoices
           
static java.lang.String[] resolutionValues
           
static java.lang.String TRUE_COLOR_BLUE_BAND
           
static int TRUE_COLOR_BLUE_BAND_INDEX
           
static java.lang.String TRUE_COLOR_GREEN_BAND
           
static int TRUE_COLOR_GREEN_BAND_INDEX
           
static java.lang.String TRUE_COLOR_RED_BAND
           
static int TRUE_COLOR_RED_BAND_INDEX
           
static java.lang.String trueColorTip
           
 
Constructor Summary
Modis()
           
 
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.
static int resolutionIndex(java.lang.String choice)
          resolutionIndex.
 
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

public static final java.lang.String TRUE_COLOR_RED_BAND
See Also:
Constant Field Values

TRUE_COLOR_GREEN_BAND

public static final java.lang.String TRUE_COLOR_GREEN_BAND
See Also:
Constant Field Values

TRUE_COLOR_BLUE_BAND

public static final java.lang.String TRUE_COLOR_BLUE_BAND
See Also:
Constant Field Values

INFRARED_BAND

public static final java.lang.String INFRARED_BAND
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

emissiveBandChoices

public static java.lang.String[] emissiveBandChoices

emissiveBandIndices

public static final int[] emissiveBandIndices

resolutionChoices

public static final java.lang.String[] resolutionChoices

resolutionValues

public static final java.lang.String[] resolutionValues

allBandResolutionChoices

public static final java.lang.String[] allBandResolutionChoices

allBandResolutionValues

public static final java.lang.String[] allBandResolutionValues

DAY_BAND_COUNT

public static final int DAY_BAND_COUNT

NIGHT_BAND_COUNT

public static final int NIGHT_BAND_COUNT

bandNumbers

public static final java.lang.String[] bandNumbers

trueColorTip

public static final java.lang.String trueColorTip

infraredTip

public static final java.lang.String infraredTip

DAY_ENHANCEMENT_NONE

public static final int DAY_ENHANCEMENT_NONE
Enhancements.

See Also:
Constant Field Values

DAY_ENHANCEMENT_1

public static final int DAY_ENHANCEMENT_1
See Also:
Constant Field Values

DAY_ENHANCEMENT_2

public static final int DAY_ENHANCEMENT_2
See Also:
Constant Field Values

dayEnhancementChoices

public static final java.lang.String[] dayEnhancementChoices

dayEnhancementClassNames

public static final java.lang.String[] dayEnhancementClassNames

NIGHT_ENHANCEMENT_NONE

public static final int NIGHT_ENHANCEMENT_NONE
See Also:
Constant Field Values

nightEnhancementChoices

public static final java.lang.String[] nightEnhancementChoices

nightEnhancementClassNames

public static final java.lang.String[] nightEnhancementClassNames
Constructor Detail

Modis

public Modis()
Method Detail

resolutionIndex

public static int resolutionIndex(java.lang.String choice)
resolutionIndex.


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