Class Grid3DDisplayable

All Implemented Interfaces:
GridDisplayable

public class Grid3DDisplayable extends IsoSurface implements GridDisplayable
A class to support showing 3D gridded data as an IsoSurface
Version:
$Revision: 1.20 $
Author:
IDV Development Team
  • Constructor Details

    • Grid3DDisplayable

      public Grid3DDisplayable(String name, boolean alphaflag) throws VisADException, RemoteException
      Constructs an instance with the supplied name and alphaflag.
      Parameters:
      name - a String identifier
      alphaflag - boolean flag whether to use transparency
      Throws:
      VisADException - from construction of super class
      RemoteException - from construction of super class
  • Method Details