Package com.luciad.format.grib.gxy
Interface ILcdGRIBIcon
- All Known Implementing Classes:
ALcdGRIBIcon,TLcdGRIBArrowIcon,TLcdGRIBNumericIcon,TLcdGRIBSparseIcon,TLcdGRIBWindIcon
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
This interface provides a method to draw icons for multi-dimensional
double values.
This interface is much like the interface
ILcdMultivaluedIcon, except that it works
with with double values instead of integer values.
- Since:
- 6.5
-
Method Summary
Modifier and TypeMethodDescriptionvoidpaintGRIBIcon(Graphics aGraphics, int aX, int aY, double[] aValues) Deprecated.Paint the icon at the specified location for the given multi-dimensional value.
-
Method Details
-
paintGRIBIcon
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.aXis the first coordinate of the top left corner point of the icon.aY- the y ordinate at which the icon is painted.aYis the first coordinate of the top left corner point of the icon.aValues- the multi-dimensional value.
-