Package com.luciad.format.grib.gxy
Class ALcdGRIBIcon
java.lang.Object
com.luciad.format.grib.gxy.ALcdGRIBIcon
- All Implemented Interfaces:
ILcdGRIBIcon
- Direct Known Subclasses:
TLcdGRIBArrowIcon
,TLcdGRIBNumericIcon
,TLcdGRIBSparseIcon
,TLcdGRIBWindIcon
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
ILcdGRIBIcon that has a width, height and anchor point.
- Since:
- 2013.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
anchorPointSFCT
(double[] aValues, Point aPointSFCT) Deprecated.Returns the anchor point of this icon.abstract int
getIconHeight
(double[] aValues) Deprecated.Returns the height of the icon.abstract int
getIconWidth
(double[] aValues) Deprecated.Returns the width of the icon.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.format.grib.gxy.ILcdGRIBIcon
paintGRIBIcon
-
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
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 valuesaPointSFCT
- the point that has to be moved to the location of the anchor point of this icon.
-