Uses of Class
org.apache.sis.referencing.factory.NoSuchAuthorityFactoryException
-
Packages that use NoSuchAuthorityFactoryException Package Description org.apache.sis.referencing Base classes for reference systems used for general positioning.org.apache.sis.referencing.factory 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 NoSuchAuthorityFactoryException Modifier and Type Method Description static IdentifiedObjectFinder
IdentifiedObjects. newFinder(String authority)
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 NoSuchAuthorityFactoryException Modifier and Type Method Description <T extends AuthorityFactory>
TMultiAuthoritiesFactory. getAuthorityFactory(Class<T> type, String authority, String version)
Returns the factory identified by the given type, authority and version.
-