Uses of Class
org.apache.sis.referencing.factory.UnavailableFactoryException
-
Packages that use UnavailableFactoryException Package Description org.apache.sis.referencing.factory Creates Coordinate Reference System (CRS) objects from given properties or authority codes.org.apache.sis.referencing.factory.sql 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 UnavailableFactoryException Modifier and Type Method Description protected 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 UnavailableFactoryException Modifier and Type Method Description void
EPSGFactory. install(Connection connection)
Creates the EPSG schema in the database and populates the tables with geodetic definitions.
-