Class TLspGRIBLayerBuilder

java.lang.Object
com.luciad.view.lightspeed.layer.ALspLayerBuilder
com.luciad.format.grib.lightspeed.TLspGRIBLayerBuilder

@Deprecated public final class TLspGRIBLayerBuilder extends ALspLayerBuilder
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
Layer builder for GRIB models, visualizing GRIB 1 and GRIB 2 raster and multi-valued raster models. It provides sensible coloring and icons defaults for many GRIB types.

An example of how to use this builder:


   ILspLayer layer = TLspGRIBLayerBuilder.newBuilder()
       .model( myGribModel )
       .build();
 
Since:
2013.0