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.factoryMethods in org.apache.sis.referencing.factory that throw UnavailableFactoryExceptionModifier and TypeMethodDescriptionprotected abstract DAOConcurrentAuthorityFactory.newDataAccess()Creates a factory which will perform the actual geodetic object creation work.
- 
Uses of UnavailableFactoryException in org.apache.sis.referencing.factory.sqlMethods in org.apache.sis.referencing.factory.sql that throw UnavailableFactoryExceptionModifier and TypeMethodDescriptionvoidEPSGFactory.install(Connection connection) Creates the EPSG schema in the database and populates the tables with geodetic definitions.