public class GeoPreviewSelection extends DataSelectionComponent
Modifier and Type | Field and Description |
---|---|
private LineDrawing |
box |
(package private) DataChoice |
dataChoice |
(package private) DisplayMaster |
dspMaster |
private int |
elementMag |
(package private) FlatField |
image |
(package private) boolean |
isLL |
private GeoLatLonSelection |
laloSel |
private int |
lineMag |
private static org.slf4j.Logger |
logger |
(package private) MapProjectionDisplayJ3D |
mapProjDsp |
(package private) MapViewManager |
mvm |
private GeoSubsetRubberBandBox |
rbb |
(package private) MapProjection |
sampleProjection |
(package private) IdvObjectStore |
store |
(package private) double[] |
x_coords |
(package private) double[] |
y_coords |
dataSelection
Constructor and Description |
---|
GeoPreviewSelection(DataSourceImpl dataSource,
DataChoice dataChoice,
FlatField image,
GeoLatLonSelection laLoSel,
MapProjection sample,
int lMag,
int eMag,
boolean showPreview) |
Modifier and Type | Method and Description |
---|---|
private void |
addRBB() |
void |
applyToDataSelection(DataSelection dataSelection) |
protected JComponent |
doMakeContents() |
void |
drawBox() |
private void |
eraseBox() |
private void |
filterMissingValueABI() |
private void |
forceCoords() |
DataChoice |
getDataChoice() |
MapProjection |
getDataProjection() |
private float |
getMissingValueABI() |
boolean |
getShowInControlProperties() |
void |
initBox() |
private void |
makeBox() |
private boolean |
rBBPresent() |
private void |
removeRBB() |
void |
setDataChoice(DataChoice choice) |
getContents, getContents, getName
private static final org.slf4j.Logger logger
DataChoice dataChoice
boolean isLL
MapProjection sampleProjection
double[] x_coords
double[] y_coords
MapProjectionDisplayJ3D mapProjDsp
DisplayMaster dspMaster
MapViewManager mvm
IdvObjectStore store
private final GeoSubsetRubberBandBox rbb
private int lineMag
private int elementMag
private GeoLatLonSelection laloSel
private LineDrawing box
public GeoPreviewSelection(DataSourceImpl dataSource, DataChoice dataChoice, FlatField image, GeoLatLonSelection laLoSel, MapProjection sample, int lMag, int eMag, boolean showPreview) throws VisADException, RemoteException
VisADException
RemoteException
private void filterMissingValueABI() throws VisADException, RemoteException
VisADException
RemoteException
private float getMissingValueABI()
public MapProjection getDataProjection()
public void initBox()
protected JComponent doMakeContents()
doMakeContents
in class DataSelectionComponent
public void setDataChoice(DataChoice choice)
public DataChoice getDataChoice()
private void forceCoords()
public void applyToDataSelection(DataSelection dataSelection)
applyToDataSelection
in class DataSelectionComponent
public boolean getShowInControlProperties()
getShowInControlProperties
in class DataSelectionComponent
public void drawBox()
private void makeBox()
private void eraseBox()
private boolean rBBPresent()
private void removeRBB()
private void addRBB()