Class TLspNetCDFLayerBuilder

java.lang.Object
com.luciad.view.lightspeed.layer.ALspLayerBuilder
com.luciad.format.netcdf.lightspeed.TLspNetCDFLayerBuilder

public final class TLspNetCDFLayerBuilder extends ALspLayerBuilder

Layer builder for NetCDF models. It tries to provide sensible coloring defaults.

An example of how to use this builder:


   ILspLayer layer = TLspNetCDFLayerBuilder.newBuilder()
       .model(myNetCDFModel)
       .build();
 

Note that this layer builder cannot handle model tree nodes. In order to visualize a model tree node with multiple NetCDF leaf models, one can create a layer tree node for the model tree node, and use this layer builder for the leaf NetCDF models.

NetCDF images can also be visualized as an icon grid. This happens automatically when the ALcdImage to be painted contains 2 bands. Icon grid visualization can also be enable/customized by setting a TLspParameterizedRasterIconStyle as the styler. In other cases, the image is visualized as a raster.

Since:
2015.0