Package | Description |
---|---|
org.fhaes.analysis | |
org.fhaes.enums |
This package contains a variety of enumerations used in Fire History analysis
|
org.fhaes.fhfilereader |
Package containing a classes associated with reading data files containing fire history data.
|
org.fhaes.fhsamplesize.model | |
org.fhaes.gui | |
org.fhaes.neofhchart | |
org.fhaes.preferences |
Package for handling the storing and retrieval of user preferences between sessions.
|
org.fhaes.preferences.wrappers |
This package contains classes that wrapper GUI components and store their values in preferences.
|
org.fhaes.tools |
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.
|
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
|
Modifier and Type | Method and Description |
---|---|
static FireFilterType |
FireFilterType.fromName(java.lang.String name)
Create a FireFilterType from a string name.
|
static FireFilterType |
FireFilterType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FireFilterType[] |
FireFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.Integer> |
AbstractFireHistoryReader.getCompositeFireYears(EventTypeToProcess eventsToProcess,
FireFilterType filterType,
double filterValue,
int minNumberOfSamples)
Returns an ArrayList of years which fulfill the composite filter options specified.
|
Modifier and Type | Field and Description |
---|---|
private FireFilterType |
SSIZAnalysisModel.thresholdType |
Modifier and Type | Method and Description |
---|---|
FireFilterType |
SSIZAnalysisModel.getThresholdType() |
Modifier and Type | Method and Description |
---|---|
void |
SSIZAnalysisModel.setThresholdType(FireFilterType b)
Sets the thresholdType according to the input value.
|
Modifier and Type | Method and Description |
---|---|
FireFilterType |
CompositeFilterDialog.getFireFilterType()
Get the selected fire filter type
|
Modifier and Type | Field and Description |
---|---|
private javax.swing.JComboBox<FireFilterType> |
ChartPropertiesDialog.cboFilterType |
Modifier and Type | Method and Description |
---|---|
FireFilterType |
FHAESPreferences.getFireFilterTypePref(FHAESPreferences.PrefKey key,
FireFilterType defaultValue)
Get the value of an FireFilterType preference.
|
Modifier and Type | Method and Description |
---|---|
FireFilterType |
FHAESPreferences.getFireFilterTypePref(FHAESPreferences.PrefKey key,
FireFilterType defaultValue)
Get the value of an FireFilterType preference.
|
void |
FHAESPreferences.setFireFilterTypePref(FHAESPreferences.PrefKey key,
FireFilterType value)
Set the value of a preference to the specified FireFilterType.
|
Modifier and Type | Field and Description |
---|---|
(package private) FireFilterType[] |
FireFilterTypeWrapper.formats |
private static FireFilterType[] |
FireFilterTypeWrapper.OPTIONS |
Modifier and Type | Method and Description |
---|---|
private void |
FireFilterTypeWrapper.initGeneric(javax.swing.JComboBox cbo,
FireFilterType[] values) |
Constructor and Description |
---|
FireFilterTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
FireFilterType[] values) |
Modifier and Type | Field and Description |
---|---|
private FireFilterType |
FHOperations.fireFilterType |
Modifier and Type | Method and Description |
---|---|
static void |
FHOperations.createCompositeFile(javax.swing.JFrame parent,
java.io.File[] inputFileArray,
java.io.File outputFile,
java.lang.Integer startYear,
java.lang.Integer endYear,
FireFilterType filter,
java.lang.Double fireFilterValue,
java.lang.Integer minNumberSamples)
Create a composite file from the specified input files.
|
static java.io.File |
FHOperations.createCompositeFile(javax.swing.JFrame parent,
java.io.File[] inputFileArray,
java.lang.Integer startYear,
java.lang.Integer endYear,
FireFilterType fireFilterType,
java.lang.Double fireFilterValue,
java.lang.Integer minNumberSamples)
Create a composite file from the specified file array and trimmed to the specified start and end years
|
static java.io.File |
FHOperations.createEventFile(javax.swing.JFrame parent,
java.io.File[] inputFileArray,
java.lang.Integer startYear,
java.lang.Integer endYear,
FireFilterType fireFilterType,
java.lang.Double fireFilterValue,
java.lang.Integer minNumberSamples,
java.lang.String comments)
Create an event file from the specified file array and trimmed to the specified start and end years
|
Constructor and Description |
---|
FHOperations(javax.swing.JFrame parent,
java.io.File[] inputFiles,
java.io.File outputFile,
java.lang.Integer startYear,
java.lang.Integer endYear,
java.lang.Double fireFilterValue,
FireFilterType fireFilterType,
java.lang.Boolean createJoinFile,
java.lang.Boolean createCompositeFile,
java.lang.Boolean createEventFile,
int minNumberSamples,
java.lang.String comments) |