Uses of Class
org.opengis.test.report.AuthorityCodesReport.Row
-
Packages that use AuthorityCodesReport.Row Package Description org.opengis.test.report Generates HTML pages that summarize the operations provided by a GeoAPI implementation. -
-
Uses of AuthorityCodesReport.Row in org.opengis.test.report
Fields in org.opengis.test.report with type parameters of type AuthorityCodesReport.Row Modifier and Type Field Description protected List<AuthorityCodesReport.Row>AuthorityCodesReport. rowsThe list of objects identified by the codes declared by the authority factory.Methods in org.opengis.test.report that return AuthorityCodesReport.Row Modifier and Type Method Description protected AuthorityCodesReport.RowAuthorityCodesReport. createRow(String code, IdentifiedObject object)Creates a new row for the given authority code and identified object.protected AuthorityCodesReport.RowAuthorityCodesReport. createRow(String code, FactoryException exception)Creates a new row for the given authority code and exception.protected AuthorityCodesReport.RowAuthorityCodesReport. newRow()Returns a newAuthorityCodesReport.Rowinstance.Methods in org.opengis.test.report with parameters of type AuthorityCodesReport.Row Modifier and Type Method Description intAuthorityCodesReport.Row. compareTo(AuthorityCodesReport.Row o)Compares this row with the given one for order.
-