Uses of Class
insensa.CRasterFileException

Packages that use CRasterFileException
insensa   
insensa.commands   
insensa.connections   
insensa.infoconnections   
insensa.optionfilechanger   
insensa.view.dialogs.sensi   
 

Uses of CRasterFileException in insensa
 

Methods in insensa that throw CRasterFileException
 CRasterFileSet CModel.addChildFileSet(CRasterFileSet targetFileSet, java.lang.String outputFileSetName, boolean serialization)
           
 CRasterFileSet CRasterFileSet.addChildSet(java.lang.String parentSetPath, java.lang.String name, boolean serialize, ConnectionDependencies conDep, WorkerStatus wStatus)
           
 CRasterFileSet CModel.addConnection(java.util.List<CRasterFileInformation> sourceFileList, CRasterFileSet outputFileSet, ConnectionFileChanger eCon, java.lang.String outputFileSetName, java.lang.String outputFileName)
           
 ConnectionFileChanger CModel.addConnection(java.util.List<CRasterFileInformation> sourceFileList, CRasterFileSet outputFileSet, java.lang.String connectoinName, java.lang.String outputFileSetName, java.lang.String outputFileName)
           
 void CProject.addFileSet(java.lang.String name)
           
 void CRasterFileSet.addRasterFile(java.lang.String fullName, java.lang.String outputFileName, boolean serialize, ConnectionDependencies conDep, WorkerStatus wStatus)
           
 void CRasterFileSet.addRasterFile(java.lang.String fullName, java.lang.String outputFileName, OptionFileChanger option, boolean serialize)
           
 CRasterFileSet CModel.addSensitivityAnalysis(CRasterFileSet outputFileSet, java.lang.String newFileSetName, java.lang.String outputFileName, CIndexation prioritization)
           
 void CRasterFile.createFileCopy(CRasterFile oldFile, WorkerStatusCallback callback)
          Creates a new File on hard disk with Path of File.absolutePath;
 CRasterFileSet CModel.createNewChildFileSet(CRasterFileSet parentFileSet, java.lang.String newFileSetName, boolean serialize)
           
 boolean CRasterFile.createNewFile(CRasterFile oldFile, int dataType, double noDataValue)
           
 CRasterFileSet CModel.createNewFileSet(java.lang.String name, boolean serialize)
           
private  void CRasterFile.createRasterInformation()
           
 boolean CProject.importProject(WorkerStatus wStatus)
           
 boolean CProject.open(WorkerStatus wStatus)
           
 void CUser.openProject(CProject project, WorkerStatus wStatus)
           
 boolean CModel.openProject(CUser user, CProject project, WorkerStatus wStatus, java.util.List<IProjectListener> projectListener)
           
 void CRasterFile.refresh()
           
 

Constructors in insensa that throw CRasterFileException
CRasterFile(CRasterFile oldFile)
          Create a new File instance with path+name= newFullFileName and copy all CRasterFile properties!.
CRasterFile(CRasterFile oldFile, java.lang.String newFullFileName)
          Create a new File instance with path+name= newFullFileName and copy all CRasterFile properties!.
CRasterFile(java.lang.String name)
           
CRasterFileInformation(CRasterFileInformation oldFile, ParentModule parent, java.lang.String newOutputFileName, boolean keepOpen)
          Creates a new CRasterFileInformation as a copy of another, with new OutputFilePath and OutputFileName.
CRasterFileInformation(ParentModule parent, java.lang.String outputFileName, java.lang.String fullName, ConnectionDependencies conDep)
          Open existing File as CRasterFileInformation.
CRasterFileInformation(ParentModule parent, java.lang.String outputFileName, java.lang.String fullName, OptionFileChanger option, ConnectionDependencies conDep)
           
CRasterFileInformation(java.lang.String newAbsoluteFilePath, CRasterFileInformation oldFile, ParentModule parent, boolean copyInfos, boolean copyOptions, boolean keepOpen)
          Create a new File Instance and copy all Options and Infos from CRasterFile and CRasterFileInformation The Path of the new File instance is the path of newAbsoluteFilePath The XML Information for the new File is the same as for the old file, no need to change this.
CRasterFileSet(ParentModule parent, java.lang.String name, ConnectionDependencies conDep, WorkerStatus wStatus)
           
 

Uses of CRasterFileException in insensa.commands
 

Methods in insensa.commands that throw CRasterFileException
 void LinkFileCommand.execute()
           
 void RenameFileSetCommand.execute()
           
 void RenameRasterFileCommand.execute()
           
 void ISolution.execute()
           
 void CreateUserCommand.execute()
           
 void ImportProjectCommand.execute()
           
 void ImportProjectCommand.DeleteFolderSolution.execute()
           
 void ModelCommand.execute()
           
 void MoveFileCommand.execute()
           
 void ImportConfigCommand.execute()
           
 void ModelCommand.retry()
           
 void AbstractModelCommand.retry()
           
 void ModelCommand.undo()
           
 void AbstractModelCommand.undo()
           
 

Uses of CRasterFileException in insensa.connections
 

Methods in insensa.connections that throw CRasterFileException
private  CRasterFileInformation CIndexation.fillPlaceholder(CRasterFileInformation tmpFile, CRasterFileInformation endFile)
           
private  CRasterFileInformation CErrorIndexation.fillPlaceholder(CRasterFileInformation tmpFile, CRasterFileInformation endFile)
           
 void CStandardDeviation.write()
           
 void CDivision.write()
           
 void CAddition.write()
           
 void CIndexation.write()
           
 void CErrorIndexation.write()
           
 void CThresholdVolatility.write()
           
 void CSubtraction.write()
           
 void CCoefficientOfVariation.write()
           
 void CMultiplication.write()
           
 void CMean.write()
           
 void ConnectionFileChanger.write()
           
private  void CStandardDeviation.writeInFile(CRasterFileInformation file)
           
private  void CDivision.writeInFile(CRasterFileInformation file)
           
private  void CThresholdVolatility.writeInFile(CRasterFileInformation file)
           
private  void CSubtraction.writeInFile(CRasterFileInformation file)
          Minuend - Subtrahent = Differenz Rel = Differenz / Subtrahent.
private  void CCoefficientOfVariation.writeInFile(CRasterFileInformation file)
           
private  void CMean.writeInFile(CRasterFileInformation file)
           
private  void CIndexation.writeInFileAdditive(CRasterFileInformation file)
           
private  void CErrorIndexation.writeInFileAdditive(CRasterFileInformation file)
           
private  void CIndexation.writeInFileGeometric(CRasterFileInformation file)
           
private  void CErrorIndexation.writeInFileGeometric(CRasterFileInformation file)
           
private  void CIndexation.writeInFileWithoutThesholdAdditive(CRasterFileInformation file)
           
private  void CIndexation.writeInFileWithoutThesholdGeometric(CRasterFileInformation file)
           
 

Uses of CRasterFileException in insensa.infoconnections
 

Methods in insensa.infoconnections that throw CRasterFileException
 void CSpearmanRankCorrelation.write()
           
 void LinearRegression.write()
           
 void PearsonCorrelation.write()
           
 

Uses of CRasterFileException in insensa.optionfilechanger
 

Methods in insensa.optionfilechanger that throw CRasterFileException
protected  void AbstractOptionFileChanger.saveRasterFile(CRasterFileInformation tmpRasterFile, CRasterFileInformation actualRasterFile)
           
 void CQuantileBreaks.write()
           
 void TemplateCut.write()
           
 void CJenksOptimalBreaks.write()
           
 void CCopy.write()
           
 void CEqualBreaks.write()
           
 void OptionFileChanger.write()
          This method will be executed from the ThreadPool
There are several steps that must be followed:
Get actual file
.
 void CReplaceRasterFileValue.write()
           
 void CNormalizing.write()
           
 void CVariableBreaks.write()
           
 

Uses of CRasterFileException in insensa.view.dialogs.sensi
 

Methods in insensa.view.dialogs.sensi that throw CRasterFileException
 boolean Differences.applySettings(CModel model, CRasterFileSet outputFileSet, java.util.List<CRasterFileInformation> sensiFileList, CRasterFileInformation sourceFile, java.lang.String outputFileName)
           
 boolean Summaries.applySettings(CModel model, CRasterFileSet outputFileSet, java.util.List<CRasterFileInformation> fileList, java.lang.String outputFileName)
           
 boolean Location.applySettings(CModel model, javax.swing.JLabel statusLabel)
           
 boolean ModeBase.applySettings(javax.swing.JLabel labelStatus, CModel model, CRasterFileSet outputFileSet, CIndexation prioritization, java.lang.String outputFileName)
           
 boolean ModeHighLow.applySettings(javax.swing.JLabel labelStatus, CModel model, CRasterFileSet outputFileSet, CIndexation prioritization, java.lang.String outputFileName)
           
 boolean IMode.applySettings(javax.swing.JLabel labelStatus, CModel model, CRasterFileSet outputFileSet, CIndexation prioritization, java.lang.String outputFileName)
           
 boolean ModeRandomVariation.applySettings(javax.swing.JLabel labelStatus, CModel model, CRasterFileSet outputFileSet, CIndexation prioritization, java.lang.String outputFileName)
           
 boolean ModeSystematicVariation.applySettings(javax.swing.JLabel labelStatus, CModel model, CRasterFileSet outputFileSet, CIndexation prioritization, java.lang.String outputFileName)
           
 boolean ModeJackknifing.applySettings(javax.swing.JLabel labelStatus, CModel model, CRasterFileSet outputFileSet, CIndexation prioritization, java.lang.String outputFileName)