Uses of Package
org.apache.sis.referencing.factory
-
Packages that use org.apache.sis.referencing.factory 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.org.apache.sis.referencing.factory.sql Factories for geodetic objects defined in a SQL database, typically the EPSG dataset. -
Classes in org.apache.sis.referencing.factory used by org.apache.sis.referencing Class Description IdentifiedObjectFinder Searches in an authority factory for objects approximately equal to a given object.NoSuchAuthorityFactoryException Thrown when no factory has been found for a given authority name. -
Classes in org.apache.sis.referencing.factory used by org.apache.sis.referencing.factory Class Description GeodeticAuthorityFactory Creates geodetic objects from codes defined by an authority.IdentifiedObjectFinder Searches in an authority factory for objects approximately equal to a given object.IdentifiedObjectFinder.Domain The domain of the search (for example whether to include deprecated objects in the search).MissingFactoryResourceException Thrown when a particular object can not be created because a resource is missing.NoSuchAuthorityFactoryException Thrown when no factory has been found for a given authority name.UnavailableFactoryException Thrown when a whole factory can not be created because a resource is missing. -
Classes in org.apache.sis.referencing.factory used by org.apache.sis.referencing.factory.sql Class Description ConcurrentAuthorityFactory A concurrent authority factory that caches all objects created by another factory.GeodeticAuthorityFactory Creates geodetic objects from codes defined by an authority.IdentifiedObjectFinder Searches in an authority factory for objects approximately equal to a given object.UnavailableFactoryException Thrown when a whole factory can not be created because a resource is missing.