Uses of Class
org.apache.sis.referencing.factory.UnavailableFactoryException
Packages that use UnavailableFactoryException
Package
Description
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
-
Uses of UnavailableFactoryException in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that throw UnavailableFactoryExceptionModifier and TypeMethodDescriptionprotected abstract DAO
ConcurrentAuthorityFactory.newDataAccess()
Creates a factory which will perform the actual geodetic object creation work. -
Uses of UnavailableFactoryException in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that throw UnavailableFactoryExceptionModifier and TypeMethodDescriptionvoid
EPSGFactory.install
(Connection connection) Creates the EPSG schema in the database and populates the tables with geodetic definitions.Constructors in org.apache.sis.referencing.factory.sql that throw UnavailableFactoryExceptionModifierConstructorDescriptionEPSGFactory
(Map<String, ?> properties) Creates a factory using the given configuration.