Uses of Class
org.apache.sis.referencing.factory.GeodeticAuthorityFactory
Packages that use GeodeticAuthorityFactory
Package
Description
Well Known Text (WKT) parsing and formatting.
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 GeodeticAuthorityFactory in org.apache.sis.io.wkt
Subclasses of GeodeticAuthorityFactory in org.apache.sis.io.wktModifier and TypeClassDescriptionclass
A factory providing CRS objects parsed from WKT definitions associated to authority codes. -
Uses of GeodeticAuthorityFactory in org.apache.sis.referencing
Subclasses of GeodeticAuthorityFactory in org.apache.sis.referencingModifier and TypeClassDescription(package private) final class
The authority factory to use as a fallback when the real EPSG factory is not available.Fields in org.apache.sis.referencing declared as GeodeticAuthorityFactoryModifier and TypeFieldDescriptionprivate static final GeodeticAuthorityFactory[]
AuthorityFactories.EPSG
An array containing only the EPSG factory.Methods in org.apache.sis.referencing that return GeodeticAuthorityFactoryModifier and TypeMethodDescription(package private) static GeodeticAuthorityFactory
AuthorityFactories.EPSG()
Returns the factory connected to the EPSG geodetic dataset if possible, or the EPSG fallback otherwise.private static GeodeticAuthorityFactory
CommonCRS.factory()
Returns the EPSG factory to use for creating CRS, ornull
if none.(package private) static GeodeticAuthorityFactory
AuthorityFactories.fallback
(UnavailableFactoryException e) Returns the fallback to use if the authority factory is not available.Methods in org.apache.sis.referencing with parameters of type GeodeticAuthorityFactoryModifier and TypeMethodDescription(package private) static void
AuthorityFactories.EPSG
(GeodeticAuthorityFactory factory) Sets the EPSG factory to the given value. -
Uses of GeodeticAuthorityFactory in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory with type parameters of type GeodeticAuthorityFactoryModifier and TypeClassDescriptionclass
ConcurrentAuthorityFactory<DAO extends GeodeticAuthorityFactory>
A concurrent authority factory that caches all objects created by another factory.private static final class
Holds the reference to a Data Access Object used byConcurrentAuthorityFactory
, together with information about its usage.private static final class
A hook to be executed either when theConcurrentAuthorityFactory
is collected by the garbage collector, when the Java Virtual Machine is shutdown, or when the module is uninstalled by the OSGi or Servlet container.Subclasses of GeodeticAuthorityFactory in org.apache.sis.referencing.factoryModifier and TypeClassDescriptionclass
Creates coordinate reference systems in the "OGC
", "CRS
" or"AUTO(2)"
namespaces.class
ConcurrentAuthorityFactory<DAO extends GeodeticAuthorityFactory>
A concurrent authority factory that caches all objects created by another factory.class
A factory that delegates the object creation to another factory determined from the authority part in “authority:code” arguments.Fields in org.apache.sis.referencing.factory declared as GeodeticAuthorityFactoryModifier and TypeFieldDescription(package private) final DAO
ConcurrentAuthorityFactory.DataAccessRef.factory
The factory used for data access.Methods in org.apache.sis.referencing.factory with type parameters of type GeodeticAuthorityFactoryModifier and TypeMethodDescriptionprivate static <DAO extends GeodeticAuthorityFactory>
List<DAO>ConcurrentAuthorityFactory.clear
(Deque<ConcurrentAuthorityFactory.DataAccessRef<DAO>> availableDAOs) Clears the given queue and returns all DAO instances that it contained.private static <DAO extends GeodeticAuthorityFactory>
voidInvokesAutoCloseable.close()
on all the given factories.Methods in org.apache.sis.referencing.factory that return GeodeticAuthorityFactoryModifier and TypeMethodDescription(package private) final GeodeticAuthorityFactory
AuthorityFactoryProxy.geodeticFactory
(org.opengis.referencing.AuthorityFactory factory) Casts the given factory into a geodetic authority factory, or throws aFactoryException
if the given factory is not of the expected type.Methods in org.apache.sis.referencing.factory with parameters of type GeodeticAuthorityFactoryModifier and TypeMethodDescription(package private) T
AuthorityFactoryProxy.create
(GeodeticAuthorityFactory factory, String code) Creates the object for the given code. -
Uses of GeodeticAuthorityFactory in org.apache.sis.referencing.factory.sql
Subclasses of GeodeticAuthorityFactory in org.apache.sis.referencing.factory.sqlModifier and TypeClassDescriptionclass
Data Access Object (DAO) creating geodetic objects from a JDBC connection to an EPSG database.class
A geodetic object factory backed by the EPSG database.Methods in org.apache.sis.referencing.factory.sql with parameters of type GeodeticAuthorityFactoryModifier and TypeMethodDescription(package private) static void
BursaWolfInfo.filter
(GeodeticAuthorityFactory factory, BursaWolfInfo[] candidates, List<BursaWolfInfo> addTo) Given an array ofBursaWolfInfo
instances, retains only the instances having the largest domain of validity for each target datum.(package private) org.opengis.metadata.extent.Extent
BursaWolfInfo.getDomainOfValidity
(GeodeticAuthorityFactory factory) Gets the domain of validity.