Class CRSCommand


final class CRSCommand extends FormattedOutputCommand
The "crs" sub-command. CRS are considered as a kind of metadata here.
Since:
0.3
Version:
0.8
  • Constructor Details

  • Method Details

    • run

      public int run() throws Exception
      Prints metadata or CRS information.
      Specified by:
      run in class CommandRunner
      Returns:
      0 on success, or an exit code if the command failed for a reason other than an uncaught Java exception.
      Throws:
      Exception - if an error occurred while executing the sub-command.