Package | Description |
---|---|
org.fhaes.analysis | |
org.fhaes.gui | |
org.fhaes.model | |
org.fhaes.util |
Miscellaneous utilities for use with FHAES
|
Modifier and Type | Field and Description |
---|---|
private FHFile[] |
FHSummary.inputFileArray |
private FHFile[] |
FHMatrix.inputFileArray |
private FHFile[] |
FHInterval.inputFileArray |
Modifier and Type | Method and Description |
---|---|
static void |
FHSeasonality.runAnalysis(java.awt.Component parent,
java.io.File outputFile,
FHFile[] inputFile,
java.lang.Boolean jCheckdormant1,
java.lang.Boolean jCheckeewood1,
java.lang.Boolean jCheckmewood1,
java.lang.Boolean jChecklewood1,
java.lang.Boolean jChecklatewood1,
java.lang.Boolean jCheckdormant2,
java.lang.Boolean jCheckeewood2,
java.lang.Boolean jCheckmewood2,
java.lang.Boolean jChecklewood2,
java.lang.Boolean jChecklatewood2,
int jTextBeginningYear1,
int jTextEndingYear,
EventTypeToProcess eventTypeToProcess)
Run the FHSeasonality analysis
|
Constructor and Description |
---|
FHInterval(FHFile[] inputFileArray,
AnalysisType analysisType,
java.lang.Integer startYear,
java.lang.Integer endYear,
FireFilterType filterType,
java.lang.Double filterValue,
java.lang.Boolean includeIncomplete,
EventTypeToProcess eventTypeToProcess,
java.lang.Double alphaLevel)
Construction for setting up an FHInterval analysis.
|
FHInterval(FHFile[] inputFileArray,
java.io.File outputFileStem,
java.lang.Boolean doComposite,
java.lang.Boolean doSample,
java.lang.Integer startYear,
java.lang.Integer endYear,
java.lang.Boolean doNumberFilter,
java.lang.Boolean doPercentageFilter,
java.lang.Double filterValue,
java.lang.Boolean includeIncomplete)
Deprecated.
|
FHMatrix(FHFile[] inputFile,
java.io.File outputFile,
java.lang.Integer startYear,
java.lang.Integer endYear,
java.lang.Boolean siteMatrix,
java.lang.Boolean site00,
java.lang.Boolean site01,
java.lang.Boolean site10,
java.lang.Boolean site11,
java.lang.Boolean siteSum,
java.lang.Boolean binaryMatrix,
java.lang.Boolean ntpMatrix,
java.lang.Boolean filterByNumber,
java.lang.Boolean filterByPercentage,
java.lang.Boolean scohSim,
java.lang.Boolean sjacSim,
java.lang.Boolean fireEvent,
java.lang.Boolean fireInjury,
java.lang.Double filterValue)
Deprecated.
|
FHMatrix(FHFile[] inputFileArray,
java.lang.Integer startYear,
java.lang.Integer endYear,
FireFilterType filterType,
EventTypeToProcess eventTypeToProcess,
java.lang.Double filterValue,
java.lang.Integer yearOverlapThreshold,
NoDataLabel noDataLabel)
New simplified constructor for FHAES GUI
|
FHSummary(FHFile[] inputFileArray)
Constructor for FHSummary
|
Modifier and Type | Field and Description |
---|---|
private FHFile |
ReportPanel.fhxFile |
private FHFile |
CategoryEditor.workingFile |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<FHFile> |
ReportPanel.fhxFiles |
private java.util.ArrayList<FHFile> |
FileLoadProgressDialog.fileList |
private java.util.ArrayList<FHFile> |
AnalysisProgressDialog.fileList |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FHFile> |
FileLoadProgressDialog.getFileList()
TODO
|
java.util.ArrayList<FHFile> |
AnalysisProgressDialog.getFileList() |
Modifier and Type | Method and Description |
---|---|
void |
ReportPanel.setFile(FHFile inFile)
Populate the reports for a specific file.
|
Modifier and Type | Method and Description |
---|---|
void |
MapPanel.setFHFiles(java.util.ArrayList<FHFile> files) |
void |
ReportPanel.setFiles(java.util.ArrayList<FHFile> files)
Populate reports that work on all files in the workspace.
|
Constructor and Description |
---|
CategoryEditor(FHFile file)
Initializes the dialog.
|
Constructor and Description |
---|
AnalysisProgressDialog(java.awt.Component parent,
java.util.ArrayList<FHFile> files) |
MapPanel(java.util.ArrayList<FHFile> files)
TODO
|
SpatialJoinDialog(java.util.ArrayList<FHFile> files)
Create the dialog.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<FHFile> |
FHFileGroup.files |
private java.util.ArrayList<FHFile> |
FileListModel.list |
Modifier and Type | Method and Description |
---|---|
FHFile |
FileListModel.getElementAt(int arg0)
TODO
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FHFile> |
FileListModel.getCompleteFileList()
Get a list of *all* files from this model, regardless of whether they are valid or not.
|
java.util.ArrayList<FHFile> |
FHFileGroup.getFiles() |
java.util.ArrayList<FHFile> |
FileListModel.getValidFileList()
Get an ArrayList of all the *valid* FHFiles in this model.
|
java.util.ArrayList<FHFile> |
FileListModel.getValidFileListWithEvents()
Get an ArrayList of all the *valid* FHFiles with fire or injury events depending on current preferences.
|
static java.util.ArrayList<FHFile> |
FileListModel.getValidSelectedFileList(javax.swing.JList list)
Get the valid selected files from a JList of FHFiles regardless of whether they have events in on or not.
|
static java.util.ArrayList<FHFile> |
FileListModel.getValidSelectedFileListWithEvents(javax.swing.JList list)
Get the valid selected files from a JList of FHFiles but only include those with events as specified by the current event type.
|
Modifier and Type | Method and Description |
---|---|
void |
FileListModel.addElement(FHFile f)
TODO
|
void |
FileListModel.addElementAt(int index,
FHFile f)
TODO
|
int |
FHFileValidityComparator.compare(FHFile o1,
FHFile o2)
TODO
|
int |
FHFileNameComparator.compare(FHFile o1,
FHFile o2)
TODO
|
int |
FHFileLastYearComparator.compare(FHFile o1,
FHFile o2) |
int |
FHFileFirstYearComparator.compare(FHFile o1,
FHFile o2) |
private java.lang.Integer |
FHFileValidityComparator.getOrderValue(FHFile f)
TODO
|
void |
FileListModel.removeElement(FHFile f)
TODO
|
Modifier and Type | Method and Description |
---|---|
void |
FileListModel.addAllElements(java.util.Collection<FHFile> list)
TODO
|
void |
FileListModel.setFileList(java.util.ArrayList<FHFile> list)
TODO
|
void |
FHFileGroup.setFiles(java.util.ArrayList<FHFile> files) |
void |
FileListModel.sortAscending(java.util.Comparator<FHFile> comp)
TODO
|
void |
FileListModel.sortDescending(java.util.Comparator<FHFile> comp)
TODO
|
Constructor and Description |
---|
FHFileGroup(java.lang.String name,
java.util.ArrayList<FHFile> files)
TODO
|
FileListModel(java.util.ArrayList<FHFile> list)
TODO
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<FHFile> |
FHCluster.filesToProcess |
private java.util.ArrayList<FHFile> |
FHCluster.filesWithNoCoords |
private java.util.ArrayList<java.util.ArrayList<FHFile>> |
FHCluster.groups |
Modifier and Type | Method and Description |
---|---|
private java.lang.Boolean |
FHCluster.searchGroupsForMatch(FHFile file)
Search through the existing groups to see if the specified file is close enough to group, otherwise place it in it's own group.
|
Modifier and Type | Method and Description |
---|---|
void |
FHCluster.setFileList(java.util.ArrayList<FHFile> files)
Set the files to process.
|
Constructor and Description |
---|
FHCluster(java.util.ArrayList<FHFile> files)
Standard constructor.
|