Class TLcdGRIBNumericIcon

java.lang.Object
com.luciad.format.grib.gxy.ALcdGRIBIcon
com.luciad.format.grib.gxy.TLcdGRIBNumericIcon
All Implemented Interfaces:
ILcdGRIBIcon

@Deprecated public class TLcdGRIBNumericIcon extends ALcdGRIBIcon
Deprecated.
The NetCDF decoder should be used to decode GRIB data. TLcdNumericParameterizedIcon can display numeric icons for GRIB data decoded by the NetCDF decoder.
This ILcdGRIBIcon displays numbers, based on the first value of the array of values.
Since:
6.5
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Creates a new TLcdGRIBNumericIcon with default settings.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    anchorPointSFCT(double[] aValues, Point aPointSFCT)
    Deprecated.
    Returns the anchor point of this icon.
    Deprecated.
    Gets the color of the numbers.
    Deprecated.
    Gets the decimal format for the numbers.
    Deprecated.
    Returns the color of the edge around the numbers.
    int
    Deprecated.
    Returns the radius of the colored edge around the numbers.
    Deprecated.
    Gets the font of the numbers.
    int
    getIconHeight(double[] aValues)
    Deprecated.
    Returns the height of the icon.
    int
    getIconWidth(double[] aValues)
    Deprecated.
    Returns the width of the icon.
    Deprecated.
    Returns the unit string that is appended after the number.
    void
    paintGRIBIcon(Graphics aGraphics, int aX, int aY, double[] aValues)
    Deprecated.
    Paint the icon at the specified location for the given multi-dimensional value.
    void
    setColor(Color aColor)
    Deprecated.
    Sets the color of the numbers.
    void
    Deprecated.
    Sets the decimal format for the numbers.
    void
    setEdgeColor(Color aEdgeColor)
    Deprecated.
    Sets the color of the edge around the numbers.
    void
    setEdgeRadius(int aEdgeRadius)
    Deprecated.
    Sets the radius of the colored edge around the numbers.
    void
    setFont(Font aFont)
    Deprecated.
    Sets the font of the numbers.
    void
    setUnitString(String aUnitString)
    Deprecated.
    Sets the unit string that is appended after the number.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TLcdGRIBNumericIcon

      public TLcdGRIBNumericIcon()
      Deprecated.
      Creates a new TLcdGRIBNumericIcon with default settings.
  • Method Details

    • getUnitString

      public String getUnitString()
      Deprecated.
      Returns the unit string that is appended after the number.
      Returns:
      The unit string.
      See Also:
    • setUnitString

      public void setUnitString(String aUnitString)
      Deprecated.
      Sets the unit string that is appended after the number.
      Parameters:
      aUnitString - The unit string.
      See Also:
    • getFont

      public Font getFont()
      Deprecated.
      Gets the font of the numbers.
      Returns:
      The font of the numbers.
      See Also:
    • setFont

      public void setFont(Font aFont)
      Deprecated.
      Sets the font of the numbers.
      Parameters:
      aFont - The font of the numbers.
      See Also:
    • getColor

      public Color getColor()
      Deprecated.
      Gets the color of the numbers.
      Returns:
      The color of the numbers.
      See Also:
    • setColor

      public void setColor(Color aColor)
      Deprecated.
      Sets the color of the numbers.
      Parameters:
      aColor - The color of the numbers.
      See Also:
    • getEdgeColor

      public Color getEdgeColor()
      Deprecated.
      Returns the color of the edge around the numbers.
      Returns:
      The color of the edge around the numbers.
      See Also:
    • setEdgeColor

      public void setEdgeColor(Color aEdgeColor)
      Deprecated.
      Sets the color of the edge around the numbers.
      Parameters:
      aEdgeColor - The color of the edge around the numbers.
      See Also:
    • getEdgeRadius

      public int getEdgeRadius()
      Deprecated.
      Returns the radius of the colored edge around the numbers.
      Returns:
      The radius of the colored edge around the numbers.
      See Also:
    • setEdgeRadius

      public void setEdgeRadius(int aEdgeRadius)
      Deprecated.
      Sets the radius of the colored edge around the numbers.
      Parameters:
      aEdgeRadius - The radius of the colored edge around the numbers.
      See Also:
    • getDecimalFormat

      public DecimalFormat getDecimalFormat()
      Deprecated.
      Gets the decimal format for the numbers.
      Returns:
      The decimal format for the numbers.
      See Also:
    • setDecimalFormat

      public void setDecimalFormat(DecimalFormat aDecimalFormat)
      Deprecated.
      Sets the decimal format for the numbers.
      Parameters:
      aDecimalFormat - The decimal format for the numbers.
      See Also:
    • paintGRIBIcon

      public void paintGRIBIcon(Graphics aGraphics, int aX, int aY, double[] aValues)
      Deprecated.
      Paint the icon at the specified location for the given multi-dimensional value.
      Parameters:
      aGraphics - the Graphics on which the icon is painted.
      aX - the x ordinate at which the icon is painted. aX is the first coordinate of the top left corner point of the icon.
      aY - the y ordinate at which the icon is painted. aY is the first coordinate of the top left corner point of the icon.
      aValues - the multi-dimensional value.
    • getIconWidth

      public int getIconWidth(double[] aValues)
      Deprecated.
      Description copied from class: ALcdGRIBIcon
      Returns the width of the icon.
      Specified by:
      getIconWidth in class ALcdGRIBIcon
      Parameters:
      aValues - the values
      Returns:
      the width of the icon.
    • getIconHeight

      public int getIconHeight(double[] aValues)
      Deprecated.
      Description copied from class: ALcdGRIBIcon
      Returns the height of the icon.
      Specified by:
      getIconHeight in class ALcdGRIBIcon
      Parameters:
      aValues - the values
      Returns:
      the height of the icon.
    • anchorPointSFCT

      public void anchorPointSFCT(double[] aValues, Point aPointSFCT)
      Deprecated.
      Description copied from class: ALcdGRIBIcon
      Returns the anchor point of this icon. The x-coordinate of the anchor point typically lies between 0 and getWidth(). The y-coordinate typically lies between 0 and getHeight().
      Specified by:
      anchorPointSFCT in class ALcdGRIBIcon
      Parameters:
      aValues - the values
      aPointSFCT - the point that has to be moved to the location of the anchor point of this icon.