edu.wisc.ssec.mcidasv.data
Class PreviewSelection

java.lang.Object
  extended by ucar.unidata.data.DataSelectionComponent
      extended by edu.wisc.ssec.mcidasv.data.PreviewSelection

public class PreviewSelection
extends DataSelectionComponent


Field Summary
(package private)  DataCategory dataCategory
           
(package private)  DataChoice dataChoice
           
(package private)  DataSourceImpl dataSource
           
(package private)  DisplayMaster dspMaster
           
(package private)  boolean hasSubset
           
(package private)  FlatField image
           
(package private)  boolean isLL
           
(package private) static SampledSet lines_outlhpol
           
(package private) static SampledSet lines_outlsupu
           
(package private) static SampledSet lines_outlsupw
           
(package private)  MapProjectionDisplayJ3D mapProjDsp
           
(package private)  MapProjection sampleProjection
           
(package private)  double[] x_coords
           
(package private)  double[] y_coords
           
 
Fields inherited from class ucar.unidata.data.DataSelectionComponent
dataSelection
 
Constructor Summary
PreviewSelection()
           
PreviewSelection(DataChoice dataChoice, FlatField image, MapProjection sample)
           
PreviewSelection(DataChoice dataChoice, FlatField image, MapProjection sample, Range displayRange, byte[][] colorTable)
           
 
Method Summary
 void applyToDataSelection(DataSelection dataSelection)
           
 JComponent doMakeContents()
           
 MapProjection getDataProjection()
           
 
Methods inherited from class ucar.unidata.data.DataSelectionComponent
getContents, getContents, getName, getShowInControlProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataChoice

DataChoice dataChoice

image

FlatField image

isLL

boolean isLL

sampleProjection

MapProjection sampleProjection

x_coords

double[] x_coords

y_coords

double[] y_coords

hasSubset

boolean hasSubset

mapProjDsp

MapProjectionDisplayJ3D mapProjDsp

dspMaster

DisplayMaster dspMaster

dataSource

DataSourceImpl dataSource

dataCategory

DataCategory dataCategory

lines_outlsupu

static SampledSet lines_outlsupu

lines_outlsupw

static SampledSet lines_outlsupw

lines_outlhpol

static SampledSet lines_outlhpol
Constructor Detail

PreviewSelection

public PreviewSelection()

PreviewSelection

public PreviewSelection(DataChoice dataChoice,
                        FlatField image,
                        MapProjection sample)
                 throws VisADException,
                        RemoteException
Throws:
VisADException
RemoteException

PreviewSelection

public PreviewSelection(DataChoice dataChoice,
                        FlatField image,
                        MapProjection sample,
                        Range displayRange,
                        byte[][] colorTable)
                 throws VisADException,
                        RemoteException
Throws:
VisADException
RemoteException
Method Detail

getDataProjection

public MapProjection getDataProjection()

doMakeContents

public JComponent doMakeContents()
Specified by:
doMakeContents in class DataSelectionComponent

applyToDataSelection

public void applyToDataSelection(DataSelection dataSelection)
Specified by:
applyToDataSelection in class DataSelectionComponent