All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sep.io.RegularDataJ
String url (origin) String mimeType String title (title) String label (label of data values) String unit (unit of data values) int dim (space dimension) int n1 [n2,n3,..] (number of samples) float d1 [d2,d3,..] (increment) float o1 [d2,d3,..] (offset) String label1 [label2,label3, ...] (dimension name) String unit1 [unit1,unit2, ...] (unit)
public RegularDataJ()
public RegularDataJ(float data[])
public RegularDataJ(float data[][])
public RegularDataJ(float data[][][])
public RegularDataJ(float data[][][][])
public RegularDataJ(float data[][][][][])
public RegularDataJ(float data[][][][][][])
public RegularDataJ(float data[], ParaKeeper para)
public RegularDataJ(float data[][], ParaKeeper para)
public RegularDataJ(float data[][][], ParaKeeper para)
public RegularDataJ(float data[][][][], ParaKeeper para)
public RegularDataJ(float data[][][][][], ParaKeeper para)
public RegularDataJ(float data[][][][][][], ParaKeeper para)
public RegularDataJ(InputStream istr) throws IOException
public RegularDataJ(String fileName) throws IOException
public void set(String paraName, String paraValue)
public void read(String fileName) throws IOException
public void read(InputStream istr) throws IOException
public void write(OutputStream outstr) throws IOException
public int getDim()
public boolean containsKey(String paraName)
public String getString(String paraName)
public String getString(String paraName, String deflt)
public int getInt(String paraName)
public int getInt(String paraName, String deflt)
public float getFloat(String paraName)
public float getFloat(String paraName, String deflt)
public double getDouble(String paraName)
public double getDouble(String paraName, String deflt)
public boolean getBoolean(String paraName)
public boolean getBoolean(String paraName, String deflt)
public Object getData()
public void setData(float input[])
All Packages Class Hierarchy This Package Previous Next Index