public class ArrayWrapper extends Object
Constructor and Description |
---|
ArrayWrapper(byte[] values)
add the data to the cache
|
ArrayWrapper(byte[][] values)
add the data to the cache
|
ArrayWrapper(double[] values)
add the data to the cache
|
ArrayWrapper(double[][] values)
add the data to the cache
|
ArrayWrapper(float[] values)
add the data to the cache
|
ArrayWrapper(float[][] values)
add the data to the cache
|
ArrayWrapper(int[] values)
add the data to the cache
|
ArrayWrapper(int[][] values)
add the data to the cache
|
ArrayWrapper(short[] values)
add the data to the cache
|
ArrayWrapper(short[][] values)
add the data to the cache
|
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
byte[] |
getByteArray1D()
get the value
|
byte[][] |
getByteArray2D()
get the value
|
double[] |
getDoubleArray1D()
get the value
|
double[][] |
getDoubleArray2D()
get the value
|
float[] |
getFloatArray1D()
get the value
|
float[][] |
getFloatArray2D()
get the value
|
int[] |
getIntArray1D()
get the value
|
int[][] |
getIntArray2D()
get the value
|
short[] |
getShortArray1D()
get the value
|
short[][] |
getShortArray2D()
get the value
|
boolean |
inMemory() |
void |
updateData(Object newData) |
public ArrayWrapper(byte[] values)
values
- the values to addpublic ArrayWrapper(byte[][] values)
values
- the values to addpublic ArrayWrapper(float[] values)
values
- the values to addpublic ArrayWrapper(float[][] values)
values
- the values to addpublic ArrayWrapper(double[] values)
values
- the values to addpublic ArrayWrapper(double[][] values)
values
- the values to addpublic ArrayWrapper(int[] values)
values
- the values to addpublic ArrayWrapper(int[][] values)
values
- the values to addpublic ArrayWrapper(short[] values)
values
- the values to addpublic ArrayWrapper(short[][] values)
values
- the values to addpublic boolean inMemory()
public void updateData(Object newData)
public byte[] getByteArray1D()
public byte[][] getByteArray2D()
public short[] getShortArray1D()
public short[][] getShortArray2D()
public int[] getIntArray1D()
public int[][] getIntArray2D()
public float[] getFloatArray1D()
public float[][] getFloatArray2D()
public double[] getDoubleArray1D()
public double[][] getDoubleArray2D()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.