public class AddeImageDataSelection
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
AddeImageDataSelection.AddeImageAdvancedPanel
Class description
|
class |
AddeImageDataSelection.AddeImagePreviewPanel
Class description
|
Modifier and Type | Field and Description |
---|---|
visad.data.mcidas.AreaAdapter |
aAdapter
_more_
|
AddeImageDataSelection.AddeImageAdvancedPanel |
advancedPanel
_more_
|
edu.wisc.ssec.mcidas.AREAnav |
baseAnav
_more_
|
DataChoice |
dataChoice
_more_
|
ImageDataSource |
dataSource
_more_
|
AddeImageDescriptor |
descriptor
_more_
|
javax.swing.JPanel |
leMagPanel
_more_
|
AddeImageDataSelection.AddeImagePreviewPanel |
regionPanel
_more_
|
visad.georef.MapProjection |
sampleProjection
_more_
|
java.lang.String |
source
_more_
|
Constructor and Description |
---|
AddeImageDataSelection(ImageDataSource dataSource,
DataChoice dc,
java.lang.String source,
edu.wisc.ssec.mcidas.AREAnav baseAnav,
AddeImageDescriptor descriptor,
visad.georef.MapProjection sample,
visad.data.mcidas.AreaAdapter aAdapter)
Construct a AddeImageDataSelection
|
AddeImageDataSelection(ImageDataSource dataSource,
DataChoice dc,
java.lang.String source,
edu.wisc.ssec.mcidas.AREAnav baseAnav,
AddeImageInfo addeImageInfo,
visad.georef.MapProjection sample,
visad.data.mcidas.AreaAdapter aAdapter,
edu.wisc.ssec.mcidas.Calibrator cali,
int band) |
Modifier and Type | Method and Description |
---|---|
AddeImageDataSelection.AddeImageAdvancedPanel |
getAdvancedPanel()
_more_
|
DataChoice |
getDataChoice()
_more_
|
boolean |
getIsProgressiveResolution()
_more_
|
AddeImageDataSelection.AddeImagePreviewPanel |
getRegionPanel()
_more_
|
void |
setDataChoice(DataChoice choice)
_more_
|
public ImageDataSource dataSource
public java.lang.String source
public AddeImageDescriptor descriptor
public edu.wisc.ssec.mcidas.AREAnav baseAnav
public DataChoice dataChoice
public visad.georef.MapProjection sampleProjection
public AddeImageDataSelection.AddeImageAdvancedPanel advancedPanel
public AddeImageDataSelection.AddeImagePreviewPanel regionPanel
public visad.data.mcidas.AreaAdapter aAdapter
public javax.swing.JPanel leMagPanel
public AddeImageDataSelection(ImageDataSource dataSource, DataChoice dc, java.lang.String source, edu.wisc.ssec.mcidas.AREAnav baseAnav, AddeImageDescriptor descriptor, visad.georef.MapProjection sample, visad.data.mcidas.AreaAdapter aAdapter)
dataSource
- _more_dc
- _more_source
- _more_baseAnav
- _more_descriptor
- _more_sample
- _more_aAdapter
- _more_public AddeImageDataSelection(ImageDataSource dataSource, DataChoice dc, java.lang.String source, edu.wisc.ssec.mcidas.AREAnav baseAnav, AddeImageInfo addeImageInfo, visad.georef.MapProjection sample, visad.data.mcidas.AreaAdapter aAdapter, edu.wisc.ssec.mcidas.Calibrator cali, int band)
public boolean getIsProgressiveResolution()
public AddeImageDataSelection.AddeImageAdvancedPanel getAdvancedPanel()
public AddeImageDataSelection.AddeImagePreviewPanel getRegionPanel()
public void setDataChoice(DataChoice choice)
choice
- _more_public DataChoice getDataChoice()