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 TypeClassDescriptionclassA 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 classThe 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.EPSGAn array containing only the EPSG factory.Methods in org.apache.sis.referencing that return GeodeticAuthorityFactoryModifier and TypeMethodDescription(package private) static GeodeticAuthorityFactoryAuthorityFactories.EPSG()Returns the factory connected to the EPSG geodetic dataset if possible, or the EPSG fallback otherwise.private static GeodeticAuthorityFactoryCommonCRS.factory()Returns the EPSG factory to use for creating CRS, ornullif none.(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 with parameters of type GeodeticAuthorityFactoryModifier and TypeMethodDescription(package private) static voidAuthorityFactories.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 TypeClassDescriptionclassConcurrentAuthorityFactory<DAO extends GeodeticAuthorityFactory>A concurrent authority factory that caches all objects created by another factory.private static final classHolds the reference to a Data Access Object used byConcurrentAuthorityFactory, together with information about its usage.private static final classA hook to be executed either when theConcurrentAuthorityFactoryis 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 TypeClassDescriptionclassCreates coordinate reference systems in the "OGC", "CRS" or"AUTO(2)"namespaces.classConcurrentAuthorityFactory<DAO extends GeodeticAuthorityFactory>A concurrent authority factory that caches all objects created by another factory.classA 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 DAOConcurrentAuthorityFactory.DataAccessRef.factoryThe 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 GeodeticAuthorityFactoryAuthorityFactoryProxy.geodeticFactory(org.opengis.referencing.AuthorityFactory factory) Casts the given factory into a geodetic authority factory, or throws aFactoryExceptionif 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) TAuthorityFactoryProxy.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 TypeClassDescriptionclassData Access Object (DAO) creating geodetic objects from a JDBC connection to an EPSG database.classA 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 voidBursaWolfInfo.filter(GeodeticAuthorityFactory factory, BursaWolfInfo[] candidates, List<BursaWolfInfo> addTo) Given an array ofBursaWolfInfoinstances, retains only the instances having the largest domain of validity for each target datum.(package private) org.opengis.metadata.extent.ExtentBursaWolfInfo.getDomainOfValidity(GeodeticAuthorityFactory factory) Gets the domain of validity.