The VisAD library has been updated. The new visad.jar file is
available from the ftp site:
ftp://ftp.ssec.wisc.edu/pub/visad-2.0
Here is a summary of the changes since the last update:
Changes since 2008/04/22
visad/ShadowType.java revision 1.166 date: 2008/09/01 20:16:40 author: donm
fix a NullPointerException when no contours are drawn. This could be
because of bad data or contour levels are that outside the range of
the data.
--------------------------
visad/Gridded3DSet.java revision 1.81 date: 2008/09/01 20:16:40 author: donm
fix a NullPointerException when no contours are drawn. This could be
because of bad data or contour levels are that outside the range of
the data.
--------------------------
visad/build.xml revision 1.16 date: 2008/08/30 16:41:55 author: brucef
Move target and source to 1.5
--------------------------
visad/java3d/ShadowTypeJ3D.java revision 1.69 date: 2008/08/30
16:27:27 author: brucef
Merge line style changes to main branch
--------------------------
visad/ShadowType.java revision 1.165 date: 2008/08/30 16:27:26
author: brucef
Merge line style changes to main branch
--------------------------
visad/Gridded3DSet.java revision 1.80 date: 2008/08/30 16:27:26
author: brucef
Merge line style changes to main branch
--------------------------
visad/ContourControl.java revision 1.60 date: 2008/08/30 16:27:26
author: brucef
Merge line style changes to main branch
--------------------------
visad/Contour2D.java revision 1.71 date: 2008/08/30 16:27:26 author: brucef
Merge line style changes to main branch
--------------------------
visad/Gridded3DSet.java revision 1.78.2.9 date: 2008/08/26 19:00:05
author: brucef
Possible fix for ArrayIndexOutOfBounds exception
--------------------------
visad/Contour2D.java revision 1.70.2.8 date: 2008/08/26 19:00:05
author: brucef
Possible fix for ArrayIndexOutOfBounds exception
--------------------------
visad/bom/SceneGraphRenderer.java revision 1.7 date: 2008/08/15
20:52:28 author: donm
make all colors be opaque
--------------------------
visad/bom/SceneGraphRenderer.java revision 1.6 date: 2008/08/14
21:10:14 author: donm
add support for PointArray, add a flag to transform to screen coordinates
to more easily support rotated 3D displays, support alpha in colors
for Java3D
--------------------------
visad/Gridded3DSet.java revision 1.78.2.8 date: 2008/08/14 14:29:26
author: brucef
Make sure label fill lines are not rendered when filling
--------------------------
visad/build.xml revision 1.15 date: 2008/08/12 18:14:46 author: tommyj
Add visad.data.hrit to fileset for build.
--------------------------
visad/java3d/ShadowTypeJ3D.java revision 1.68.2.4 date: 2008/08/11
21:52:55 author: brucef
Fixed bug preventing the proper rendering of label expanding line
segments with line styles.
--------------------------
visad/Gridded3DSet.java revision 1.78.2.7 date: 2008/08/11 21:52:55
author: brucef
Fixed bug preventing the proper rendering of label expanding line
segments with line styles.
--------------------------
visad/Contour2D.java revision 1.70.2.7 date: 2008/08/11 21:52:55
author: brucef
Fixed bug preventing the proper rendering of label expanding line
segments with line styles.
--------------------------
visad/bom/SceneGraphRenderer.java revision 1.5 date: 2008/08/11
19:26:48 author: donm
get dashed styles working, fix transparency problem with TriangleArrays,
reformat for VisAD style instead of IDV
--------------------------
visad/data/hrit/HRITForm.java revision 1.2 date: 2008/08/11 19:08:36
author: tommyj
Test check-in, cosmetic mods only.
--------------------------
edu/wisc/ssec/mcidas/CalibratorMsg.java revision 1.6 date:
2008/08/11 18:16:41 author: tommyj
Add constructor that takes 2D double array for Planck coeffs.
--------------------------
edu/wisc/ssec/mcidas/GEOSnav.java revision 1.3 date: 2008/08/11
15:08:40 author: tommyj
Minor cleanup - lose unused constructor variable, add serialVersionUID.
--------------------------
visad/bom/SceneGraphRenderer.java revision 1.4 date: 2008/08/07
20:17:20 author: donm
add some code for dashing support
--------------------------
visad/data/DefaultFamily.java revision 1.61 date: 2008/08/07
19:06:26 author: tommyj
Add HRIT to the list of known file adapter Forms.
--------------------------
visad/java3d/ShadowTypeJ3D.java revision 1.68.2.3 date: 2008/08/05
18:49:55 author: brucef
Add some doc for label line segment code.
Java 1.5'ify a few HashMaps for type safety.
Remove some unused locals.
--------------------------
visad/Gridded3DSet.java revision 1.78.2.6 date: 2008/08/05 18:49:55
author: brucef
Add some doc for label line segment code.
Java 1.5'ify a few HashMaps for type safety.
Remove some unused locals.
--------------------------
visad/Contour2D.java revision 1.70.2.6 date: 2008/08/05 18:49:55
author: brucef
Add some doc for label line segment code.
Java 1.5'ify a few HashMaps for type safety.
Remove some unused locals.
--------------------------
visad/data/text/TextAdapter.java revision 1.38 date: 2008/08/05
18:33:12 author: donm
check in on the main branch!
--------------------------
visad/java3d/ShadowTypeJ3D.java revision 1.68.2.2 date: 2008/08/05
01:58:01 author: brucef
First crack at styling the expanding label segments. This aint very
perty, it's clunky, and I'm not happy with it, but it works.
--------------------------
visad/Gridded3DSet.java revision 1.78.2.5 date: 2008/08/05 01:58:01
author: brucef
First crack at styling the expanding label segments. This aint very
perty, it's clunky, and I'm not happy with it, but it works.
--------------------------
visad/Contour2D.java revision 1.70.2.5 date: 2008/08/05 01:58:01
author: brucef
First crack at styling the expanding label segments. This aint very
perty, it's clunky, and I'm not happy with it, but it works.
--------------------------
visad/Contour2D.java revision 1.70.2.4 date: 2008/08/01 21:28:03
author: brucef
Fix label fill line color bug. (fat fingers!)
--------------------------
visad/Gridded3DSet.java revision 1.78.2.4 date: 2008/08/01 20:35:00
author: brucef
Implement label gaps for new line strip arrays. May need some
tweaking on the gap size.
There is currently a bug in the colors for the label fill lines that
I'll get to next week.
--------------------------
visad/Contour2D.java revision 1.70.2.3 date: 2008/08/01 20:35:00
author: brucef
Implement label gaps for new line strip arrays. May need some
tweaking on the gap size.
There is currently a bug in the colors for the label fill lines that
I'll get to next week.
--------------------------
visad/bom/SceneGraphRenderer.java revision 1.3 date: 2008/08/01
19:42:20 author: jeffmc
Support rotation
--------------------------
visad/bom/SceneGraphRenderer.java revision 1.2 date: 2008/08/01
13:00:01 author: jeffmc
Fix the quadarray rendering
--------------------------
visad/ShadowType.java revision 1.164 date: 2008/07/31 19:31:28 author: donm
bill's fix for adjustFlowToEarth
--------------------------
visad/data/vis5d/Vis5DForm.java revision 1.41 date: 2008/07/29
21:45:40 author: donm
change the dimension of some vars to match the most recent Vis5D+ sizes
--------------------------
visad/data/vis5d/V5DStruct.java revision 1.25 date: 2008/07/29
21:45:40 author: donm
change the dimension of some vars to match the most recent Vis5D+ sizes
--------------------------
visad/Gridded3DSet.java revision 1.78.2.3 date: 2008/07/22 18:00:00
author: brucef
Fold in null checks from trunk.
--------------------------
visad/Gridded3DSet.java revision 1.79 date: 2008/07/18 20:38:58 author: donm
fix some NullPointerExceptions when there are no contours
--------------------------
visad/DisplayImpl.java revision 1.206 date: 2008/07/18 18:40:50 author: donm
notifyListeneners change on the main branch this time.
--------------------------
visad/Contour2D.java revision 1.70.2.2 date: 2008/07/14 17:07:40
author: rink
Add some documentation on how the label stuff works.
--------------------------
visad/ScalarMap.java revision 1.118 date: 2008/07/11 18:45:03 author: donm
only scale animation if computeSet is true
--------------------------
edu/wisc/ssec/mcidas/CalibratorGvar.java revision 1.6 date:
2008/07/11 14:29:36 author: tomw
Re-fix the bias and gain. Now correct (ahem) for G10 and G12...
--------------------------
visad/Gridded3DSet.java revision 1.78.2.2 date: 2008/07/09 16:00:57
author: brucef
Fixed labels that did not have correct color.
Removed some unused vars.
--------------------------
edu/wisc/ssec/mcidas/MSGnav.java revision 1.6 date: 2008/07/01
19:09:15 author: donm
update for non-zero sub latitude
--------------------------
edu/wisc/ssec/mcidas/CalibratorGvarG12.java revision 1.2 date:
2008/06/27 19:27:04 author: tomw
Fix problem with gain/bias fetching from cal block -- ordering changed
starting with G12!!!
--------------------------
edu/wisc/ssec/mcidas/CalibratorGvar.java revision 1.5 date:
2008/06/27 19:27:04 author: tomw
Fix problem with gain/bias fetching from cal block -- ordering changed
starting with G12!!!
--------------------------
edu/wisc/ssec/mcidas/CalibratorFactory.java revision 1.5 date:
2008/06/25 14:45:40 author: tomw
Adding G12 calibration.
--------------------------
edu/wisc/ssec/mcidas/Calibrator.java revision 1.6 date: 2008/06/25
14:45:40 author: tomw
Adding G12 calibration.
--------------------------
edu/wisc/ssec/mcidas/AreaFile.java revision 1.34 date: 2008/06/25
14:45:40 author: tomw
Adding G12 calibration.
--------------------------
visad/Contour2D.java revision 1.70 date: 2008/06/16 22:17:56 author: donm
branches: 1.70.2;
Jeff's optimizations. Let us know what breaks!
--------------------------
visad/jmet/MetUnits.java revision 1.23 date: 2008/05/28 16:52:55
author: donm
add a handler for Kg
--------------------------
visad/Contour2D.java revision 1.69 date: 2008/05/08 20:32:59 author: rink
use a faster difficulty test.
--------------------------
--
Tom Whittaker
University of Wisconsin-Madison
Space Science & Engineering Center (SSEC)
Cooperative Institute for Meteorological Satellite Studies (CIMSS)
1225 W. Dayton Street
Madison, WI 53706 USA
ph: +1 608 262 2759