Uses of Class
org.apache.sis.referencing.factory.NoSuchAuthorityFactoryException
Packages that use NoSuchAuthorityFactoryException
Package
Description
Base classes for reference systems used for general positioning.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
-
Uses of NoSuchAuthorityFactoryException in org.apache.sis.referencing
Methods in org.apache.sis.referencing that throw NoSuchAuthorityFactoryExceptionModifier and TypeMethodDescriptionstatic IdentifiedObjectFinder
Creates a finder which can be used for looking up unidentified objects. -
Uses of NoSuchAuthorityFactoryException in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that throw NoSuchAuthorityFactoryExceptionModifier and TypeMethodDescriptionfinal <T extends org.opengis.referencing.AuthorityFactory>
TMultiAuthoritiesFactory.getAuthorityFactory
(Class<T> type, String authority, String version) Returns the factory identified by the given type, authority and version.private org.opengis.referencing.AuthorityFactory
MultiAuthoritiesFactory.getAuthorityFactory
(AuthorityFactoryIdentifier request) Returns the factory identified by the given type, authority and version.