Uses of Class
org.apache.sis.referencing.factory.AuthorityFactoryIdentifier
Packages that use AuthorityFactoryIdentifier
Package
Description
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
-
Uses of AuthorityFactoryIdentifier in org.apache.sis.referencing.factory
Fields in org.apache.sis.referencing.factory with type parameters of type AuthorityFactoryIdentifierModifier and TypeFieldDescriptionprivate final ConcurrentMap
<AuthorityFactoryIdentifier, org.opengis.referencing.AuthorityFactory> MultiAuthoritiesFactory.factories
The factories obtained fromMultiAuthoritiesFactory.getAuthorityFactory(Class, String, String)
and similar methods.private final Map
<AuthorityFactoryIdentifier, Boolean> MultiAuthoritiesFactory.warnings
The factories for which we have logged a warning.Methods in org.apache.sis.referencing.factory that return AuthorityFactoryIdentifierModifier and TypeMethodDescription(package private) static AuthorityFactoryIdentifier
Creates a new identifier for a factory of the given type, authority and version.(package private) static AuthorityFactoryIdentifier
AuthorityFactoryIdentifier.create
(Class<? extends org.opengis.referencing.AuthorityFactory> type, String authority, String version) Creates a new identifier for a factory of the given type, authority and version.(package private) AuthorityFactoryIdentifier
AuthorityFactoryIdentifier.intern()
Ensures that the authority and version use sharedString
instances.(package private) AuthorityFactoryIdentifier
AuthorityFactoryIdentifier.newType
(byte newType) Creates a new identifier for the same authority and version than this identifier, but a different factory.(package private) AuthorityFactoryIdentifier
AuthorityFactoryIdentifier.unversioned
(String newAuthority) Returns an identifier for a factory of the same type than this identifier, but a different authority and no version.(package private) AuthorityFactoryIdentifier
AuthorityFactoryIdentifier.versionOf
(org.opengis.metadata.citation.Citation factory) Creates a new identifier for the same type and authority than this identifier, but a different version extracted from the given authority.Methods in org.apache.sis.referencing.factory with parameters of type AuthorityFactoryIdentifierModifier and TypeMethodDescriptionprivate org.opengis.referencing.AuthorityFactory
MultiAuthoritiesFactory.cache
(AuthorityFactoryIdentifier identifier, org.opengis.referencing.AuthorityFactory factory) Caches the given factory, but without replacing existing instance if any.private boolean
MultiAuthoritiesFactory.canLog
(AuthorityFactoryIdentifier identifier) Returnstrue
if thisMultiAuthoritiesFactory
can log a warning for the given factory.private org.opengis.referencing.AuthorityFactory
MultiAuthoritiesFactory.getAuthorityFactory
(AuthorityFactoryIdentifier request) Returns the factory identified by the given type, authority and version.(package private) boolean
AuthorityFactoryIdentifier.isSameAuthority
(AuthorityFactoryIdentifier other) Returnstrue
if the given identifier is for the same authority than this identifier.