Documentation of 'edu.wisc.ssec.mcidas.adde.WxTextProduct' Java class
WxTextProduct
edu.wisc.ssec.mcidas.adde

Class WxTextProduct



  • public class WxTextProduct
    extends java.lang.Object
    Class to hold a weather text product returned from an ADDE server
    • Constructor Summary

      Constructors 
      Constructor and Description
      WxTextProduct(byte[] header)
      Create a new WxTextProduct from the header info.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addText(java.lang.String newText)
      Adde text to the existing text
      java.lang.String getApro()
      Get the AFOS product id
      java.lang.String getAstn()
      Get the AFOS station
      java.util.Date getDate()
      Get the date of the product
      int getDay()
      Get the day of the product
      java.lang.String getSource()
      Get the source of the product
      java.lang.String getText()
      Get the product text
      int getTime()
      Get the time of the product
      java.lang.String getWmo()
      Get the wmo id of the product
      java.lang.String getWstn()
      Get the wmo station
      void setText(java.lang.String newText)
      Set the text of the bulleting
      java.lang.String toString()
      Get the string representation of this product
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WxTextProduct

        public WxTextProduct(byte[] header)
        Create a new WxTextProduct from the header info.
        Parameters:
        header - the ADDE header
    • Method Detail

      • addText

        public void addText(java.lang.String newText)
        Adde text to the existing text
        Parameters:
        newText -
      • setText

        public void setText(java.lang.String newText)
        Set the text of the bulleting
        Parameters:
        newText - the text
      • getText

        public java.lang.String getText()
        Get the product text
        Returns:
        the product text
      • getSource

        public java.lang.String getSource()
        Get the source of the product
        Returns:
        the source of the product
      • getDay

        public int getDay()
        Get the day of the product
        Returns:
        the day of the product
      • getTime

        public int getTime()
        Get the time of the product
        Returns:
        the time of the product
      • getWmo

        public java.lang.String getWmo()
        Get the wmo id of the product
        Returns:
        the wmo id of the product
      • getWstn

        public java.lang.String getWstn()
        Get the wmo station
        Returns:
        the wmo station
      • getApro

        public java.lang.String getApro()
        Get the AFOS product id
        Returns:
        the AFOS product id
      • getAstn

        public java.lang.String getAstn()
        Get the AFOS station
        Returns:
        the AFOS station
      • getDate

        public java.util.Date getDate()
        Get the date of the product
        Returns:
        the date of the product
      • toString

        public java.lang.String toString()
        Get the string representation of this product
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.