Uses of Class
org.apache.sis.referencing.factory.UnavailableFactoryException
Packages that use UnavailableFactoryException
Package
Description
Base classes for reference systems used for general positioning.
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
Methods in org.apache.sis.referencing with parameters of type UnavailableFactoryExceptionModifier and TypeMethodDescription(package private) static booleanAuthorityFactories.failure(UnavailableFactoryException e) Notifies that a factory is unavailable, but without giving a fallback and without logging.(package private) static GeodeticAuthorityFactoryAuthorityFactories.fallback(UnavailableFactoryException e) Returns the fallback to use if the authority factory is not available.Methods in org.apache.sis.referencing that throw UnavailableFactoryExceptionModifier and TypeMethodDescription(package private) static GeodeticAuthorityFactoryAuthorityFactories.fallback(UnavailableFactoryException e) Returns the fallback to use if the authority factory is not available. -
Uses of UnavailableFactoryException in org.apache.sis.referencing.factory
Methods 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.sql
Methods 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.