insensa.connections
Class CStandardDeviation
java.lang.Object
   insensa.connections.AbstractConnection
insensa.connections.AbstractConnection
       insensa.connections.CStandardDeviation
insensa.connections.CStandardDeviation
- All Implemented Interfaces: 
- ConnectionFileChanger, FileObserver, java.lang.Runnable
- public class CStandardDeviation 
- extends AbstractConnection
 
| Fields inherited from class insensa.connections.AbstractConnection | 
| E_OUTPUT_NAME, E_OUTPUT_PATH, fileNameList, id, ID, OUTPUT_NAME, OUTPUT_SET, outputFile, outputFileName, outputFileSet, rasterFileList, separator, used, USED, workerStatus, XML_ELEMENT_FILE | 
 
 
 
| Methods inherited from class insensa.connections.AbstractConnection | 
| addAttributeValue, addElement, check, getChildElement, getConnectionElement, getFileNameList, getId, getOutputFile, getOutputFileName, getOutputFileSet, getRasterFileList, getSouceFileRelativePaths, getSourceFileList, getVariableList, isUsed, notifyDelete, run, setId, setOutputFile, setOutputFileName, setOutputFileSet, setSourceFileList, setUsed, setVariableList, setWorkerStatus, solveDependencies, solveDependencies, toString | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CStandardDeviation
public CStandardDeviation()
getConnectionName
public java.lang.String getConnectionName()
- 
- Returns:
- See Also:
- ConnectionFileChanger.getConnectionName()
 
getData
public AttributeTable getData()
- 
- Specified by:
- getDatain interface- ConnectionFileChanger
- Overrides:
- getDatain class- AbstractConnection
 
- 
- Returns:
- See Also:
- AbstractConnection.getData()
 
getInfoDependencies
public java.util.List<java.lang.String> getInfoDependencies()
- 
- Specified by:
- getInfoDependenciesin interface- ConnectionFileChanger
- Overrides:
- getInfoDependenciesin class- AbstractConnection
 
- 
- Returns:
- See Also:
- AbstractConnection.getInfoDependencies()
 
setConnectionElement
public void setConnectionElement(org.jdom.Element eCon)
                          throws java.io.IOException
- Description copied from class: AbstractConnection
- WARNING: 
 In case that this Connection is unused, you have to set the
 sourceFileList before invoking this function
 
 .
 
- 
- Specified by:
- setConnectionElementin interface- ConnectionFileChanger
- Overrides:
- setConnectionElementin class- AbstractConnection
 
- 
- Throws:
- java.io.IOException
- See Also:
- AbstractConnection.setConnectionElement(org.jdom.Element)
 
write
public void write()
           throws java.io.IOException,
                  org.jdom.JDOMException,
                  CRasterFileException
- 
- Throws:
- java.io.IOException
- org.jdom.JDOMException
- CRasterFileException
- See Also:
- ConnectionFileChanger.write()
 
writeInFile
private void writeInFile(CRasterFileInformation file)
                  throws java.io.IOException,
                         CRasterFileException
- 
- Parameters:
- file-
- Throws:
- java.io.IOException
- CRasterFileException