Uses of Class
org.apache.sis.referencing.factory.GeodeticAuthorityFactory
Packages that use GeodeticAuthorityFactory
Package
Description
Well Known Text (WKT) parsing and formatting.
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.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.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. -
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.