Uses of Class
org.apache.sis.setup.InstallationResources
Packages that use InstallationResources
Package
Description
Command line interface for Apache SIS.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Provides information and some controls about SIS configuration.
-
Uses of InstallationResources in org.apache.sis.console
Subclasses of InstallationResources in org.apache.sis.consoleModifier and TypeClassDescriptionclass
A provider for data licensed under different terms of use than the Apache license. -
Uses of InstallationResources in org.apache.sis.referencing.factory.sql
Subclasses of InstallationResources in org.apache.sis.referencing.factory.sqlModifier and TypeClassDescriptionclass
Provides SQL scripts needed for creating a local copy of a dataset.(package private) static final class
The default implementation which use the scripts in the$SIS_DATA/Databases/ExternalSources
directory, if present.Methods in org.apache.sis.referencing.factory.sql that return InstallationResourcesModifier and TypeMethodDescriptionprivate static InstallationResources
EPSGInstaller.lookupProvider
(Locale locale) Searches for a SQL script provider on the classpath before to fallback on the default provider.Methods in org.apache.sis.referencing.factory.sql with parameters of type InstallationResourcesModifier and TypeMethodDescriptionvoid
EPSGInstaller.run
(InstallationResources scriptProvider, Locale locale) Processes to the creation of the EPSG database using the SQL scripts from the given provider. -
Uses of InstallationResources in org.apache.sis.setup
Subclasses of InstallationResources in org.apache.sis.setupModifier and TypeClassDescriptionclass
A predefined set of data important to Apache SIS but not redistributed for space or licensing reasons.Fields in org.apache.sis.setup declared as InstallationResourcesModifier and TypeFieldDescriptionprivate InstallationResources
OptionalInstallations.provider
The provider to use for fetching the actual licensed data after we got user's agreement.Methods in org.apache.sis.setup that return InstallationResourcesModifier and TypeMethodDescriptionprivate InstallationResources
Downloads the provider to use for fetching the actual licensed data after we got user's agreement.private InstallationResources
Returns the provider to use for fetching the actual licensed data after we got user's agreement.