Class ImageDataSelectionInfo

java.lang.Object
ucar.unidata.data.imagery.ImageDataSelectionInfo

public class ImageDataSelectionInfo extends Object
Created with IntelliJ IDEA. User: yuanho Date: 12/7/13 Time: 10:45 AM To change this template use File | Settings | File Templates.
  • Field Details

    • locationLat

      public double locationLat
      _more_
    • locationLon

      public double locationLon
      _more_
    • locationLine

      public int locationLine
      _more_
    • locationElem

      public int locationElem
      _more_
    • host

      public String host
      _more_
    • requestType

      public String requestType
      _more_
    • band

      public String band
      _more_
    • unit

      public String unit
      _more_
    • group

      public String group
      _more_
    • descriptor

      public String descriptor
      _more_
    • spacing

      public int spacing
      _more_
    • placeValue

      public String placeValue
      _more_
    • locateValue

      public String locateValue
      _more_
    • locateKey

      public String locateKey
      _more_
    • line

      public int line
      _more_
    • elem

      public int elem
      _more_
    • lines

      public int lines
      _more_
    • elememts

      public int elememts
      _more_
    • lineMag

      public int lineMag
      _more_
    • elementMag

      public int elementMag
      _more_
    • trace

      public int trace
      _more_
    • debug

      public boolean debug
      _more_
    • compress

      public String compress
      _more_
    • user

      public String user
      _more_
    • port

      public int port
      _more_
    • project

      public int project
      _more_
    • version

      public String version
      _more_
  • Constructor Details

    • ImageDataSelectionInfo

      public ImageDataSelectionInfo()
      Construct a ImageDataSelectionInfo
    • ImageDataSelectionInfo

      public ImageDataSelectionInfo(String sourceURL)
      Construct a ImageDataSelectionInfo
      Parameters:
      sourceURL - _more_
  • Method Details

    • cloneMe

      public ImageDataSelectionInfo cloneMe()
      _more_
      Returns:
      _more_
    • setPort

      public void setPort(int port)
      _more_
      Parameters:
      port - _more_
    • getPort

      public int getPort()
      _more_
      Returns:
      _more_
    • getCompression

      public String getCompression()
      _more_
      Returns:
      _more_
    • setCompression

      public void setCompression(String compress)
      _more_
      Parameters:
      compress - _more_
    • getProject

      public int getProject()
      _more_
      Returns:
      _more_
    • setProject

      public void setProject(int project)
      _more_
      Parameters:
      project - _more_
    • setHost

      public void setHost(String host)
      _more_
      Parameters:
      host - _more_
    • getHost

      public String getHost()
      _more_
      Returns:
      _more_
    • setBand

      public void setBand(String band)
      _more_
      Parameters:
      band - _more_
    • getBand

      public String getBand()
      _more_
      Returns:
      _more_
    • setNavType

      public void setNavType(String navType)
      _more_
      Parameters:
      navType - _more_
    • getNavType

      public String getNavType()
      _more_
      Returns:
      _more_
    • setUnit

      public void setUnit(String unit)
      _more_
      Parameters:
      unit - _more_
    • getUnit

      public String getUnit()
      _more_
      Returns:
      _more_
    • setGroup

      public void setGroup(String group)
      _more_
      Parameters:
      group - _more_
    • getGroup

      public String getGroup()
      _more_
      Returns:
      _more_
    • setRequestType

      public void setRequestType(String requestType)
      _more_
      Parameters:
      requestType - _more_
    • getRequestType

      public String getRequestType()
      _more_
      Returns:
      _more_
    • setDescriptor

      public void setDescriptor(String descriptor)
      _more_
      Parameters:
      descriptor - _more_
    • getDescriptor

      public String getDescriptor()
      _more_
      Returns:
      _more_
    • setSpacing

      public void setSpacing(int spacing)
      _more_
      Parameters:
      spacing - _more_
    • getSpacing

      public int getSpacing()
      _more_
      Returns:
      _more_
    • setPlaceValue

      public void setPlaceValue(String placeValue)
      _more_
      Parameters:
      placeValue - _more_
    • getPlaceValue

      public String getPlaceValue()
      _more_
      Returns:
      _more_
    • setLine

      public void setLine(int line)
      _more_
      Parameters:
      line - _more_
    • getLine

      public int getLine()
      _more_
      Returns:
      _more_
    • setLines

      public void setLines(int lines)
      _more_
      Parameters:
      lines - _more_
    • getLines

      public int getLines()
      _more_
      Returns:
      _more_
    • setElement

      public void setElement(int elem)
      _more_
      Parameters:
      elem - _more_
    • getElement

      public int getElement()
      _more_
      Returns:
      _more_
    • setElements

      public void setElements(int elems)
      _more_
      Parameters:
      elems - _more_
    • getElements

      public int getElements()
      _more_
      Returns:
      _more_
    • setLineMag

      public void setLineMag(int lineMag)
      _more_
      Parameters:
      lineMag - _more_
    • getLineMag

      public int getLineMag()
      _more_
      Returns:
      _more_
    • setElementMag

      public void setElementMag(int elementMag)
      _more_
      Parameters:
      elementMag - _more_
    • getElementMag

      public int getElementMag()
      _more_
      Returns:
      _more_
    • setLocationLat

      public void setLocationLat(double lat)
      _more_
      Parameters:
      lat - _more_
    • setLocationLon

      public void setLocationLon(double lon)
      _more_
      Parameters:
      lon - _more_
    • setLocationLine

      public void setLocationLine(int line)
      _more_
      Parameters:
      line - _more_
    • setLocationElem

      public void setLocationElem(int elem)
      _more_
      Parameters:
      elem - _more_
    • setLocate

      public void setLocate(String value)
      Set the locate value
      Parameters:
      value - the locate value
    • setLocateValue

      public void setLocateValue(String value)
      _more_
      Parameters:
      value - _more_
    • getLocate

      public String getLocate()
      _more_
      Returns:
      _more_
    • getLocateValue

      public String getLocateValue()
      _more_
      Returns:
      _more_
    • getLocationLat

      public double getLocationLat()
      _more_
      Returns:
      _more_
    • getLocationLon

      public double getLocationLon()
      _more_
      Returns:
      _more_
    • getLocationLine

      public int getLocationLine()
      _more_
      Returns:
      _more_
    • getLocationElem

      public int getLocationElem()
      _more_
      Returns:
      _more_
    • setTrace

      public void setTrace(int value)
      _more_
      Parameters:
      value - _more_
    • getTrace

      public int getTrace()
      _more_
      Returns:
      _more_
    • setDebug

      public void setDebug(boolean debug)
      _more_
      Parameters:
      debug - _more_
    • getDebug

      public boolean getDebug()
      _more_
      Returns:
      _more_
    • setUser

      public void setUser(String value)
      _more_
      Parameters:
      value - _more_
    • getUser

      public String getUser()
      _more_
      Returns:
      _more_
    • getVersion

      public String getVersion()
      _more_
      Returns:
      _more_
    • setVersion

      public void setVersion(String version)
      _more_
      Parameters:
      version - _more_
    • getSizeValue

      public String getSizeValue()
      _more_
      Returns:
      _more_
    • getMagValue

      public String getMagValue()
      _more_
      Returns:
      _more_
    • setLocateKey

      public void setLocateKey(String value)
      Set the locate key
      Parameters:
      value - the locate key
    • getLocateKey

      public String getLocateKey()
      _more_
      Returns:
      _more_
    • getURLString

      public String getURLString()
      _more_
      Returns:
      _more_
    • appendKeyValue

      protected void appendKeyValue(StringBuffer buf, String name, String value)
      _more_
      Parameters:
      buf - _more_
      name - _more_
      value - _more_