Uses of Interface
com.luciad.format.grib.gxy.ILcdGRIBIcon
Packages that use ILcdGRIBIcon
Package
Description
Contains painters and icons for visualizing GRIB data.
-
Uses of ILcdGRIBIcon in com.luciad.format.grib.gxy
Classes in com.luciad.format.grib.gxy that implement ILcdGRIBIconModifier 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.Methods in com.luciad.format.grib.gxy that return ILcdGRIBIconModifier and TypeMethodDescriptionTLcdGRIBGXYPainterProvider.getGRIBIcon()
Deprecated.Returns the icon to use for multi-valued rasters (if any).TLcdGRIBRasterPainter.getGRIBIcon()
Deprecated.Returns the GRIB icon.Methods in com.luciad.format.grib.gxy with parameters of type ILcdGRIBIconModifier 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.Constructors in com.luciad.format.grib.gxy with parameters of type ILcdGRIBIconModifierConstructorDescriptionTLcdGRIBSparseIcon
(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.