Uses of Class
insensa.CRasterFileInformation

Packages that use CRasterFileInformation
insensa   
insensa.commands   
insensa.connections   
insensa.controller   
insensa.exports   
insensa.helpers   
insensa.infoconnections   
insensa.inforeader   
insensa.optionfilechanger   
insensa.view   
insensa.view.dialogs   
insensa.view.dialogs.connections   
insensa.view.dialogs.options   
insensa.view.dialogs.processes   
insensa.view.dialogs.sensi   
insensa.view.html   
insensa.view.image   
insensa.view.image.map   
insensa.XMLProperties   
 

Uses of CRasterFileInformation in insensa
 

Fields in insensa declared as CRasterFileInformation
private  CRasterFileInformation CRasterFileSet.activeRasterFile
           
private  CRasterFileInformation CRasterModulationSet.activeRasterFile
           
private  CRasterFileInformation CModel.activeRasterFile
           
private  CRasterFileInformation XMLPropertyException.file
           
private  CRasterFileInformation CRasterFileInformation.targetRasterFile
           
 

Fields in insensa with type parameters of type CRasterFileInformation
private  java.util.List<CRasterFileInformation> CRasterFileSet.fileList
           
private  java.util.List<CRasterFileInformation> CRasterModulationSet.fileList
           
 java.util.List<CRasterFileInformation> ConnectionDependencies.rasterFileList
           
 

Methods in insensa that return CRasterFileInformation
 CRasterFileInformation CRasterFileSet.getActiveRasterFile()
           
 CRasterFileInformation CRasterModulationSet.getActiveRasterFile()
           
 CRasterFileInformation CModel.getActiveRasterFileInformation()
           
 CRasterFileInformation XMLPropertyException.getFile()
           
 CRasterFileInformation CRasterFileSet.getFile(int m_index)
           
 CRasterFileInformation CProject.getFileByRelativePath(java.lang.String relativefilePath)
           
 CRasterFileInformation CProject.getFileByRelativePath(java.lang.String fileSetPath, java.lang.String fileName)
           
 CRasterFileInformation CRasterModulationSet.getRasterFile(int index)
           
 CRasterFileInformation CRasterFileInformation.getTargetRasterFile()
           
 

Methods in insensa that return types with arguments of type CRasterFileInformation
 java.util.List<CRasterFileInformation> CRasterFileSet.getFileList()
           
 java.util.List<CRasterFileInformation> CRasterModulationSet.getFileList()
           
 

Methods in insensa with parameters of type CRasterFileInformation
 void CModel.addInfoToFileByFile(CRasterFileInformation file, java.lang.String info)
           
 void CModel.addOptionToFileByFile(CRasterFileInformation file, java.lang.String option)
           
 void CRasterModulationSet.addRasterFile(CRasterFileInformation file)
           
 void CRasterFileSet.addRasterFile(CRasterFileInformation file, boolean serialize)
           
 void CRasterFileSet.addRasterFileAt(CRasterFileInformation file, boolean serialize, int index)
           
 void FileSetListener.childFileOutputNameChanged(CRasterFileSet fileSet, CRasterFileInformation file, java.lang.String oldName, java.lang.String newName)
           
 void FileSetListener.childFileRenamed(CRasterFileSet fileSet, CRasterFileInformation file, java.lang.String oldName, java.lang.String newName)
           
 int CRasterFileInformation.compareTo(CRasterFileInformation o)
          This compares the file names of the file reference first.
 void CRasterFileSet.fireChildRasterFileOutputNameChanged(CRasterFileInformation file, java.lang.String oldOutputFile, java.lang.String newNameTmp)
           
 void CRasterFileSet.fireChildRasterFileRenamed(CRasterFileInformation file, java.lang.String oldName, java.lang.String newNameTmp)
           
 void FileObserver.notifyDelete(CRasterFileInformation subject)
           
 int CRasterFileSet.removeRasterFile(CRasterFileInformation rasterFile)
           
 boolean CRasterFileSet.replaceRasterFileWithTarget(CRasterFileInformation oldRasterFile, OptionFileChanger option)
           
 void CModel.setActiveRasterFile(CRasterFileInformation activeRasterFile)
           
 void CRasterFileInformation.setTargetRasterFile(CRasterFileInformation targetRasterFile)
           
 void CRasterFileInformation.update(CRasterFileInformation file)
           
 void FileInspector.update(CRasterFileInformation file)
           
 void CModel.writeNewFile(CRasterFileInformation file)
           
 

Method parameters in insensa with type arguments of type CRasterFileInformation
 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)
           
 

Constructors in insensa with parameters of type CRasterFileInformation
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(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.
XMLPropertyException(int errorType, CRasterFileInformation file, java.lang.String configFileName)
           
XMLPropertyException(java.lang.String message, int errorType, CRasterFileInformation file, java.lang.String configFileName)
           
XMLPropertyException(java.lang.Throwable e, int errorType, CRasterFileInformation file, java.lang.String configFileName)
           
 

Uses of CRasterFileInformation in insensa.commands
 

Fields in insensa.commands declared as CRasterFileInformation
private  CRasterFileInformation LinkFileCommand.file
           
private  CRasterFileInformation MoveFileCommand.file
           
private  CRasterFileInformation RenameRasterFileCommand.selectedRasterFile
           
 

Constructors in insensa.commands with parameters of type CRasterFileInformation
LinkFileCommand(CRasterFileSet targetFileSet, CRasterFileInformation file)
           
MoveFileCommand(CRasterFileSet sourceSet, CRasterFileSet targetSet, CRasterFileInformation file)
           
RenameRasterFileCommand(CRasterFileSet fileSet, CRasterFileInformation file, java.lang.String newFile)
           
 

Uses of CRasterFileInformation in insensa.connections
 

Fields in insensa.connections declared as CRasterFileInformation
private  CRasterFileInformation CDivision.dividend
           
private  CRasterFileInformation CDivision.divisor
           
private  CRasterFileInformation CSubtraction.minuend
           
protected  CRasterFileInformation AbstractConnection.outputFile
           
private  CRasterFileInformation CMean.relativeSource
           
 

Fields in insensa.connections with type parameters of type CRasterFileInformation
protected  java.util.List<CRasterFileInformation> AbstractConnection.rasterFileList
           
 

Methods in insensa.connections that return CRasterFileInformation
private  CRasterFileInformation CIndexation.fillPlaceholder(CRasterFileInformation tmpFile, CRasterFileInformation endFile)
           
private  CRasterFileInformation CErrorIndexation.fillPlaceholder(CRasterFileInformation tmpFile, CRasterFileInformation endFile)
           
 CRasterFileInformation CDivision.getDivisor()
           
 CRasterFileInformation CSubtraction.getMinuend()
           
 CRasterFileInformation ConnectionFileChanger.getOutputFile()
           
 CRasterFileInformation AbstractConnection.getOutputFile()
           
 CRasterFileInformation CMean.getRelativeSource()
           
 

Methods in insensa.connections that return types with arguments of type CRasterFileInformation
 java.util.List<CRasterFileInformation> AbstractConnection.getRasterFileList()
           
 java.util.List<CRasterFileInformation> ConnectionFileChanger.getSourceFileList()
           
 java.util.List<CRasterFileInformation> AbstractConnection.getSourceFileList()
           
 

Methods in insensa.connections with parameters of type CRasterFileInformation
protected  void AbstractConnection.addAttributeValue(org.jdom.Element eCon, CRasterFileInformation rasterFile, java.lang.String attribute, java.lang.String value)
           
protected  void AbstractConnection.addElement(org.jdom.Element eCon, org.jdom.Element newElem, CRasterFileInformation rasterFile)
           
private  CRasterFileInformation CIndexation.fillPlaceholder(CRasterFileInformation tmpFile, CRasterFileInformation endFile)
           
private  CRasterFileInformation CErrorIndexation.fillPlaceholder(CRasterFileInformation tmpFile, CRasterFileInformation endFile)
           
 ConnectionFileChanger CConnectionManager.getConnectionFileChanger(EConnection con, java.util.List<CRasterFileInformation> fileList, CRasterFileSet outputFileSet, CRasterFileInformation file)
           
 ConnectionFileChanger CConnectionManager.getConnectionFileChanger(java.lang.String connectionName, java.util.List<CRasterFileInformation> fileList, CRasterFileSet outputFileSet, CRasterFileInformation file)
           
 void AbstractConnection.notifyDelete(CRasterFileInformation subject)
           
 void CDivision.setDividend(CRasterFileInformation dividend)
           
 void CDivision.setDivisor(CRasterFileInformation divisor)
           
 void CSubtraction.setMinuend(CRasterFileInformation minuend)
           
 void ConnectionFileChanger.setOutputFile(CRasterFileInformation outputRasterFile)
           
 void AbstractConnection.setOutputFile(CRasterFileInformation outputRasterFile)
           
 void CMean.setRelativeSource(CRasterFileInformation relativeSource)
           
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)
           
 

Method parameters in insensa.connections with type arguments of type CRasterFileInformation
 ConnectionFileChanger CConnectionManager.getConnectionFileChanger(EConnection con, java.util.List<CRasterFileInformation> fileList, CRasterFileSet outputFileSet, CRasterFileInformation file)
           
 ConnectionFileChanger CConnectionManager.getConnectionFileChanger(java.lang.String connectionName, java.util.List<CRasterFileInformation> fileList, CRasterFileSet outputFileSet, CRasterFileInformation file)
           
 void ConnectionFileChanger.setSourceFileList(java.util.List<CRasterFileInformation> sourceFileList)
           
 void AbstractConnection.setSourceFileList(java.util.List<CRasterFileInformation> sourceFileList)
           
protected  void AbstractConnection.solveDependencies(java.util.List<CRasterFileInformation> actualRasterFileList)
           
 

Uses of CRasterFileInformation in insensa.controller
 

Fields in insensa.controller declared as CRasterFileInformation
private  CRasterFileInformation CController.DescriptionFocusListener.rFile
           
 

Fields in insensa.controller with type parameters of type CRasterFileInformation
private  java.util.List<CRasterFileInformation> CControllerFileEditing.fileList
           
 

Methods in insensa.controller that return types with arguments of type CRasterFileInformation
 java.util.List<CRasterFileInformation> CControllerFileEditing.getFileList()
           
 

Methods in insensa.controller with parameters of type CRasterFileInformation
 void CController.setProperties(CRasterFileInformation rasterFile)
           
 

Method parameters in insensa.controller with type arguments of type CRasterFileInformation
private  void DropObjectOnImageListener.executeRasterFileViewer(java.util.List<CRasterFileInformation> fileList, Service selectedService, java.awt.Point startLocation)
           
 java.util.List<Service> DropObjectOnImageListener.getFileServiceList(java.util.List<CRasterFileInformation> fileList)
           
 

Uses of CRasterFileInformation in insensa.exports
 

Fields in insensa.exports with type parameters of type CRasterFileInformation
private  java.util.List<CRasterFileInformation> GeotiffExporter.rasterFileList
           
 

Method parameters in insensa.exports with type arguments of type CRasterFileInformation
 void GeotiffExporter.setRasterFileList(java.util.List<CRasterFileInformation> rasterFileList)
           
 void FileExporter.setRasterFileList(java.util.List<CRasterFileInformation> rasterFileList)
           
 

Uses of CRasterFileInformation in insensa.helpers
 

Methods in insensa.helpers with parameters of type CRasterFileInformation
 void ViewImageDraw.createNewImage(CRasterFileInformation rasterFile)
           
 void ViewImageDraw.createNewImage2(CRasterFileInformation rasterFile)
           
 void ViewImageDraw.createNewImage3(CRasterFileInformation rasterFile, java.awt.Dimension dim)
           
(package private)  java.awt.image.BufferedImage ViewImageDraw.getImagePart(int x, int y, int width, int height, CRasterFileInformation rasterFile, java.util.List<java.awt.Color> colorList, java.util.List<ClassificationRange> rangeList)
           
 

Uses of CRasterFileInformation in insensa.infoconnections
 

Methods in insensa.infoconnections with parameters of type CRasterFileInformation
 void CSpearmanRankCorrelation.solveDependencies(java.util.List<CRasterFileInformation> files, CRasterFileInformation templateFile)
           
 void LinearRegression.solveDependencies(java.util.List<CRasterFileInformation> files, CRasterFileInformation templateFile)
           
private  void PearsonCorrelation.solveDependencies(java.util.List<CRasterFileInformation> files, CRasterFileInformation templateFile)
           
private  void LinearRegression.writeFile(CRasterFileInformation fileX, java.util.List<CRasterFileInformation> files)
           
private  void PearsonCorrelation.writeFile(CRasterFileInformation fileX, java.util.List<CRasterFileInformation> files)
           
private  void CSpearmanRankCorrelation.writeFitFile(CRasterFileInformation fileX, java.util.List<CRasterFileInformation> files)
           
private  void LinearRegression.writeFitFile(CRasterFileInformation fileX, java.util.List<CRasterFileInformation> files)
           
private  void PearsonCorrelation.writeFitFile(CRasterFileInformation fileX, java.util.List<CRasterFileInformation> files)
           
 

Method parameters in insensa.infoconnections with type arguments of type CRasterFileInformation
 void CSpearmanRankCorrelation.solveDependencies(java.util.List<CRasterFileInformation> files, CRasterFileInformation templateFile)
           
 void LinearRegression.solveDependencies(java.util.List<CRasterFileInformation> files, CRasterFileInformation templateFile)
           
private  void PearsonCorrelation.solveDependencies(java.util.List<CRasterFileInformation> files, CRasterFileInformation templateFile)
           
private  void LinearRegression.writeFile(CRasterFileInformation fileX, java.util.List<CRasterFileInformation> files)
           
private  void PearsonCorrelation.writeFile(CRasterFileInformation fileX, java.util.List<CRasterFileInformation> files)
           
private  void CSpearmanRankCorrelation.writeFitFile(CRasterFileInformation fileX, java.util.List<CRasterFileInformation> files)
           
private  void LinearRegression.writeFitFile(CRasterFileInformation fileX, java.util.List<CRasterFileInformation> files)
           
private  void PearsonCorrelation.writeFitFile(CRasterFileInformation fileX, java.util.List<CRasterFileInformation> files)
           
 

Uses of CRasterFileInformation in insensa.inforeader
 

Fields in insensa.inforeader declared as CRasterFileInformation
protected  CRasterFileInformation AbstractInfoReader.targetFile
           
private  CRasterFileInformation CCountValues.templateFile
           
 

Fields in insensa.inforeader with type parameters of type CRasterFileInformation
private  java.util.Map<CRasterFileInformation,DependencyChecker> CMultipleFileInfoReaderThreadPool.depMap
           
private  java.util.Map<CRasterFileInformation,java.util.List<java.lang.Runnable>> CMultipleFileInfoReaderThreadPool.runnableMap
           
 

Methods in insensa.inforeader that return CRasterFileInformation
 CRasterFileInformation InfoReader.getTargetFile()
          Returns the file of type CRasterFileInformation that holds this InfoReader targetFile will only be set if the InfoReader operation was performed, otherwise null
 CRasterFileInformation AbstractInfoReader.getTargetFile()
           
 CRasterFileInformation CEqualBreaksValues.getTargetFile()
           
 CRasterFileInformation CCountValues.getTemplateFile()
           
 

Methods in insensa.inforeader with parameters of type CRasterFileInformation
 void CMultipleFileInfoReaderThreadPool.addInfoThread(CRasterFileInformation rasterFile, java.lang.Runnable threadObject)
           
 void CInfoReaderThreadPool.executeThread(CRasterFileInformation rasterFile, InfoReader iReader, WorkerStatusList workerStatusList)
           
 void CInfoReaderThreadPool.executeThreads(CRasterFileInformation rasterFile, java.util.List<InfoReader> iReader, WorkerStatusList workerStatusList)
           
 void CInfoReaderThreadPool.executeThreads(CRasterFileInformation rasterFile, WorkerStatusList workerStatusList)
           
private  java.util.List<java.lang.Runnable> CInfoReaderThreadPool.getRunnableDepList(CRasterFileInformation rasterFile, InfoReader iReader)
           
private  void CPrecisionValues.readAscii(CRasterFileInformation file)
           
 void CCountIntervalValues.readInfos(CRasterFileInformation file)
           
 void CMeanValue.readInfos(CRasterFileInformation file)
           
 void CStandardDeviationValue.readInfos(CRasterFileInformation file)
           
 void CVariableBreaksValues.readInfos(CRasterFileInformation file)
           
 void InfoReader.readInfos(CRasterFileInformation file)
          This method will try to receive all informations from dependent InfoReader You can get InfoReader with file.getInfoReader(nameOfInfoReader);
 void CQuantileBreaksValues.readInfos(CRasterFileInformation file)
           
 void CZeroRangeValues.readInfos(CRasterFileInformation file)
           
 void CQuartileValues.readInfos(CRasterFileInformation file)
           
 void CPrecisionValues.readInfos(CRasterFileInformation file)
           
 void CKMeansValues.readInfos(CRasterFileInformation file)
           
 void CJenksOptimalBreaksValues.readInfos(CRasterFileInformation file)
           
 void CEqualBreaksValues.readInfos(CRasterFileInformation file)
           
 void CPrioritizationValues.readInfos(CRasterFileInformation file)
           
 void CMinMaxValues.readInfos(CRasterFileInformation file)
           
 void CGetPointInformation.readInfos(CRasterFileInformation file)
           
 void CCountValues.readInfos(CRasterFileInformation file)
           
 void CMedianValue.readInfos(CRasterFileInformation file)
           
 void CCountValuesBlocksize.readInfos(CRasterFileInformation file)
           
private  void CCountValues.readInfosWithoutTemplate(CRasterFileInformation file)
           
private  void CCountValues.readInfosWithTemplate(CRasterFileInformation file)
           
 void CMultipleFileInfoReaderThreadPool.removeInfoReader(CRasterFileInformation rasterFile, InfoReader iReader)
           
 void InfoReader.setTargetFile(CRasterFileInformation targetFile)
          determines the target file for this InfoReader.
 void CQuantileBreaksValues.setTargetFile(CRasterFileInformation targetFile)
           
 void CKMeansValues.setTargetFile(CRasterFileInformation targetFile)
           
 void AbstractInfoReader.setTargetFile(CRasterFileInformation targetFile)
           
 void CJenksOptimalBreaksValues.setTargetFile(CRasterFileInformation targetFile)
           
 void CCountValues.setTemplateFile(CRasterFileInformation templateFile)
           
 

Method parameters in insensa.inforeader with type arguments of type CRasterFileInformation
 void CMultipleFileInfoReaderThreadPool.executeThreads(java.util.List<CRasterFileInformation> rasterFileList, java.util.List<WorkerStatusList> workerStatusListList)
           
 

Uses of CRasterFileInformation in insensa.optionfilechanger
 

Fields in insensa.optionfilechanger declared as CRasterFileInformation
protected  CRasterFileInformation AbstractOptionFileChanger.oldRasterFile
           
private  CRasterFileInformation TemplateCut.templateFile
           
 

Fields in insensa.optionfilechanger with type parameters of type CRasterFileInformation
private  java.util.Map<CRasterFileInformation,DependencyChecker> CMultipleFileOptionThreadPool.depMap
           
private  java.util.Map<CRasterFileInformation,java.util.List<java.lang.Runnable>> CMultipleFileOptionThreadPool.runnableMap
           
 

Methods in insensa.optionfilechanger that return CRasterFileInformation
 CRasterFileInformation AbstractOptionFileChanger.getActualFile()
           
 CRasterFileInformation OptionFileChanger.getActualFile()
           
 CRasterFileInformation CNormalizing.getOldRasterFile()
           
 CRasterFileInformation TemplateCut.getTemplateFile()
           
 

Methods in insensa.optionfilechanger with parameters of type CRasterFileInformation
 void CMultipleFileOptionThreadPool.addOptionThread(CRasterFileInformation rasterFile, java.lang.Runnable threadObject)
           
 boolean AbstractOptionFileChanger.checkApproval(CRasterFileInformation rasterFile)
           
 boolean CCopy.checkApproval(CRasterFileInformation rasterFile)
           
 boolean OptionFileChanger.checkApproval(CRasterFileInformation rasterFile)
          Here you can check if it is correct to add this OptionFileChanger to this rasterFile.
 void COptionThreadPool.executeThreads(WorkerStatusList workerStatusList, CRasterFileInformation targetFile)
           
protected  java.lang.String AbstractOptionFileChanger.getTemporaryFileName(CRasterFileInformation rasterFile)
           
 void CMultipleFileOptionThreadPool.removeOptionFileChanger(CRasterFileInformation rasterFile, OptionFileChanger option)
           
protected  void AbstractOptionFileChanger.saveRasterFile(CRasterFileInformation tmpRasterFile, CRasterFileInformation actualRasterFile)
           
 void AbstractOptionFileChanger.setOldRasterFile(CRasterFileInformation oldRasterFile)
           
 void OptionFileChanger.setOldRasterFile(CRasterFileInformation oldRasterFile)
           
 void TemplateCut.setTemplateFile(CRasterFileInformation templateFile)
           
protected  void AbstractOptionFileChanger.solveDependencies(CRasterFileInformation actualRasterFile)
           
 

Method parameters in insensa.optionfilechanger with type arguments of type CRasterFileInformation
 void CMultipleFileOptionThreadPool.executeThreads(java.util.List<CRasterFileInformation> rasterFileList, java.util.List<WorkerStatusList> workerStatusListList)
           
 

Uses of CRasterFileInformation in insensa.view
 

Fields in insensa.view declared as CRasterFileInformation
private  CRasterFileInformation CViewDescription.rasterFile
           
 

Methods in insensa.view that return CRasterFileInformation
 CRasterFileInformation CViewDescription.getRasterFile()
           
 

Methods in insensa.view with parameters of type CRasterFileInformation
 javax.swing.tree.DefaultMutableTreeNode CViewFileSet.addRasterFileAndInfoReader(int index, javax.swing.tree.DefaultMutableTreeNode parentNode, CRasterFileInformation file, boolean updateNow)
           
 javax.swing.tree.DefaultMutableTreeNode CView.replaceRasterFile(javax.swing.tree.DefaultMutableTreeNode oldFileNode, CRasterFileInformation newFile)
           
 void CViewDescription.setRasterFile(CRasterFileInformation rasterFile)
           
 

Method parameters in insensa.view with type arguments of type CRasterFileInformation
 void CView.addFilesToFileSetByActive(java.util.List<CRasterFileInformation> rasterFileList)
           
 void CViewFileSet.addNodes(java.util.List<CRasterFileInformation> oList, javax.swing.tree.DefaultMutableTreeNode treeNode)
           
 void CViewFileSetFilePopup.setEnableMulti(java.util.List<CRasterFileInformation> fileList, boolean enable)
           
 

Uses of CRasterFileInformation in insensa.view.dialogs
 

Fields in insensa.view.dialogs declared as CRasterFileInformation
private  CRasterFileInformation CDialogSetNodataValue.rasterFile
           
private  CRasterFileInformation ChooseOptionFileChanger.rasterFile
           
private  CRasterFileInformation CDialogChooseInfoReader.rasterFile
           
 

Fields in insensa.view.dialogs with type parameters of type CRasterFileInformation
private  java.util.List<CRasterFileInformation> CDialogAddConnection.fileList
           
private  java.util.List<CRasterFileInformation> CDialogProgressConnection.fileList
           
 

Methods in insensa.view.dialogs with parameters of type CRasterFileInformation
private  java.lang.String CDialogSetNodataValue.getFileTypeString(CRasterFileInformation rasterFile)
           
private  java.lang.Double[] CDialogSetNodataValue.getNodataValueArray(CRasterFileInformation rasterFile)
           
 javax.swing.JPanel CDialogSetNodataValue.initPanel(CRasterFileInformation rasterFile)
           
 void ChooseOutputDialog.setFile(CRasterFileInformation file)
           
 void CDialogAddConnection.setFile(CRasterFileInformation file)
           
 

Constructors in insensa.view.dialogs with parameters of type CRasterFileInformation
CDialogSetNodataValue(CRasterFileInformation rasterFile)
           
 

Constructor parameters in insensa.view.dialogs with type arguments of type CRasterFileInformation
CDialogAddConnection(java.awt.Frame parent, boolean modal, java.lang.String title, CModel model, CView view, java.lang.String connectionName, java.util.List<CRasterFileInformation> fileList)
          Creates new form CDialogAddConnection.
 

Uses of CRasterFileInformation in insensa.view.dialogs.connections
 

Fields in insensa.view.dialogs.connections declared as CRasterFileInformation
private  CRasterFileInformation SetDivisionProperties.dividend
           
private  CRasterFileInformation SetDivisionProperties.divisor
           
private  CRasterFileInformation CDialogSetSubtractionProperties.minuend
           
private  CRasterFileInformation CDialogSetMeanProperties.relativeSource
           
 

Fields in insensa.view.dialogs.connections with type parameters of type CRasterFileInformation
private  java.util.List<CRasterFileInformation> CDialogSetErrorPrioritizationProperties.fileList
           
private  java.util.List<CRasterFileInformation> CDialogSetMeanProperties.fileList
           
private  java.util.List<CRasterFileInformation> SetDivisionProperties.fileList
           
private  java.util.List<CRasterFileInformation> CDialogSetIndexationProperties.fileList
           
private  java.util.List<CRasterFileInformation> CDialogSetErrorThreshold.fileList
           
private  java.util.List<CRasterFileInformation> CDialogSetSubtractionProperties.fileList
           
private  java.util.List<CRasterFileInformation> CDialogSetThreshold.fileList
           
 

Uses of CRasterFileInformation in insensa.view.dialogs.options
 

Fields in insensa.view.dialogs.options declared as CRasterFileInformation
private  CRasterFileInformation TemplateCutSettings.selFile
           
 

Uses of CRasterFileInformation in insensa.view.dialogs.processes
 

Fields in insensa.view.dialogs.processes with type parameters of type CRasterFileInformation
private  java.util.List<CRasterFileInformation> InfoReaderProgressTree.fileList
           
private  java.util.List<CRasterFileInformation> OptionFileChangerProgressTree.fileList
           
 

Constructor parameters in insensa.view.dialogs.processes with type arguments of type CRasterFileInformation
InfoReaderProgressTree(java.util.List<CRasterFileInformation> fileList, CView view, boolean modal)
          Creates new form InfoReaderProgressTree.
OptionFileChangerProgressTree(java.util.List<CRasterFileInformation> fileList, java.util.List<javax.swing.tree.DefaultMutableTreeNode> fileSetNodeList, CView view, boolean modal)
          Creates new form InfoReaderProgressTree.
 

Uses of CRasterFileInformation in insensa.view.dialogs.sensi
 

Fields in insensa.view.dialogs.sensi declared as CRasterFileInformation
private  CRasterFileInformation SensiMainGui.activeFile
           
 

Fields in insensa.view.dialogs.sensi with type parameters of type CRasterFileInformation
private  java.util.List<CRasterFileInformation> Differences.diffAbsValueList
           
private  java.util.List<CRasterFileInformation> Differences.diffRelAbsValueList
           
private  java.util.List<CRasterFileInformation> Differences.diffRelValueList
           
private  java.util.List<CRasterFileInformation> Differences.diffValueList
           
private  java.util.List<CRasterFileInformation> ModeHighLow.tmpConList
           
private  java.util.List<CRasterFileInformation> ModeRandomVariation.tmpConList
           
private  java.util.List<CRasterFileInformation> ModeSystematicVariation.tmpConList
           
(package private)  java.util.List<CRasterFileInformation> ModeJackknifing.tmpConList
           
 

Methods in insensa.view.dialogs.sensi that return types with arguments of type CRasterFileInformation
 java.util.List<CRasterFileInformation> Differences.getDiffAbsValueList()
           
 java.util.List<CRasterFileInformation> Differences.getDiffRelAbsValueList()
           
 java.util.List<CRasterFileInformation> Differences.getDiffRelValueList()
           
 java.util.List<CRasterFileInformation> Differences.getDiffValueList()
           
 java.util.List<CRasterFileInformation> ModeBase.getSensiList()
           
 java.util.List<CRasterFileInformation> ModeHighLow.getSensiList()
           
 java.util.List<CRasterFileInformation> IMode.getSensiList()
           
 java.util.List<CRasterFileInformation> ModeRandomVariation.getSensiList()
           
 java.util.List<CRasterFileInformation> ModeSystematicVariation.getSensiList()
           
 java.util.List<CRasterFileInformation> ModeJackknifing.getSensiList()
           
 

Methods in insensa.view.dialogs.sensi with parameters of type CRasterFileInformation
 boolean Differences.applySettings(CModel model, CRasterFileSet outputFileSet, java.util.List<CRasterFileInformation> sensiFileList, CRasterFileInformation sourceFile, java.lang.String outputFileName)
           
 void SensiMainGui.setFile(CRasterFileInformation file)
           
 

Method parameters in insensa.view.dialogs.sensi with type arguments of type CRasterFileInformation
 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)
           
 

Constructors in insensa.view.dialogs.sensi with parameters of type CRasterFileInformation
SensiMainGui(java.awt.Frame parent, boolean modal, CModel model, CView view, CRasterFileInformation activeFile)
          Creates new form SensiMainGui.
 

Uses of CRasterFileInformation in insensa.view.html
 

Fields in insensa.view.html with type parameters of type CRasterFileInformation
private  java.util.Map<CRasterFileInformation,java.util.List<java.lang.String>> SpatialReferenceTable.fileMap
           
private  java.util.List<CRasterFileInformation> SpatialReferenceTable.rasterFileList
           
 

Methods in insensa.view.html with parameters of type CRasterFileInformation
 void IRasterFileHtmlView.addRasterFile(CRasterFileInformation rasterFile)
           
 void SpatialReferenceTable.addRasterFile(CRasterFileInformation rasterFile)
           
 

Method parameters in insensa.view.html with type arguments of type CRasterFileInformation
 void IRasterFileHtmlView.addRasterFiles(java.util.List<CRasterFileInformation> rasterFileList)
           
 void SpatialReferenceTable.addRasterFiles(java.util.List<CRasterFileInformation> rasterFileList)
           
 

Uses of CRasterFileInformation in insensa.view.image
 

Fields in insensa.view.image with type parameters of type CRasterFileInformation
private  java.util.List<CRasterFileInformation> ScatterPlotViewer.rasterFileList
           
 

Methods in insensa.view.image with parameters of type CRasterFileInformation
 void IRasterFileImageView.addRasterFileInformation(CRasterFileInformation rasterFile)
           
 void ScatterPlotViewer.addRasterFileInformation(CRasterFileInformation rasterFile)
           
 

Method parameters in insensa.view.image with type arguments of type CRasterFileInformation
 void IRasterFileImageView.addrasterFileinformation(java.util.List<CRasterFileInformation> rasterFileList)
           
 void ScatterPlotViewer.addrasterFileinformation(java.util.List<CRasterFileInformation> rasterFileList)
           
 

Uses of CRasterFileInformation in insensa.view.image.map
 

Fields in insensa.view.image.map declared as CRasterFileInformation
protected  CRasterFileInformation AbstractInfoReaderImageMap.rasterFile
           
 

Uses of CRasterFileInformation in insensa.XMLProperties
 

Fields in insensa.XMLProperties declared as CRasterFileInformation
private  CRasterFileInformation CXmlRasterFileInformation.file
           
 

Methods in insensa.XMLProperties with parameters of type CRasterFileInformation
 org.jdom.Element CXmlFileSetProperties.addRasterFile(CRasterFileInformation rasterFile)
           
 org.jdom.Element CXmlProjectProperties.addRasterFileToFileSet(CRasterFileInformation rasterFile, java.lang.String fileSet)
           
 void CXmlFileSetProperties.childFileOutputNameChanged(CRasterFileSet fileSet, CRasterFileInformation file, java.lang.String oldName, java.lang.String newName)
           
 void CXmlFileSetProperties.childFileRenamed(CRasterFileSet fileSet, CRasterFileInformation file, java.lang.String oldName, java.lang.String newName)
           
private  org.jdom.Element CXmlFileSetProperties.createFileElement(CRasterFileInformation file)
           
private  org.jdom.Element CXmlProjectProperties.createFileElement(CRasterFileInformation file)
           
 void CXmlFileSetProperties.removeFile(CRasterFileInformation file)
           
 void CXmlProjectProperties.removeFileFromFileSet(CRasterFileInformation file, CRasterFileSet fileSet)
           
 boolean CXmlRasterFileInformation.renameTo(CRasterFileInformation file, java.lang.String newPath)
           
 org.jdom.Element CXmlFileSetProperties.replaceRasterFile(CRasterFileInformation oldFile, CRasterFileInformation newFile)
           
 

Method parameters in insensa.XMLProperties with type arguments of type CRasterFileInformation
 org.jdom.Element CXmlFileSetProperties.addRasterFileList(java.util.List<CRasterFileInformation> rasterFileList)
           
 org.jdom.Element CXmlProjectProperties.addRasterFileList(java.util.List<CRasterFileInformation> rasterFileList, java.lang.String fileSet)
           
 

Constructors in insensa.XMLProperties with parameters of type CRasterFileInformation
CXmlRasterFileInformation(CRasterFileInformation file)
           
CXmlRasterFileInformation(CXmlRasterFileInformation oldXmlFile, CRasterFileInformation newRasterFile)
          Creates a new xml File for file newRasterFile with the information from oldXmlFile.