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.CoordinateReferenceSystem
Fetches the source or target coordinate reference system from the value given to the specified option.(package private) static Option
Returns the option for the given string.(package private) boolean
Option.parseBoolean
(String value) Parses the given value as a boolean.(package private) final DataStoreProvider
OutputFormat.provider()
Returns the data store provider, ornull
if none.Constructors in org.apache.sis.console that throw InvalidOptionExceptionModifierConstructorDescription(package private)
AboutCommand
(int commandIndex, String... arguments) Creates the"about"
sub-command.protected
Creates a new command for the given arguments.protected
CommandRunner
(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.