Uses of Interface
com.luciad.format.grib.gxy.ILcdGRIBIcon
Package
Description
Contains painters and icons for visualizing GRIB data.
-
Uses of ILcdGRIBIcon in com.luciad.format.grib.gxy
Modifier and TypeClassDescriptionclass
Deprecated.The NetCDF decoder should be used to decode GRIB data.class
Deprecated.The NetCDF decoder should be used to decode GRIB data.class
Deprecated.The NetCDF decoder should be used to decode GRIB data.class
Deprecated.The NetCDF decoder should be used to decode GRIB data.class
Deprecated.The NetCDF decoder should be used to decode GRIB data.Modifier and TypeMethodDescriptionTLcdGRIBGXYPainterProvider.getGRIBIcon()
Deprecated.Returns the icon to use for multi-valued rasters (if any).TLcdGRIBRasterPainter.getGRIBIcon()
Deprecated.Returns the GRIB icon.Modifier and TypeMethodDescriptionvoid
TLcdGRIBGXYPainterProvider.setGRIBIcon
(ILcdGRIBIcon aIcon) Deprecated.Sets the icon to use for multi-valued rasters (if any).void
TLcdGRIBRasterPainter.setGRIBIcon
(ILcdGRIBIcon aGRIBIcon) Deprecated.Sets the GRIB icon.ModifierConstructorDescriptionTLcdGRIBSparseIcon
(ILcdGRIBIcon aGRIBIcon, int aType, int aDeltaX, int aDeltaY, double aMaxStrength) Deprecated.Creates a new TLcdGRIBSparseIcon of the given type, for strengths with a given maximum.TLcdGRIBSparseIcon
(ILcdGRIBIcon aGRIBIcon, int aType, int aDeltaX, int aDeltaY, double aMinStrength, double aMaxStrength) Deprecated.Creates a new TLcdGRIBSparseIcon of the given type, for strengths that range over a given interval.