Uses of Interface
org.opengis.referencing.cs.CSAuthorityFactory
Packages that use CSAuthorityFactory
Package
Description
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 CSAuthorityFactory in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement CSAuthorityFactoryModifier and TypeClassDescriptionclassA factory that delegates the object creation to another factory determined from the authority part in “authority:code” arguments. -
Uses of CSAuthorityFactory in org.apache.sis.referencing.factory.sql
Classes in org.apache.sis.referencing.factory.sql that implement CSAuthorityFactoryModifier 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.