Serialized Form


Package cometa

Class cometa.CometaException extends java.lang.Exception implements Serializable


Package cometa.combine

Class cometa.combine.AMFEvent extends Combiner implements Serializable

Serialized Fields

workingDirectory

java.lang.String workingDirectory
The working directory for this combination method is the directory where the procedure file is located.


output

java.util.ArrayList<E> output
The output array is serialized (thogether with the whole AMFEvent object) at the end of the metadata combination. This object is then used during the post processing phase in order to compute the quality flags for the resulting images.


filesToDelete

java.util.ArrayList<E> filesToDelete
A list of files that can be deleted at the end of the data combination process.


radar

boolean radar
This variable is set to true if the data to be extrapolated are radar images.

Class cometa.combine.AMFEventCloudTop extends Combiner implements Serializable

Serialized Fields

workingDirectory

java.lang.String workingDirectory
The working directory for this combination method is the directory where the procedure file is located.


output

java.util.ArrayList<E> output
The output array is serialized (thogether with the whole AMFEvent object) at the end of the metadata combination. This object is then used during the post processing phase in order to compute the quality flags for the resulting images.


filesToDelete

java.util.ArrayList<E> filesToDelete
A list of files that can be deleted at the end of the data combination process.


radar

boolean radar
This variable is set to true if the data to be extrapolated are radar images.

Class cometa.combine.AMFEventRadar extends Combiner implements Serializable

Serialized Fields

workingDirectory

java.lang.String workingDirectory
The working directory for this combination method is the directory where the procedure file is located.


output

java.util.ArrayList<E> output
The output array is serialized (thogether with the whole AMFEvent object) at the end of the metadata combination. This object is then used during the post processing phase in order to compute the quality flags for the resulting images.


filesToDelete

java.util.ArrayList<E> filesToDelete
A list of files that can be deleted at the end of the data combination process.


radar

boolean radar
This variable is set to true if the data to be extrapolated are radar images.

Class cometa.combine.Combiner extends java.lang.Object implements Serializable

Serialized Fields

workingDirectory

java.lang.String workingDirectory
It is the working directory where this metadata combination method will read / write.


Package cometa.exist

Class cometa.exist.MetadataDB extends java.lang.Object implements Serializable


Package cometa.gui

Class cometa.gui.AboutDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

jButton1

javax.swing.JButton jButton1

jEditorPane1

javax.swing.JEditorPane jEditorPane1

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

jLabel6

javax.swing.JLabel jLabel6

jLabel7

javax.swing.JLabel jLabel7

jLabel8

javax.swing.JLabel jLabel8

jScrollPane2

javax.swing.JScrollPane jScrollPane2

Class cometa.gui.DirectoryButtonMouseListener extends java.awt.event.MouseAdapter implements Serializable

Serialized Fields

textField

javax.swing.JTextField textField
The text field where to set the path to the selected directory.


parent

javax.swing.JFrame parent
The parent frame.

Class cometa.gui.FileButtonMouseListener extends java.awt.event.MouseAdapter implements Serializable

Serialized Fields

textField

javax.swing.JTextField textField
The text field where to set the path to the selected file.


parent

javax.swing.JFrame parent
The parent frame.

Class cometa.gui.GridLayoutVariable extends java.awt.GridLayout implements Serializable

Class cometa.gui.HelpDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

jButton1

javax.swing.JButton jButton1

jEditorPane1

javax.swing.JEditorPane jEditorPane1

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

jLabel6

javax.swing.JLabel jLabel6

jLabel7

javax.swing.JLabel jLabel7

jLabel8

javax.swing.JLabel jLabel8

jScrollPane2

javax.swing.JScrollPane jScrollPane2

Class cometa.gui.MethodSelection extends javax.swing.JFrame implements Serializable

Serialized Fields

metadataDB

MetadataDB metadataDB
Reference to the module that allows to communicate with the metadata database.


chosenMethodID

java.lang.String chosenMethodID
Identifier (String) of the chosen combination method.


jMenu3

javax.swing.JMenu jMenu3

jMenuItem2

javax.swing.JMenuItem jMenuItem2

jMenuItem3

javax.swing.JMenuItem jMenuItem3

jButton1

javax.swing.JButton jButton1

jButton2

javax.swing.JButton jButton2

jButton3

javax.swing.JButton jButton3

jButton4

javax.swing.JButton jButton4

jComboBox1

javax.swing.JComboBox jComboBox1

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jMenu2

javax.swing.JMenu jMenu2

jMenuBar2

javax.swing.JMenuBar jMenuBar2

jMenuItem1

javax.swing.JMenuItem jMenuItem1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

jPanel5

javax.swing.JPanel jPanel5

jPanel6

javax.swing.JPanel jPanel6

jPanel7

javax.swing.JPanel jPanel7

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jTextField1

javax.swing.JTextField jTextField1

Class cometa.gui.MyActionListener extends java.lang.Object implements Serializable

Class cometa.gui.MyMouseAdapter extends java.awt.event.MouseAdapter implements Serializable

Class cometa.gui.Parameters extends javax.swing.JFrame implements Serializable

Serialized Fields

methodWithParameters

Method methodWithParameters
The parameters values selected by the user are set inside this method instance, which can be accessed once the parameters window has been closed.


selectedObsParams

java.util.HashMap<K,V> selectedObsParams
This is a map used to update the parameters values with the ones selected by the user, once the button is clicked.


selectedMethParams

java.util.HashMap<K,V> selectedMethParams
An hashmap mapping the parameter to its value.


obs

java.util.List<E> obs
The list of observations of this method.


metadataDB

MetadataDB metadataDB
Reference to the module that communicates with the metadata database.


fileLocation

java.lang.String fileLocation

jMenuItem3

javax.swing.JMenuItem jMenuItem3

jButton2

javax.swing.JButton jButton2

jLabel1

javax.swing.JLabel jLabel1

statusBar

javax.swing.JLabel statusBar

jButton1

javax.swing.JButton jButton1

jMenu1

javax.swing.JMenu jMenu1

jMenuBar1

javax.swing.JMenuBar jMenuBar1

jMenuItem1

javax.swing.JMenuItem jMenuItem1

jMenuItem2

javax.swing.JMenuItem jMenuItem2

jPanel1

javax.swing.JPanel jPanel1

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

Class cometa.gui.PerturbateButtonMouseListener extends java.lang.Object implements Serializable

Serialized Fields

perturabatedParam

SimpleParam perturabatedParam
Parameter to be perturbated.


textField

javax.swing.JTextField textField
Text field where the default value for the param is displayed.

Class cometa.gui.PerturbateDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

parameter

SimpleParam parameter
The parameter to be perturbated.


fieldToDescativate

javax.swing.JTextField fieldToDescativate
The text field to be desactivated due to the parameter perturbation.


jButton1

javax.swing.JButton jButton1

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jTextField1

javax.swing.JTextField jTextField1

jTextField2

javax.swing.JTextField jTextField2

jTextField3

javax.swing.JTextField jTextField3

Class cometa.gui.ProcedureReview extends javax.swing.JFrame implements Serializable

Serialized Fields

procedureFile

java.lang.String procedureFile
The procedure filename.


execCombProc

ExecuteCombinationProcedure execCombProc
The combination procedure to be executed.


jButton1

javax.swing.JButton jButton1

jPanel1

javax.swing.JPanel jPanel1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jTextArea1

javax.swing.JTextArea jTextArea1

Class cometa.gui.XMLFileButtonMouseListener extends java.awt.event.MouseAdapter implements Serializable

Serialized Fields

textField

javax.swing.JTextField textField
The text field where to set the path to the selected file.


parent

javax.swing.JFrame parent
The parent frame.

Class cometa.gui.XMLFileParamMouseButtonListener extends java.awt.event.MouseAdapter implements Serializable

Serialized Fields

textField

javax.swing.JTextField textField
The text field where to set the path to the selected file.


parent

javax.swing.JFrame parent
The parent frame.


Package cometa.translator.method

Class cometa.translator.method.CompoundParam extends Param implements Serializable

Serialized Fields

arguments

java.lang.String arguments

action

java.lang.String action

name

java.lang.String name

Class cometa.translator.method.Method extends java.lang.Object implements Serializable

Serialized Fields

parameters

Method.Parameters parameters

combinationProcedure

Method.CombinationProcedure combinationProcedure

methodID

java.lang.String methodID

Class cometa.translator.method.Method.CombinationProcedure extends java.lang.Object implements Serializable

Serialized Fields

ref

java.util.List<E> ref

Class cometa.translator.method.Method.CombinationProcedure.Ref extends java.lang.Object implements Serializable

Serialized Fields

clazz

java.lang.String clazz

Class cometa.translator.method.Method.Parameters extends java.lang.Object implements Serializable

Serialized Fields

observation

java.util.List<E> observation

simpleParam

java.util.List<E> simpleParam

compoundParam

java.util.List<E> compoundParam

base

java.lang.String base

Class cometa.translator.method.Method.Parameters.Observation extends java.lang.Object implements Serializable

Serialized Fields

simpleParam

java.util.List<E> simpleParam

compoundParam

java.util.List<E> compoundParam

type

java.lang.String type

observationType

Product observationType

Class cometa.translator.method.Param extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value

Class cometa.translator.method.SimpleParam extends Param implements Serializable

Serialized Fields

_default

java.lang.String _default

name

java.lang.String name

perturbate

java.lang.String perturbate

type

java.lang.String type

value

java.lang.String value

rangeFrom

double rangeFrom

rangeTo

double rangeTo

step

double step