edu.wisc.ssec.mcidasv.chooser
Class ImageParameters

java.lang.Object
  extended by ucar.unidata.util.NamedThing
      extended by edu.wisc.ssec.mcidasv.chooser.ImageParameters
All Implemented Interfaces:
NamedObject

public class ImageParameters
extends NamedThing


Field Summary
private static String ATTR_NAME
           
private static String ATTR_URL
           
private static String[] ATTRS
           
private  String band
           
private  String center
           
private  String descriptor
           
private  String group
           
private  String id
           
private  String key
           
private  String latlon
           
private  String linele
           
private  String lleft
           
private  String loc
           
private  String lright
           
private  String mag
           
private  String nav
           
private  String num
           
private  String place
           
private  String pos
           
private  String proj
           
private  List properties
           
private  String satband
           
private  String server
           
private  String size
           
private  String spac
           
private static String TAG_FOLDER
           
private static String TAG_SAVESET
           
private  String uleft
           
private  String unit
           
private  String uright
           
private  String user
           
private  List values
           
 
Constructor Summary
ImageParameters(List props, List vals)
           
ImageParameters(String url)
           
 
Method Summary
 String getBand()
           
 String getCenter()
           
 String getDescriptor()
           
 String getGroup()
           
 String getId()
           
 String getKey()
           
 String getLatlon()
           
 String getLinele()
           
 String getLleft()
           
 String getLoc()
           
 String getLright()
           
 String getMag()
           
 String getNav()
           
 String getNum()
           
 String getPlace()
           
 String getPos()
           
 String getProj()
           
 List getProperties()
           
 String getSatband()
           
 String getServer()
           
 String getSize()
           
 String getSpac()
           
 String getUleft()
           
 String getUnit()
           
 String getUright()
           
 String getUser()
           
 List getValues()
           
private  boolean isKeyword(String prop)
           
private  void parametersBreakdown(String url, List props, List vals)
           
private  void setValues(List props, List vals)
           
 
Methods inherited from class ucar.unidata.util.NamedThing
equals, getDescription, getName, hashCode, setDescription, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TAG_FOLDER

private static final String TAG_FOLDER
See Also:
Constant Field Values

TAG_SAVESET

private static final String TAG_SAVESET
See Also:
Constant Field Values

ATTR_NAME

private static final String ATTR_NAME
See Also:
Constant Field Values

ATTR_URL

private static final String ATTR_URL
See Also:
Constant Field Values

ATTRS

private static final String[] ATTRS

server

private String server

properties

private List properties

values

private List values

user

private String user

proj

private String proj

pos

private String pos

satband

private String satband

band

private String band

id

private String id

key

private String key

latlon

private String latlon

linele

private String linele

loc

private String loc

mag

private String mag

num

private String num

place

private String place

size

private String size

spac

private String spac

unit

private String unit

nav

private String nav

center

private String center

uleft

private String uleft

lleft

private String lleft

uright

private String uright

lright

private String lright

descriptor

private String descriptor

group

private String group
Constructor Detail

ImageParameters

public ImageParameters(String url)

ImageParameters

public ImageParameters(List props,
                       List vals)
Method Detail

getProperties

public List getProperties()

getValues

public List getValues()

getServer

public String getServer()

setValues

private void setValues(List props,
                       List vals)

isKeyword

private boolean isKeyword(String prop)

getUser

public String getUser()

getProj

public String getProj()

getPos

public String getPos()

getSatband

public String getSatband()

getBand

public String getBand()

getId

public String getId()

getKey

public String getKey()

getLatlon

public String getLatlon()

getLinele

public String getLinele()

getLoc

public String getLoc()

getMag

public String getMag()

getNum

public String getNum()

getPlace

public String getPlace()

getSize

public String getSize()

getSpac

public String getSpac()

getUnit

public String getUnit()

getNav

public String getNav()

getCenter

public String getCenter()

getUleft

public String getUleft()

getLleft

public String getLleft()

getUright

public String getUright()

getLright

public String getLright()

getDescriptor

public String getDescriptor()

getGroup

public String getGroup()

parametersBreakdown

private void parametersBreakdown(String url,
                                 List props,
                                 List vals)