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

Class UInt32VectorAdapter



  • public final class UInt32VectorAdapter
    extends FloatVectorAdapter
    Provides support for adapting a DODS UInt32PrimitiveVector to the VisAD data-import context.

    Instances are immutable.

    • Constructor Detail

      • UInt32VectorAdapter

        public UInt32VectorAdapter(dods.dap.UInt32PrimitiveVector vector,
                                   dods.dap.DAS das,
                                   VariableAdapterFactory factory)
                            throws VisADException,
                                   java.rmi.RemoteException
        Constructs from a DODS vector and a factory for creating DODS variable adapters.
        Parameters:
        vector - A DODS vector to be adapted.
        das - The DODS DAS in which the attribute table for the DODS vector is embedded.
        factory - A factory for creating adapters of DODS variables.
        Throws:
        BadFormException - The DODS information is corrupt.
        VisADException - VisAD failure.
        java.rmi.RemoteException - Java RMI failure.
    • Method Detail

      • getFloats

        public float[] getFloats(dods.dap.PrimitiveVector vec,
                                 boolean copy)
        Returns the numeric values of a compatible DODS primitive vector.
        Parameters:
        vec - A DODS primitive vector that is compatible with the primitive vector used to construct this instance.
        copy - If true, then a copy is returned.
        Returns:
        The numeric values of the primitive vector.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.