Uses of Class
ca.spatial.reportwriter.Report
Packages that use Report
Package
Description
The Patchworks application and supporting classes
Report templates and report writer functions
-
Uses of Report in ca.spatial.patchworks
Subclasses of Report in ca.spatial.patchworksModifier and TypeClassDescriptionclass
Save block availabilityclass
Display detailed information about the state of the block.class
Save exclusive option assigmentsclass
Save exclusive option assigmentsclass
This report summarizes costs and flows through a network.class
This report will track the progress of specific components of the objective function, and will display charts of how these terms change over the course of the simulation.class
The PatchDetailReport class lists the sizes of each patch in each period.class
The PatchReport class describes the area distribution of connected patches on a landscape.class
This report summarizes costs and flows through a route.class
This class defines a report that saves a route to a destination.class
This report logs significant events in the life cycle of a Patchworks simulation run.class
This report summarizes target shortages for active targets.class
This class defines a report that saves the stand dynamics events for all of the stands in to a CSV file.class
This class defines a report that saves the treatment scheduleMethods in ca.spatial.patchworks that return ReportModifier and TypeMethodDescriptionControl.getExclusiveAssignmentReport(String filename, String title, String exclusive)
Get an exclusive assignment report.Control.getExclusiveLockReport(String filename, String title, String exclusive)
Get an exclusive lock report.Control.getNetworkCostReport(String filename, String title)
Get a network cost report.Control.getRouteCostReport(String filename, String title, String destination)
Get a route cost report.Control.getRouteReport(String filename, String title, String destination)
Get a route report.Control.getTimingConstraintsReport(String filename, String title)
Get a timing constraints report.Methods in ca.spatial.patchworks with parameters of type Report -
Uses of Report in ca.spatial.reportwriter
Subclasses of Report in ca.spatial.reportwriterModifier and TypeClassDescriptionclass
Create a chart showing box and whisker statistical data along with account values as a red line and circle.class
This report class will read the saved values from several scenarios, extract a single indicator, and produce a line chart that compares the scenarios.class
The CategoryCategoryReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
The CategoryExpressionReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
The CategoryPatternReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
The CategoryReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
class
The ColumnSummaryReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
This class creates a chart based on parameters passed on standard input.class
This report class will read the saved values from several scenarios, extract a single indicator, and produce a line chart that compares the scenarios.class
This report will copy a file from your file system into the namespace of the internal Patchworks web server.class
This report will display a crosstabulation.class
This report is responsible for displaying report and map constructors.class
This report allows customization of an Excel workbook.class
This class provides support of common parameters for all general reports.class
class
A MapLayout report prepares multi-page reports consisting of maps, charts, tables and other features.class
Create a map based on the contents of aLayerList
object.class
The PeriodCategoryReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
This class produces a report that shows periods along the rows and specified values along the columns,class
class
This class produces a report that shows periods along the rows and specified values along the columns,class
This class implements a flexible report template.class
This class produces charts that show values and a secondary indicator, such as a benchmark value.class
This report class will read the saved values from several scenarios, extract a single indicator, and produce a line chart that compares the scenarios.class
The RangePeriodReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
Deprecated.class
Create a raster output file, based on remapping codes in from a raster input file.class
The StandardReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
The TableQueryReport class creates a CSV file that contain a single record for each selected record in the input table, for each requested planning period.class
This class creates a chart that show account values along with the minimum and maximum target values.class
This class formats a single target in a standard format.class
This class formats a single target in a standard format.class
This class formats a single target in a standard format.class
This simple report displays static HTML text.class
This class creates a hierarchical list of reports (reports sorted within folders) that is used by the 'Navigator' feature of the Patchworks web based reports.Methods in ca.spatial.reportwriter that return ReportModifier and TypeMethodDescriptionReport.addDefaultParam(String key, Object value)
Add a parameter to the list of defaults.Add a report definition to the ReportWriter catalog.ReportWriter.knownReport(String reportName)
Test if a document is known by the reportWriter.Report.setDefaultParams(String[][] defaults)
Set a list of parameters that will be used with this report.Report.setDisplayFormat(String pattern)
Report.setIndexed(boolean indexed)
Set a flag to indicate that the report is indexed or not.Report.setSelected(boolean selected)
Set a flag to indicate if the report is selected or not.A function to set the report titleMethods in ca.spatial.reportwriter that return types with arguments of type ReportModifier and TypeMethodDescriptionReportWriter.getHandlers()
Get the default handlersReportWriter.getHiddenReports()
ReportWriter.getReportList()
Retrieve a hashmap listing all documents visible to this report writer.ReportWriter.getReports()
Get the reports hashtableMethods in ca.spatial.reportwriter with parameters of type ReportModifier and TypeMethodDescriptionvoid
ReportWriter.addHiddenReport(Report r)
Add a report definition that will not be exposed to the ReportWriter catalog.Add a report definition to the ReportWriter catalog.MapLayoutReport.Group.addReportChart(double x, double y, double width, double height, Report report)
Add a report chart.MapLayoutReport.Group.addReportChart(double x, double y, double width, double height, String label, Report report)
Add a report chartMapLayoutReport.Group.addReportTable(double x, double y, double width, double height, Report report)
Add a report table.MapLayoutReport.Group.addReportTable(double x, double y, double width, double height, String label, Report report)
Add a report table.int
Comparator interface to sort dhandler names in order of decreasing length of name.int
boolean
ReportWriter.containsReport(Report r)
Test if this reportWriter container contains the report object.BoxAndWhiskerChartReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
CategoryCategoryReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
CategoryExpressionReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
CategoryPatternReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
CategoryReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
ColumnSummaryReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
Every report that support configuration via a wizard must override this class.CompareReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
IndexReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
MapReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
PeriodCategoryReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
PeriodExpressionReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
PeriodPatternReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
PeriodValueReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
Every report that support configuration via a wizard must override this class.PivotTableReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
RangePeriodReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
RasterRemapReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
Every report that support configuration via a wizard must override this class.abstract WizardPane
ReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
Return a chain of WizardPane's that obtain report configuration information.StandardReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
Every report that support configuration via a wizard must override this class.TableQueryReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
TargetLimitReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
Every report that support configuration via a wizard must override this class.TargetReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
TargetStatusReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
Every report that support configuration via a wizard must override this class.TextReportConfigurator.getConfigurator(Wizard wiz, ReportWriter rw, Report report)
static WizardPane
ReportConfigurator.getNameAndTitle(Wizard wiz, ReportWriter rw, Report report)
Return a panel that prompts for the report title and name.void
ReportWriter.updateNode(Report r)
Constructors in ca.spatial.reportwriter with parameters of type ReportModifierConstructorDescriptionAddReportWizard(Frame parent, ReportWriter rw, String folder, Report report)
Constructor parameters in ca.spatial.reportwriter with type arguments of type Report