Uses of Class
org.apache.sis.console.IdentifierCommand.Row
Packages that use IdentifierCommand.Row
-
Uses of IdentifierCommand.Row in org.apache.sis.console
Methods in org.apache.sis.console that return IdentifierCommand.RowModifier and TypeMethodDescription(package private) static IdentifierCommand.Row
IdentifierCommand.create
(org.opengis.referencing.ReferenceSystem rs) Creates an identifier row for the given CRS.Method parameters in org.apache.sis.console with type arguments of type IdentifierCommand.RowModifier and TypeMethodDescriptionprivate void
IdentifierCommand.print
(Iterable<IdentifierCommand.Row> rows) Prints all non-null rows.