Package ca.spatial.reportwriter
Class RangeReport
java.lang.Object
ca.spatial.reportwriter.Report
ca.spatial.reportwriter.RangeReport
- All Implemented Interfaces:
Selectable<Report>
,Comparable<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 Summary
FieldsFields inherited from class ca.spatial.reportwriter.Report
AREA, LINE, PIE, SIDE_BY_SIDE_BARS, STACKED_BARS
-
Constructor Summary
ConstructorsConstructorDescriptionRangeReport(String filename, String title, String units, AttributeStore as, String pattern, String rangeColumn, RangeLabel[] ranges, int[] periods, String link, boolean percent)
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionca.spatial.reportwriter.Report.DataCache
doReport(String filename, PrintStream out, Map<String,Object> param, ca.spatial.reportwriter.Report.DataCache cache)
Deprecated.The method used by the report writer to format the requested report.Deprecated.Deprecated.boolean
Deprecated.int[]
Deprecated.Deprecated.Deprecated.String[]
getTypes()
Deprecated.An accessor function to retrieve the list of report types supported by this report.getUnits()
Deprecated.void
setHTMLText(String html)
Deprecated.void
setPattern(String pattern)
Deprecated.void
setPercent(boolean percent)
Deprecated.void
setPeriods(int[] periods)
Deprecated.void
setRangeColumn(String column)
Deprecated.void
setRanges(RangeLabel[] ranges)
Deprecated.void
Deprecated.Methods inherited from class ca.spatial.reportwriter.Report
addDefaultParam, chartImg, compareTo, csvLink, doesAnyTypes, doesCSV, doesGIF, doesHTML, doesPNG, doesType, encodeFileURL, encodeURL, endMainContent, escapeRegexChars, footer, formatColumnHeadings, formatColumnHeadings, getAdditionalFiles, getAttributeStore, getBasepart, getBasepart, getDefaultFilename, getDisplayFormat, getExtension, getExtension, getFilename, getFolderpart, getFolderpart, getLength, getNamepart, getNamepart, getPathToRoot, getReportFor, getTitle, header, htmlText, indexLink, interpolateParams, isDhandler, isIndexed, isSelected, parentIndex, patternToRegex, setAttributeStore, setDefaultParams, setDisplayFormat, setIndexed, setSelected, setTitle, toString, uniqueLabels
-
Field Details
-
TYPES
Deprecated.
-
-
Constructor Details
-
RangeReport
public RangeReport(String filename, String title, String units, AttributeStore as, String pattern, String rangeColumn, RangeLabel[] ranges, int[] periods, String link, boolean percent)Deprecated.
-
-
Method Details
-
getPattern
Deprecated. -
setPattern
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. -
setRangeColumn
Deprecated. -
getRangeColumn
Deprecated. -
setRanges
Deprecated. -
getRanges
Deprecated. -
setPeriods
public void setPeriods(int[] periods)Deprecated. -
getPeriods
public int[] getPeriods()Deprecated. -
setHTMLText
Deprecated. -
getHTMLText
Deprecated. -
setPercent
public void setPercent(boolean percent)Deprecated. -
getPercent
public boolean getPercent()Deprecated. -
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. -
getUnits
Deprecated. -
setUnits
Deprecated.
-