gms
Class MT3D_DSP

java.lang.Object
  extended by gms.MT3D_DSP
All Implemented Interfaces:
F2DataManipulator, UIComponent, java.io.Serializable

public class MT3D_DSP
extends java.lang.Object
implements java.io.Serializable, UIComponent, F2DataManipulator

See Also:
Serialized Form

Field Summary
(package private)  RARRAY[] AL
           
(package private)  RARRAY DMCOEF
           
(package private)  javax.swing.JRadioButton doAL
           
(package private)  javax.swing.JRadioButton doDMCOEF
           
(package private)  javax.swing.JRadioButton doTRPT
           
(package private)  javax.swing.JRadioButton doTRPV
           
(package private)  int NLAY
           
private static long serialVersionUID
           
(package private)  RARRAY TRPT
           
(package private)  RARRAY TRPV
           
 
Constructor Summary
MT3D_DSP(int newNLAY)
           
 
Method Summary
 void addDictionaryEntries(F2SystemDev sd, int PID, long dic)
          Add dictionaries entries to the FRAMES 2.0 system
 void addInputs(javax.swing.JPanel p)
          Add Input selection controls to panel
 void addModuleRequirements(F2SystemDev sd, F2ModuleDev md, int PID, long mod, long scheme)
          Add Module Reading or Writing requirements to module
 void addOutputs(javax.swing.JPanel p)
          Add Output selection controls to the panel
 boolean checkInput(java.awt.Component parent)
          Check that the user has completed selection process
(package private)  void processFormat(Operator t, java.lang.String filename, int NCOL, int NROW, int NLAY)
           
 boolean read(java.lang.String filename, ByRefInt NCOL, ByRefInt NROW, ByRefInt NLAY)
           
 void readDataSet(F2ModuleDev md, int PID, java.lang.String mod, java.lang.String uidic)
          Read or Update the dataset in memory with the dataset from FRAMES
 boolean readObjects(java.lang.String filename, ByRefInt NCOL, ByRefInt NROW, ByRefInt NLAY)
           
 boolean write(java.lang.String filename, ByRefInt NCOL, ByRefInt NROW, ByRefInt NLAY)
           
 void writeDataSet(F2ModuleDev md, int PID, java.lang.String mod, java.lang.String uidic)
          Write the dataset represented by the data in memory
 boolean writeObjects(java.lang.String filename, ByRefInt NCOL, ByRefInt NROW, ByRefInt NLAY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

NLAY

int NLAY

AL

RARRAY[] AL

TRPT

RARRAY TRPT

TRPV

RARRAY TRPV

DMCOEF

RARRAY DMCOEF

doAL

javax.swing.JRadioButton doAL

doTRPT

javax.swing.JRadioButton doTRPT

doTRPV

javax.swing.JRadioButton doTRPV

doDMCOEF

javax.swing.JRadioButton doDMCOEF
Constructor Detail

MT3D_DSP

public MT3D_DSP(int newNLAY)
Method Detail

processFormat

void processFormat(Operator t,
                   java.lang.String filename,
                   int NCOL,
                   int NROW,
                   int NLAY)
             throws java.lang.Exception
Throws:
java.lang.Exception

addInputs

public void addInputs(javax.swing.JPanel p)
Description copied from interface: UIComponent
Add Input selection controls to panel

Specified by:
addInputs in interface UIComponent

addOutputs

public void addOutputs(javax.swing.JPanel p)
Description copied from interface: UIComponent
Add Output selection controls to the panel

Specified by:
addOutputs in interface UIComponent

checkInput

public boolean checkInput(java.awt.Component parent)
Description copied from interface: UIComponent
Check that the user has completed selection process

Specified by:
checkInput in interface UIComponent

addDictionaryEntries

public void addDictionaryEntries(F2SystemDev sd,
                                 int PID,
                                 long dic)
Description copied from interface: F2DataManipulator
Add dictionaries entries to the FRAMES 2.0 system

Specified by:
addDictionaryEntries in interface F2DataManipulator

addModuleRequirements

public void addModuleRequirements(F2SystemDev sd,
                                  F2ModuleDev md,
                                  int PID,
                                  long mod,
                                  long scheme)
Description copied from interface: F2DataManipulator
Add Module Reading or Writing requirements to module

Specified by:
addModuleRequirements in interface F2DataManipulator

readDataSet

public void readDataSet(F2ModuleDev md,
                        int PID,
                        java.lang.String mod,
                        java.lang.String uidic)
Description copied from interface: F2DataManipulator
Read or Update the dataset in memory with the dataset from FRAMES

Specified by:
readDataSet in interface F2DataManipulator

writeDataSet

public void writeDataSet(F2ModuleDev md,
                         int PID,
                         java.lang.String mod,
                         java.lang.String uidic)
Description copied from interface: F2DataManipulator
Write the dataset represented by the data in memory

Specified by:
writeDataSet in interface F2DataManipulator

read

public boolean read(java.lang.String filename,
                    ByRefInt NCOL,
                    ByRefInt NROW,
                    ByRefInt NLAY)

write

public boolean write(java.lang.String filename,
                     ByRefInt NCOL,
                     ByRefInt NROW,
                     ByRefInt NLAY)

readObjects

public boolean readObjects(java.lang.String filename,
                           ByRefInt NCOL,
                           ByRefInt NROW,
                           ByRefInt NLAY)

writeObjects

public boolean writeObjects(java.lang.String filename,
                            ByRefInt NCOL,
                            ByRefInt NROW,
                            ByRefInt NLAY)