Uses of Class
org.apache.sis.referencing.factory.sql.InstallationScriptProvider
Packages that use InstallationScriptProvider
Package
Description
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
-
Uses of InstallationScriptProvider in org.apache.sis.referencing.factory.sql
Subclasses of InstallationScriptProvider in org.apache.sis.referencing.factory.sqlModifier and TypeClassDescription(package private) static final class
The default implementation which use the scripts in the$SIS_DATA/Databases/ExternalSources
directory, if present.Fields in org.apache.sis.referencing.factory.sql declared as InstallationScriptProviderModifier and TypeFieldDescriptionprivate final InstallationScriptProvider
EPSGFactory.scriptProvider
A provider of SQL scripts to use ifEPSGFactory
needs to create the database, ornull
for the default mechanism.