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.factoriesThe factories obtained fromMultiAuthoritiesFactory.getAuthorityFactory(Class, String, String)and similar methods.private final Map<AuthorityFactoryIdentifier,Boolean> MultiAuthoritiesFactory.warningsThe factories for which we have logged a warning.Methods in org.apache.sis.referencing.factory that return AuthorityFactoryIdentifierModifier and TypeMethodDescription(package private) static AuthorityFactoryIdentifierCreates a new identifier for a factory of the given type, authority and version.(package private) static AuthorityFactoryIdentifierAuthorityFactoryIdentifier.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) AuthorityFactoryIdentifierAuthorityFactoryIdentifier.intern()Ensures that the authority and version use sharedStringinstances.(package private) AuthorityFactoryIdentifierAuthorityFactoryIdentifier.newType(byte newType) Creates a new identifier for the same authority and version than this identifier, but a different factory.(package private) AuthorityFactoryIdentifierAuthorityFactoryIdentifier.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) AuthorityFactoryIdentifierAuthorityFactoryIdentifier.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.AuthorityFactoryMultiAuthoritiesFactory.cache(AuthorityFactoryIdentifier identifier, org.opengis.referencing.AuthorityFactory factory) Caches the given factory, but without replacing existing instance if any.private booleanMultiAuthoritiesFactory.canLog(AuthorityFactoryIdentifier identifier) Returnstrueif thisMultiAuthoritiesFactorycan log a warning for the given factory.private org.opengis.referencing.AuthorityFactoryMultiAuthoritiesFactory.getAuthorityFactory(AuthorityFactoryIdentifier request) Returns the factory identified by the given type, authority and version.(package private) booleanAuthorityFactoryIdentifier.isSameAuthority(AuthorityFactoryIdentifier other) Returnstrueif the given identifier is for the same authority than this identifier.