Uses of Class
org.opengis.test.report.Report
-
Packages that use Report Package Description org.opengis.test.report Generates HTML pages that summarize the operations provided by a GeoAPI implementation. -
-
Uses of Report in org.opengis.test.report
Subclasses of Report in org.opengis.test.report Modifier and Type Class Description classAuthorityCodesReportGenerates a list of object identified by authority codes for a given authority factory.classOperationParametersReportGenerates a list of operations (typically map projections) and their parameters.classReportsA single point for generating every reports implemented in this package.Methods in org.opengis.test.report with type parameters of type Report Modifier and Type Method Description protected <T extends Report>
TReports. createReport(Class<T> type)Invoked whenReportsneed to create a new instance of the given class.
-