Class ALcdGRIBIcon

java.lang.Object
com.luciad.format.grib.gxy.ALcdGRIBIcon
All Implemented Interfaces:
ILcdGRIBIcon
Direct Known Subclasses:
TLcdGRIBArrowIcon, TLcdGRIBNumericIcon, TLcdGRIBSparseIcon, TLcdGRIBWindIcon

@Deprecated public abstract class ALcdGRIBIcon extends Object implements ILcdGRIBIcon
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
ILcdGRIBIcon that has a width, height and anchor point.
Since:
2013.0
  • Constructor Details

    • ALcdGRIBIcon

      public ALcdGRIBIcon()
      Deprecated.
  • Method Details

    • getIconWidth

      public abstract int getIconWidth(double[] aValues)
      Deprecated.
      Returns the width of the icon.
      Parameters:
      aValues - the values
      Returns:
      the width of the icon.
    • getIconHeight

      public abstract int getIconHeight(double[] aValues)
      Deprecated.
      Returns the height of the icon.
      Parameters:
      aValues - the values
      Returns:
      the height of the icon.
    • anchorPointSFCT

      public abstract void anchorPointSFCT(double[] aValues, Point aPointSFCT)
      Deprecated.
      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().
      Parameters:
      aValues - the values
      aPointSFCT - the point that has to be moved to the location of the anchor point of this icon.