edu.wisc.ssec.mcidasv.data.hydra
Class TrackSelection

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

 class TrackSelection
extends DataSelectionComponent


Field Summary
(package private)  DataChoice dataChoice
           
(package private)  DisplayMaster dspMaster
           
(package private)  boolean hasSubset
           
(package private)  MapProjectionDisplayJ3D mapProjDsp
           
(package private)  FlatField track
           
(package private)  int trackStride
           
(package private)  JTextField trkStr
           
(package private)  int verticalStride
           
(package private)  JTextField vrtStr
           
(package private)  double[] x_coords
           
(package private)  double[] y_coords
           
 
Fields inherited from class ucar.unidata.data.DataSelectionComponent
dataSelection
 
Constructor Summary
TrackSelection(DataChoice dataChoice, FlatField track)
           
 
Method Summary
 void applyToDataSelection(DataSelection dataSelection)
           
protected  JComponent doMakeContents()
           
 MapProjection getDataProjection()
           
 void setTrackStride()
           
 void setTrackStride(int stride)
           
 void setVerticalStride()
           
 void setVerticalStride(int stride)
           
 
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

track

FlatField track

x_coords

double[] x_coords

y_coords

double[] y_coords

hasSubset

boolean hasSubset

mapProjDsp

MapProjectionDisplayJ3D mapProjDsp

dspMaster

DisplayMaster dspMaster

trackStride

int trackStride

verticalStride

int verticalStride

trkStr

JTextField trkStr

vrtStr

JTextField vrtStr
Constructor Detail

TrackSelection

TrackSelection(DataChoice dataChoice,
               FlatField track)
         throws VisADException,
                RemoteException
Throws:
VisADException
RemoteException
Method Detail

getDataProjection

public MapProjection getDataProjection()

doMakeContents

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

setTrackStride

public void setTrackStride(int stride)

setVerticalStride

public void setVerticalStride(int stride)

setTrackStride

public void setTrackStride()

setVerticalStride

public void setVerticalStride()

applyToDataSelection

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