Uses of Class
org.opengis.test.report.OperationParametersReport.Row
-
Packages that use OperationParametersReport.Row Package Description org.opengis.test.report Generates HTML pages that summarize the operations provided by a GeoAPI implementation. -
-
Uses of OperationParametersReport.Row in org.opengis.test.report
Fields in org.opengis.test.report with type parameters of type OperationParametersReport.Row Modifier and Type Field Description List<OperationParametersReport.Row>OperationParametersReport.Row. parametersThe operation parameters or the parameter sub-groups, ornullif not applicable.protected List<OperationParametersReport.Row>OperationParametersReport. rowsThe operations to publish in the HTML report.Methods in org.opengis.test.report that return OperationParametersReport.Row Modifier and Type Method Description protected OperationParametersReport.RowOperationParametersReport. createRow(IdentifiedObject operation, ParameterDescriptorGroup parameters, Set<String> codeSpaces)Creates a new row for the given operation and parameters.Methods in org.opengis.test.report with parameters of type OperationParametersReport.Row Modifier and Type Method Description intOperationParametersReport.Row. compareTo(OperationParametersReport.Row o)Compares this row with the given object for order.Constructors in org.opengis.test.report with parameters of type OperationParametersReport.Row Constructor Description Row(OperationParametersReport.Row toCopy)Creates a new row initialized to a shallow copy of the given row.
-