Uses of Class
org.apache.sis.console.InvalidOptionException
Packages that use InvalidOptionException
-
Uses of InvalidOptionException in org.apache.sis.console
Methods in org.apache.sis.console that throw InvalidOptionExceptionModifier and TypeMethodDescriptionprivate org.opengis.referencing.crs.CoordinateReferenceSystemFetches the source or target coordinate reference system from the value given to the specified option.(package private) static OptionReturns the option for the given string.(package private) booleanOption.parseBoolean(String value) Parses the given value as a boolean.(package private) final DataStoreProviderOutputFormat.provider()Returns the data store provider, ornullif none.Constructors in org.apache.sis.console that throw InvalidOptionExceptionModifierConstructorDescription(package private)AboutCommand(int commandIndex, String... arguments) Creates the"about"sub-command.protectedCreates a new command for the given arguments.protectedCommandRunner(int commandIndex, String[] arguments, EnumSet<Option> validOptions) Creates a new sub-command with the given command-line arguments.(package private)CRSCommand(int commandIndex, String... args) Creates the"crs"sub-command.(package private)FormattedOutputCommand(int commandIndex, String[] arguments, EnumSet<Option> validOptions, OutputFormat... supportedFormats) Creates a new sub-command with the given command-line arguments.(package private)HelpCommand(int commandIndex, String... arguments) Creates the"help"sub-command.(package private)IdentifierCommand(int commandIndex, String... args) Creates the"identifier"sub-command.(package private)MetadataCommand(int commandIndex, String... arguments) Creates the"metadata"sub-command.(package private)MimeTypeCommand(int commandIndex, String... arguments) Creates the"mime-type"sub-command.(package private)TransformCommand(int commandIndex, String... args) Creates the"transform"sub-command.