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.
SQL scripts for EPSG geodetic data set installation.
Provides data, including the non-free EPSG geodetic dataset, in a single read-only JAR file.
Provides information and some controls about Apache 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 the SQL scripts needed for creating a local copy of a geodetic dataset. -
Uses of InstallationResources in org.apache.sis.referencing.factory.sql.epsg
Subclasses of InstallationResources in org.apache.sis.referencing.factory.sql.epsgModifier and TypeClassDescriptionclassProvides SQL scripts for creating a local copy of the EPSG geodetic dataset. -
Uses of InstallationResources in org.apache.sis.resources.embedded
Subclasses of InstallationResources in org.apache.sis.resources.embeddedModifier and TypeClassDescriptionclassProvides an embedded database for the EPSG geodetic dataset and other resources. -
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.Methods in org.apache.sis.setup that return types with arguments of type InstallationResourcesModifier and TypeMethodDescriptionstatic ServiceLoader<InstallationResources> InstallationResources.load()Returns all installation resources found on the module path, regardless if supported or not.