Documentation of 'visad.data.dods.VectorAdapterFactory' Java class
VectorAdapterFactory
visad.data.dods

Class VectorAdapterFactory



  • public class VectorAdapterFactory
    extends java.lang.Object
    Provides support for creating adapters that bridge between DODS primitive vectors and the VisAD data-import context.

    Instances are immutable.

    • Method Detail

      • vectorAdapterFactory

        public static VectorAdapterFactory vectorAdapterFactory()
        Returns an instance of this class.
        Returns:
        An instance of this class.
      • vectorAdapter

        public VectorAdapter vectorAdapter(dods.dap.PrimitiveVector vector,
                                           dods.dap.DAS das,
                                           VariableAdapterFactory factory)
                                    throws VisADException,
                                           java.rmi.RemoteException
        Returns the adapter corresponding to a DODS primitive vector.
        Parameters:
        vector - A DODS primitive vector.
        das - The DODS DAS in which the attribute table for the DODS vector is embedded.
        factory - A factory for creating adapters of DODS variables.
        Returns:
        The adapter corresponding to the DODS primitive vector.
        Throws:
        VisADException - VisAD failure.
        java.rmi.RemoteException - Java RMI failure.
      • booleanVectorAdapter

        public BooleanVectorAdapter booleanVectorAdapter(dods.dap.BooleanPrimitiveVector vector,
                                                         dods.dap.DAS das,
                                                         VariableAdapterFactory factory)
                                                  throws VisADException,
                                                         java.rmi.RemoteException
        Returns the adapter corresponding to a DODS BooleanPrimitiveVector.
        Parameters:
        vector - A DODS primitive vector of the appropriate type.
        das - The DODS DAS in which the attribute table for the DODS vector is embedded.
        factory - A factory for creating adapters of DODS variables.
        Returns:
        The adapter corresponding to the DODS primitive vector.
        Throws:
        VisADException - VisAD failure.
        java.rmi.RemoteException - Java RMI failure.
      • byteVectorAdapter

        public ByteVectorAdapter byteVectorAdapter(dods.dap.BytePrimitiveVector vector,
                                                   dods.dap.DAS das,
                                                   VariableAdapterFactory factory)
                                            throws VisADException,
                                                   java.rmi.RemoteException
        Returns the adapter corresponding to a DODS BytePrimitiveVector.
        Parameters:
        vector - A DODS primitive vector of the appropriate type.
        das - The DODS DAS in which the attribute table for the DODS vector is embedded.
        factory - A factory for creating adapters of DODS variables.
        Returns:
        The adapter corresponding to the DODS primitive vector.
        Throws:
        VisADException - VisAD failure.
        java.rmi.RemoteException - Java RMI failure.
      • uInt16VectorAdapter

        public UInt16VectorAdapter uInt16VectorAdapter(dods.dap.UInt16PrimitiveVector vector,
                                                       dods.dap.DAS das,
                                                       VariableAdapterFactory factory)
                                                throws VisADException,
                                                       java.rmi.RemoteException
        Returns the adapter corresponding to a DODS UInt16PrimitiveVector.
        Parameters:
        vector - A DODS primitive vector of the appropriate type.
        das - The DODS DAS in which the attribute table for the DODS vector is embedded.
        factory - A factory for creating adapters of DODS variables.
        Returns:
        The adapter corresponding to the DODS primitive vector.
        Throws:
        VisADException - VisAD failure.
        java.rmi.RemoteException - Java RMI failure.
      • int16VectorAdapter

        public Int16VectorAdapter int16VectorAdapter(dods.dap.Int16PrimitiveVector vector,
                                                     dods.dap.DAS das,
                                                     VariableAdapterFactory factory)
                                              throws VisADException,
                                                     java.rmi.RemoteException
        Returns the adapter corresponding to a DODS Int16PrimitiveVector.
        Parameters:
        vector - A DODS primitive vector of the appropriate type.
        das - The DODS DAS in which the attribute table for the DODS vector is embedded.
        factory - A factory for creating adapters of DODS variables.
        Returns:
        The adapter corresponding to the DODS primitive vector.
        Throws:
        VisADException - VisAD failure.
        java.rmi.RemoteException - Java RMI failure.
      • uInt32VectorAdapter

        public UInt32VectorAdapter uInt32VectorAdapter(dods.dap.UInt32PrimitiveVector vector,
                                                       dods.dap.DAS das,
                                                       VariableAdapterFactory factory)
                                                throws VisADException,
                                                       java.rmi.RemoteException
        Returns the adapter corresponding to a DODS UInt32PrimitiveVector.
        Parameters:
        vector - A DODS primitive vector of the appropriate type.
        das - The DODS DAS in which the attribute table for the DODS vector is embedded.
        factory - A factory for creating adapters of DODS variables.
        Returns:
        The adapter corresponding to the DODS primitive vector.
        Throws:
        VisADException - VisAD failure.
        java.rmi.RemoteException - Java RMI failure.
      • int32VectorAdapter

        public Int32VectorAdapter int32VectorAdapter(dods.dap.Int32PrimitiveVector vector,
                                                     dods.dap.DAS das,
                                                     VariableAdapterFactory factory)
                                              throws VisADException,
                                                     java.rmi.RemoteException
        Returns the adapter corresponding to a DODS Int32PrimitiveVector.
        Parameters:
        vector - A DODS primitive vector of the appropriate type.
        das - The DODS DAS in which the attribute table for the DODS vector is embedded.
        factory - A factory for creating adapters of DODS variables.
        Returns:
        The adapter corresponding to the DODS primitive vector.
        Throws:
        VisADException - VisAD failure.
        java.rmi.RemoteException - Java RMI failure.
      • float32VectorAdapter

        public Float32VectorAdapter float32VectorAdapter(dods.dap.Float32PrimitiveVector vector,
                                                         dods.dap.DAS das,
                                                         VariableAdapterFactory factory)
                                                  throws VisADException,
                                                         java.rmi.RemoteException
        Returns the adapter corresponding to a DODS Float32PrimitiveVector.
        Parameters:
        vector - A DODS primitive vector of the appropriate type.
        das - The DODS DAS in which the attribute table for the DODS vector is embedded.
        factory - A factory for creating adapters of DODS variables.
        Returns:
        The adapter corresponding to the DODS primitive vector.
        Throws:
        VisADException - VisAD failure.
        java.rmi.RemoteException - Java RMI failure.
      • float64VectorAdapter

        public Float64VectorAdapter float64VectorAdapter(dods.dap.Float64PrimitiveVector vector,
                                                         dods.dap.DAS das,
                                                         VariableAdapterFactory factory)
                                                  throws VisADException,
                                                         java.rmi.RemoteException
        Returns the adapter corresponding to a DODS Float64PrimitiveVector.
        Parameters:
        vector - A DODS primitive vector of the appropriate type.
        das - The DODS DAS in which the attribute table for the DODS vector is embedded.
        factory - A factory for creating adapters of DODS variables.
        Returns:
        The adapter corresponding to the DODS primitive vector.
        Throws:
        VisADException - VisAD failure.
        java.rmi.RemoteException - Java RMI failure.
      • baseTypeVectorAdapter

        public BaseTypeVectorAdapter baseTypeVectorAdapter(dods.dap.BaseTypePrimitiveVector vector,
                                                           dods.dap.DAS das,
                                                           VariableAdapterFactory factory)
                                                    throws VisADException,
                                                           java.rmi.RemoteException
        Returns the adapter corresponding to a DODS BaseTypePrimitiveVector.
        Parameters:
        vector - A DODS primitive vector of the appropriate type.
        das - The DODS DAS in which the attribute table for the DODS vector is embedded.
        factory - A factory for creating adapters of DODS variables.
        Returns:
        The adapter corresponding to the DODS primitive vector.
        Throws:
        VisADException - VisAD failure.
        java.rmi.RemoteException - Java RMI failure.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.