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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassProvides SQL scripts needed for creating a local copy of a dataset.(package private) static final classThe default implementation which use the scripts in the$SIS_DATA/Databases/ExternalSourcesdirectory, if present.Methods in org.apache.sis.referencing.factory.sql that return InstallationResourcesModifier and TypeMethodDescriptionprivate static InstallationResourcesEPSGInstaller.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 TypeMethodDescriptionvoidEPSGInstaller.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 TypeClassDescriptionclassA 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 InstallationResourcesOptionalInstallations.providerThe 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 InstallationResourcesDownloads the provider to use for fetching the actual licensed data after we got user's agreement.private InstallationResourcesReturns the provider to use for fetching the actual licensed data after we got user's agreement.