Uses of Interface
insensa.inforeader.InfoReader

Packages that use InfoReader
insensa   
insensa.connections   
insensa.controller   
insensa.helpers   
insensa.inforeader   
insensa.view   
insensa.view.dialogs   
insensa.view.dialogs.infoReader   
insensa.view.html   
insensa.view.image   
insensa.view.image.map   
insensa.XMLProperties   
 

Uses of InfoReader in insensa
 

Fields in insensa with type parameters of type InfoReader
private  java.util.List<InfoReader> CRasterFileInformation.infoReaders
           
 

Methods in insensa that return InfoReader
 InfoReader CRasterFileInformation.getInfoReader(java.lang.String infoReaderName)
           
 

Methods in insensa that return types with arguments of type InfoReader
 java.util.List<InfoReader> CRasterFileInformation.getInfoReaders()
           
 

Methods in insensa with parameters of type InfoReader
 boolean CRasterFileInformation.addInfoReader(InfoReader info, boolean serialize)
          Add the info Inforeader Object to this File.
 void CRasterFileInformation.removeInfoReader(InfoReader iReader)
           
 

Method parameters in insensa with type arguments of type InfoReader
 void CRasterFileInformation.addInfoReaders(java.util.List<InfoReader> infos, boolean serialize)
          Add all InfoReader Objects in infos to this File.
 

Uses of InfoReader in insensa.connections
 

Methods in insensa.connections with parameters of type InfoReader
 ConnectionFileChanger CConnectionManager.getConnectionFileChangerCopy(InfoReader info)
           
 

Uses of InfoReader in insensa.controller
 

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

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

Method parameters in insensa.controller with type arguments of type InfoReader
 void DropObjectOnImageListener.executeInfoReaderViewer(java.util.List<InfoReader> infoReaderList, Service selectedService, java.awt.Point startLocation)
           
private  java.util.List<Service> DropObjectOnImageListener.getInfoReaderServiceList(java.util.List<InfoReader> infoReaderList)
           
 

Uses of InfoReader in insensa.helpers
 

Methods in insensa.helpers with parameters of type InfoReader
 void DependencyChecker.checkInfoDependencies(InfoReader mInfoReader)
           
 void DependencyChecker.endRunnable(InfoReader mInfoReader)
           
 void DependencyChecker.errorRunnable(InfoReader mInfoReader)
           
 void DependencyChecker.resetRunnable(InfoReader mInfoReader)
           
 void DependencyChecker.setDependency(InfoReader info)
           
 void DependencyChecker.unsetDependency(InfoReader info)
           
 

Uses of InfoReader in insensa.inforeader
 

Classes in insensa.inforeader that implement InfoReader
 class AbstractInfoReader
           
 class CCountIntervalValues
           
 class CCountValues
           
 class CCountValuesBlocksize
           
 class CEqualBreaksValues
           
 class CGetPointInformation
           
 class CJenksOptimalBreaksValues
           
 class CKMeansValues
           
 class CMeanValue
           
 class CMedianValue
           
 class CMinMaxValues
           
 class CPrecisionValues
           
 class CPrioritizationValues
           
 class CQuantileBreaksValues
          Creates Quantile Breaks for a raster based dataset There are 9 possible Calculation methods for Breaks based on the article from XXXXX.
 class CQuartileValues
           
 class CStandardDeviationValue
           
 class CVariableBreaksValues
           
 class CZeroRangeValues
           
 

Fields in insensa.inforeader with type parameters of type InfoReader
 java.util.List<InfoReader> CQuantileBreaksValues.iReaderList
           
 java.util.List<InfoReader> CKMeansValues.iReaderList
           
 java.util.List<InfoReader> CJenksOptimalBreaksValues.iReaderList
           
 java.util.List<InfoReader> CQuantileBreaksValues.iReaderListDep
           
 java.util.List<InfoReader> CKMeansValues.iReaderListDep
           
 java.util.List<InfoReader> CJenksOptimalBreaksValues.iReaderListDep
           
 

Methods in insensa.inforeader that return InfoReader
 InfoReader CInfoManager.getInfoReader(EInfo info)
           
 InfoReader CInfoManager.getInfoReader(java.lang.String info)
           
 InfoReader CInfoManager.getInfoReaderCopy(InfoReader info)
           
private  InfoReader CInfoManager.getInfoReaderDyn(java.lang.String info)
           
 

Methods in insensa.inforeader with parameters of type InfoReader
 void CInfoReaderThreadPool.executeThread(CRasterFileInformation rasterFile, InfoReader iReader, WorkerStatusList workerStatusList)
           
 InfoReader CInfoManager.getInfoReaderCopy(InfoReader info)
           
private  java.util.List<java.lang.Runnable> CInfoReaderThreadPool.getRunnableDepList(CRasterFileInformation rasterFile, InfoReader iReader)
           
 void CMultipleFileInfoReaderThreadPool.removeInfoReader(CRasterFileInformation rasterFile, InfoReader iReader)
           
 void CInfoReaderThreadPool.removeInfoReader(InfoReader iReader)
           
 

Method parameters in insensa.inforeader with type arguments of type InfoReader
 void CInfoReaderThreadPool.executeThreads(CRasterFileInformation rasterFile, java.util.List<InfoReader> iReader, WorkerStatusList workerStatusList)
           
 

Uses of InfoReader in insensa.view
 

Methods in insensa.view with parameters of type InfoReader
 void CViewFileSet.addInfoReader(InfoReader iReader, javax.swing.tree.DefaultMutableTreeNode treeNode, boolean updateNow)
           
 void CView.addInfoReaderToFileByActive(InfoReader iReader, boolean updateNow)
           
 

Uses of InfoReader in insensa.view.dialogs
 

Fields in insensa.view.dialogs declared as InfoReader
private  InfoReader CDialogSetInfoReaderProperties.iReader
           
 

Constructors in insensa.view.dialogs with parameters of type InfoReader
CDialogSetInfoReaderProperties(InfoReader iReader)
          Creates new form CDialogChooseOption.
 

Uses of InfoReader in insensa.view.dialogs.infoReader
 

Methods in insensa.view.dialogs.infoReader with parameters of type InfoReader
 void CDialogSetQuantileBreaksValues.setInfoReader(InfoReader infoReader)
           
 void IViewInfoReaderSetting.setInfoReader(InfoReader infoReader)
           
 void CDialogSetCountIntervalValues.setInfoReader(InfoReader infoReader)
           
 void CDialogSetVariableBreaksProperties.setInfoReader(InfoReader infoReader)
           
 void DefaultSetBreaksValuesSettins.setInfoReader(InfoReader infoReader)
           
 void SetPrecisionValuesProperties.setInfoReader(InfoReader infoReader)
           
 void SetZeroRangeValuesProperties.setInfoReader(InfoReader infoReader)
           
 

Uses of InfoReader in insensa.view.html
 

Fields in insensa.view.html with type parameters of type InfoReader
private  java.util.List<InfoReader> HtmlInfoReaderDataTable.infoReader
           
 

Methods in insensa.view.html with parameters of type InfoReader
 void HtmlCountValuesTable.addInfoReader(InfoReader infoReader)
           
 void HtmlInfoReaderDataTable.addInfoReader(InfoReader infoReader)
           
 void IInfoReaderHtmlView.addInfoReader(InfoReader infoReader)
           
private  void HtmlInfoReaderDataTable.addTableContent(InfoReader infoReader)
           
 

Method parameters in insensa.view.html with type arguments of type InfoReader
 void HtmlCountValuesTable.addInfoReader(java.util.List<InfoReader> infoReaderList)
           
 void HtmlInfoReaderDataTable.addInfoReader(java.util.List<InfoReader> infoReaderList)
           
 void IInfoReaderHtmlView.addInfoReader(java.util.List<InfoReader> infoReaderList)
           
 

Uses of InfoReader in insensa.view.image
 

Fields in insensa.view.image with type parameters of type InfoReader
private  java.util.List<InfoReader> ImageChartTestPlugin.infoReaderList
           
 

Methods in insensa.view.image with parameters of type InfoReader
 void ImageChartTestPlugin.addInfoReader(InfoReader iReader)
           
 void IInfoReaderImageView.addInfoReader(InfoReader iReader)
          Implement this method to check and store one incoming InfoReader
 

Method parameters in insensa.view.image with type arguments of type InfoReader
 void ImageChartTestPlugin.addInfoReader(java.util.List<InfoReader> iReader)
           
 void IInfoReaderImageView.addInfoReader(java.util.List<InfoReader> iReader)
          Implement this method to check and store a List of incoming InfoReader
 

Uses of InfoReader in insensa.view.image.map
 

Fields in insensa.view.image.map declared as InfoReader
protected  InfoReader AbstractInfoReaderImageMap.iReader
           
 

Methods in insensa.view.image.map that return InfoReader
 InfoReader IImageMap.getInfoReader()
           
 InfoReader AbstractInfoReaderImageMap.getInfoReader()
           
 

Methods in insensa.view.image.map with parameters of type InfoReader
 void AbstractInfoReaderImageMap.addInfoReader(InfoReader iReader)
           
 

Method parameters in insensa.view.image.map with type arguments of type InfoReader
 void AbstractInfoReaderImageMap.addInfoReader(java.util.List<InfoReader> iReader)
           
 

Uses of InfoReader in insensa.XMLProperties
 

Methods in insensa.XMLProperties with parameters of type InfoReader
 org.jdom.Element CXmlRasterFileInformation.addInfoReader(InfoReader info)
           
 org.jdom.Element CXmlRasterFileInformation.refreshInfoReader(InfoReader info)
           
 void CXmlRasterFileInformation.removeInfoReader(InfoReader iReader)