gov.nasa.gsfc.aisb.simulcast.client
Interface ViewHandler
- All Known Implementing Classes:
- AllBandsDayViewHandler, AllBandsNightViewHandler, AllBandsViewHandler, AtmsViewHandler, AutoDayNightMapViewHandler, ClassicDayViewHandler, ClassicNightViewHandler, CrisViewHandler, FalseColorMapViewHandler, FalseColorViewHandler, InfraredMapViewHandler, InfraredViewHandler, OmpsViewHandler, PassViewer, SingleBandMapViewHandler, SingleBandViewHandler, TrueColorMapViewHandler, TrueColorViewHandler
public interface ViewHandler
platformChoices
static final java.lang.String[] platformChoices
TERRA_PLATFORM
static final int TERRA_PLATFORM
- See Also:
- Constant Field Values
AQUA_PLATFORM
static final int AQUA_PLATFORM
- See Also:
- Constant Field Values
NPP_PLATFORM
static final int NPP_PLATFORM
- See Also:
- Constant Field Values
terraAquaViewChoices
static final java.lang.String[] terraAquaViewChoices
MODIS_CLASSIC_DAY
static final int MODIS_CLASSIC_DAY
- See Also:
- Constant Field Values
MODIS_CLASSIC_NIGHT
static final int MODIS_CLASSIC_NIGHT
- See Also:
- Constant Field Values
MODIS_TRUE_COLOR_DAY
static final int MODIS_TRUE_COLOR_DAY
- See Also:
- Constant Field Values
MODIS_INFRARED_NIGHT
static final int MODIS_INFRARED_NIGHT
- See Also:
- Constant Field Values
ALL_MODIS_BANDS_DAY
static final int ALL_MODIS_BANDS_DAY
- See Also:
- Constant Field Values
ALL_MODIS_BANDS_NIGHT
static final int ALL_MODIS_BANDS_NIGHT
- See Also:
- Constant Field Values
MODIS_FALSE_COLOR
static final int MODIS_FALSE_COLOR
- See Also:
- Constant Field Values
SINGLE_MODIS_BAND
static final int SINGLE_MODIS_BAND
- See Also:
- Constant Field Values
nppViewChoices
static final java.lang.String[] nppViewChoices
VIIRS_CLASSIC_DAY
static final int VIIRS_CLASSIC_DAY
- See Also:
- Constant Field Values
VIIRS_CLASSIC_NIGHT
static final int VIIRS_CLASSIC_NIGHT
- See Also:
- Constant Field Values
VIIRS_TRUE_COLOR_DAY
static final int VIIRS_TRUE_COLOR_DAY
- See Also:
- Constant Field Values
VIIRS_INFRARED_NIGHT
static final int VIIRS_INFRARED_NIGHT
- See Also:
- Constant Field Values
ALL_VIIRS_BANDS_DAY
static final int ALL_VIIRS_BANDS_DAY
- See Also:
- Constant Field Values
ALL_VIIRS_BANDS_NIGHT
static final int ALL_VIIRS_BANDS_NIGHT
- See Also:
- Constant Field Values
VIIRS_FALSE_COLOR
static final int VIIRS_FALSE_COLOR
- See Also:
- Constant Field Values
SINGLE_VIIRS_BAND
static final int SINGLE_VIIRS_BAND
- See Also:
- Constant Field Values
ATMS
static final int ATMS
- See Also:
- Constant Field Values
CrIS
static final int CrIS
- See Also:
- Constant Field Values
OMPS
static final int OMPS
- See Also:
- Constant Field Values
playStarting
void playStarting()
clear
void clear()
getRequestMessage
java.lang.String getRequestMessage(java.lang.String passName)
headerBlock
void headerBlock(HeaderBlock headerBlock)
throws java.lang.Exception
- Throws:
java.lang.Exception
scanGroup
void scanGroup(ScanGroup scanGroup)
throws java.lang.Exception
- Throws:
java.lang.Exception
playStopped
void playStopped()
getBufferedImage
java.awt.image.BufferedImage getBufferedImage()