Class RangeReport

java.lang.Object
ca.spatial.reportwriter.Report
ca.spatial.reportwriter.RangeReport
All Implemented Interfaces:
Selectable<Report>, Comparable<Report>

public class RangeReport extends Report
Deprecated.
The Range report produces a report that has ranges on the rows and and input table columns for columns. The same results can be achieved with the Category report. This report is no longer supported.
  • Field Details

    • TYPES

      public static final String[] TYPES
      Deprecated.
  • Constructor Details

  • Method Details

    • getPattern

      public String getPattern()
      Deprecated.
    • setPattern

      public void setPattern(String pattern)
      Deprecated.
    • doReport

      public ca.spatial.reportwriter.Report.DataCache doReport(String filename, PrintStream out, Map<String,​Object> param, ca.spatial.reportwriter.Report.DataCache cache)
      Deprecated.
      Description copied from class: Report
      The method used by the report writer to format the requested report. This method is implemented in every custom report. Application programs generally do not need to call this method, but instead use the report writer methods to obtain reports.
      Specified by:
      doReport in class Report
      Parameters:
      filename - The full name of the report to be printed, including the extension of the sub-report (if any).
      out - The output stream to print output on to.
      param - A HashMap containing parameters that modify the report (for example the scenario name).
    • setRangeColumn

      public void setRangeColumn(String column)
      Deprecated.
    • getRangeColumn

      public String getRangeColumn()
      Deprecated.
    • setRanges

      public void setRanges(RangeLabel[] ranges)
      Deprecated.
    • getRanges

      public RangeLabel[] getRanges()
      Deprecated.
    • setPeriods

      public void setPeriods(int[] periods)
      Deprecated.
    • getPeriods

      public int[] getPeriods()
      Deprecated.
    • setHTMLText

      public void setHTMLText(String html)
      Deprecated.
    • getHTMLText

      public String getHTMLText()
      Deprecated.
    • setPercent

      public void setPercent(boolean percent)
      Deprecated.
    • getPercent

      public boolean getPercent()
      Deprecated.
    • getTypes

      public String[] getTypes()
      Deprecated.
      Description copied from class: Report
      An accessor function to retrieve the list of report types supported by this report. See the documentation for the TYPES variable for the list of sub-types.
      Specified by:
      getTypes in class Report
    • getUnits

      public String getUnits()
      Deprecated.
    • setUnits

      public void setUnits(String units)
      Deprecated.