Documentation of 'visad.data.ArrayWrapper' Java class
ArrayWrapper
visad.data

Class ArrayWrapper



  • public class ArrayWrapper
    extends java.lang.Object
    • Constructor Detail

      • ArrayWrapper

        public ArrayWrapper(byte[] values)
        add the data to the cache
        Parameters:
        values - the values to add
      • ArrayWrapper

        public ArrayWrapper(byte[][] values)
        add the data to the cache
        Parameters:
        values - the values to add
      • ArrayWrapper

        public ArrayWrapper(float[] values)
        add the data to the cache
        Parameters:
        values - the values to add
      • ArrayWrapper

        public ArrayWrapper(float[][] values)
        add the data to the cache
        Parameters:
        values - the values to add
      • ArrayWrapper

        public ArrayWrapper(double[] values)
        add the data to the cache
        Parameters:
        values - the values to add
      • ArrayWrapper

        public ArrayWrapper(double[][] values)
        add the data to the cache
        Parameters:
        values - the values to add
      • ArrayWrapper

        public ArrayWrapper(int[] values)
        add the data to the cache
        Parameters:
        values - the values to add
      • ArrayWrapper

        public ArrayWrapper(int[][] values)
        add the data to the cache
        Parameters:
        values - the values to add
      • ArrayWrapper

        public ArrayWrapper(short[] values)
        add the data to the cache
        Parameters:
        values - the values to add
      • ArrayWrapper

        public ArrayWrapper(short[][] values)
        add the data to the cache
        Parameters:
        values - the values to add
    • Method Detail

      • inMemory

        public boolean inMemory()
      • updateData

        public void updateData(java.lang.Object newData)
      • getByteArray1D

        public byte[] getByteArray1D()
        get the value
        Returns:
        the value
      • getByteArray2D

        public byte[][] getByteArray2D()
        get the value
        Returns:
        the value
      • getShortArray1D

        public short[] getShortArray1D()
        get the value
        Returns:
        the value
      • getShortArray2D

        public short[][] getShortArray2D()
        get the value
        Returns:
        the value
      • getIntArray1D

        public int[] getIntArray1D()
        get the value
        Returns:
        the value
      • getIntArray2D

        public int[][] getIntArray2D()
        get the value
        Returns:
        the value
      • getFloatArray1D

        public float[] getFloatArray1D()
        get the value
        Returns:
        the value
      • getFloatArray2D

        public float[][] getFloatArray2D()
        get the value
        Returns:
        the value
      • getDoubleArray1D

        public double[] getDoubleArray1D()
        get the value
        Returns:
        the value
      • getDoubleArray2D

        public double[][] getDoubleArray2D()
        get the value
        Returns:
        the value
      • finalize

        public void finalize()
                      throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.