Simulcast 4.2

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


Field Summary
static int ALL_MODIS_BANDS_DAY
           
static int ALL_MODIS_BANDS_NIGHT
           
static int ALL_VIIRS_BANDS_DAY
           
static int ALL_VIIRS_BANDS_NIGHT
           
static int AQUA_PLATFORM
           
static int ATMS
           
static int CrIS
           
static int MODIS_CLASSIC_DAY
           
static int MODIS_CLASSIC_NIGHT
           
static int MODIS_FALSE_COLOR
           
static int MODIS_INFRARED_NIGHT
           
static int MODIS_TRUE_COLOR_DAY
           
static int NPP_PLATFORM
           
static java.lang.String[] nppViewChoices
           
static int OMPS
           
static java.lang.String[] platformChoices
           
static int SINGLE_MODIS_BAND
           
static int SINGLE_VIIRS_BAND
           
static int TERRA_PLATFORM
           
static java.lang.String[] terraAquaViewChoices
           
static int VIIRS_CLASSIC_DAY
           
static int VIIRS_CLASSIC_NIGHT
           
static int VIIRS_FALSE_COLOR
           
static int VIIRS_INFRARED_NIGHT
           
static int VIIRS_TRUE_COLOR_DAY
           
 
Method Summary
 void clear()
           
 java.awt.image.BufferedImage getBufferedImage()
           
 java.lang.String getRequestMessage(java.lang.String passName)
           
 void headerBlock(HeaderBlock headerBlock)
           
 void playStarting()
           
 void playStopped()
           
 void scanGroup(ScanGroup scanGroup)
           
 

Field Detail

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
Method Detail

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

Simulcast 4.2