Documentation of 'visad.data.netcdf.out.VisADAdapter' Java class
VisADAdapter
visad.data.netcdf.out

Class VisADAdapter

  • All Implemented Interfaces:
    ucar.netcdf.Netcdf


    public class VisADAdapter
    extends ucar.netcdf.AbstractNetcdf
    The VisADAdapter class adapts a VisAD data object to the AbstractNetcdf API.
    • Constructor Summary

      Constructors 
      Constructor and Description
      VisADAdapter(Data data)
      Construct from a generic VisAD data object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ucar.multiarray.Accessor ioFactory(ucar.netcdf.ProtoVariable protoVar)
      Return a MultiArray Accessor for a variable.
      • Methods inherited from class ucar.netcdf.AbstractNetcdf

        contains, contains, get, getAttribute, getAttributes, getDimensions, iterator, size, toCdl, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VisADAdapter

        public VisADAdapter(Data data)
                     throws BadFormException,
                            VisADException,
                            java.rmi.RemoteException,
                            java.io.IOException
        Construct from a generic VisAD data object.
        Parameters:
        data - The VisAD data object to be adapted to a netCDF API
        Throws:
        UnimplementedException - Something that should be implemented isn't yet.
        BadFormException - The VisAD data object cannot be adapted to a netCDF API
        VisADException - Problem in core VisAD. Some VisAD object probably couldn't be created.
        java.rmi.RemoteException - Remote data access failure.
        java.io.IOException - Data access failure.
    • Method Detail

      • ioFactory

        public ucar.multiarray.Accessor ioFactory(ucar.netcdf.ProtoVariable protoVar)
        Return a MultiArray Accessor for a variable. This method is part of the AbstractNetcdf class and should never be called -- so it always throws an error.
        Specified by:
        ioFactory in class ucar.netcdf.AbstractNetcdf

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.