public class TrackSelection extends DataSelectionComponent
Modifier and Type | Field and Description |
---|---|
(package private) DataChoice |
dataChoice |
(package private) MultiDimensionDataSource |
datSrc |
static int |
DEFAULT_TRACK_STRIDE |
static int |
DEFAULT_VERTICAL_STRIDE |
(package private) DisplayMaster |
dspMaster |
(package private) boolean |
hasSubset |
private static org.slf4j.Logger |
logger |
(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 |
dataSelection
Constructor and Description |
---|
TrackSelection(DataChoice dataChoice,
FlatField track,
MultiDimensionDataSource datSrc) |
Modifier and Type | Method and Description |
---|---|
void |
applyToDataSelection(DataSelection dataSelection) |
protected JComponent |
doMakeContents() |
MapProjection |
getDataProjection() |
boolean |
setTrackStride()
Update Track Stride if input text box holds a positive integer.
|
void |
setTrackStride(int stride) |
boolean |
setVerticalStride()
Update Vertical Stride if input text box holds a positive integer.
|
void |
setVerticalStride(int stride) |
getContents, getContents, getName, getShowInControlProperties
private static final org.slf4j.Logger logger
public static final int DEFAULT_TRACK_STRIDE
public static final int DEFAULT_VERTICAL_STRIDE
DataChoice dataChoice
double[] x_coords
double[] y_coords
boolean hasSubset
MapProjectionDisplayJ3D mapProjDsp
DisplayMaster dspMaster
int trackStride
int verticalStride
JTextField trkStr
JTextField vrtStr
MultiDimensionDataSource datSrc
TrackSelection(DataChoice dataChoice, FlatField track, MultiDimensionDataSource datSrc) throws VisADException, RemoteException
VisADException
RemoteException
public MapProjection getDataProjection()
protected JComponent doMakeContents()
doMakeContents
in class DataSelectionComponent
public void setTrackStride(int stride)
public void setVerticalStride(int stride)
public boolean setTrackStride()
public boolean setVerticalStride()
public void applyToDataSelection(DataSelection dataSelection)
applyToDataSelection
in class DataSelectionComponent