Uses of Interface
org.opengis.referencing.AuthorityFactory
Packages that use AuthorityFactory
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.
Coordinate systems and their
axis.
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of AuthorityFactory in org.apache.sis.io.wkt
Classes in org.apache.sis.io.wkt that implement AuthorityFactoryModifier and TypeClassDescriptionclassA factory providing CRS objects parsed from WKT definitions associated to authority codes. -
Uses of AuthorityFactory in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement AuthorityFactoryModifier 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.classCreates geodetic objects from codes defined by an authority.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 AuthorityFactoryModifier and TypeFieldDescriptionprotected final AuthorityFactoryIdentifiedObjectFinder.factoryThe factory to use for creating objects.protected final AuthorityFactoryIdentifiedObjectSet.factoryThe factory to use for creatingIdentifiedObjects when first needed.Methods in org.apache.sis.referencing.factory with type parameters of type AuthorityFactoryModifier and TypeMethodDescriptionfinal <T extends AuthorityFactory>
TMultiAuthoritiesFactory.getAuthorityFactory(Class<T> type, String authority, String version) Returns the factory identified by the given type, authority and version.Methods in org.apache.sis.referencing.factory that return AuthorityFactoryModifier and TypeMethodDescriptionUnavailableFactoryException.getUnavailableFactory()Returns the factory which has been found unavailable, ornullif unspecified.Methods in org.apache.sis.referencing.factory with parameters of type AuthorityFactoryModifier and TypeMethodDescriptionvoidUnavailableFactoryException.setUnavailableFactory(AuthorityFactory factory) Specifies which factory is unavailable.Constructors in org.apache.sis.referencing.factory with parameters of type AuthorityFactoryModifierConstructorDescriptionprotectedIdentifiedObjectFinder(AuthorityFactory factory) Creates a finder using the specified factory.IdentifiedObjectSet(AuthorityFactory factory, Class<T> type) Creates an initially empty set. -
Uses of AuthorityFactory in org.apache.sis.referencing.factory.sql
Classes in org.apache.sis.referencing.factory.sql that implement AuthorityFactoryModifier 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. -
Uses of AuthorityFactory in org.opengis.referencing.crs
Subinterfaces of AuthorityFactory in org.opengis.referencing.crsModifier and TypeInterfaceDescriptioninterfaceCreates coordinate reference systems using authority codes. -
Uses of AuthorityFactory in org.opengis.referencing.cs
Subinterfaces of AuthorityFactory in org.opengis.referencing.cs -
Uses of AuthorityFactory in org.opengis.referencing.datum
Subinterfaces of AuthorityFactory in org.opengis.referencing.datum -
Uses of AuthorityFactory in org.opengis.referencing.operation
Subinterfaces of AuthorityFactory in org.opengis.referencing.operationModifier and TypeInterfaceDescriptioninterfaceCreates coordinate transformation objects from codes.