Uses of Package
org.apache.sis.referencing.factory
Packages that use org.apache.sis.referencing.factory
Package
Description
Well Known Text (WKT) parsing and formatting.
Base classes for reference systems used for general positioning.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Relationship between any two Coordinate Reference Systems (CRS).
Helper classes for creating Math Transforms from a set of points.
-
Classes in org.apache.sis.referencing.factory used by org.apache.sis.io.wktClassDescriptionThrown when a factory contains invalid data.Creates geodetic objects from codes defined by an authority.
-
Classes in org.apache.sis.referencing.factory used by org.apache.sis.referencingClassDescriptionCreates geodetic objects from codes defined by an authority.Searches in an authority factory for objects approximately equal to a given object.A factory that delegates the object creation to another factory determined from the authority part in “authority:code” arguments.Thrown when no factory has been found for a given authority name.Thrown when a whole factory cannot be created because a resource is missing.
-
Classes in org.apache.sis.referencing.factory used by org.apache.sis.referencing.factoryClassDescriptionIdentification of an authority factory by its type, namespace and version.Delegates object creations to one of the
create
methods in a backingAuthorityFactory
.Implementation ofConcurrentAuthorityFactory.printCacheContent(PrintWriter)
.Result of parsing a code in "OGC", "CRS", "AUTO" or "AUTO2" namespace.A concurrent authority factory that caches all objects created by another factory.Holds the reference to a Data Access Object used byConcurrentAuthorityFactory
, together with information about its usage.The key objects to use in theConcurrentAuthorityFactory.cache
.Creates geodetic objects from codes defined by an authority.Searches in an authority factory for objects approximately equal to a given object.The domain of the search (for example whether to include deprecated objects in the search).Thrown when a particular object cannot be created because a resource is missing.A factory that delegates the object creation to another factory determined from the authority part in “authority:code” arguments.Thrown when no factory has been found for a given authority name.Most recently used objects stored or accessed inConcurrentAuthorityFactory.findPool
, retained by strong references for preventing too early garbage collection.Thrown when a whole factory cannot be created because a resource is missing. -
Classes in org.apache.sis.referencing.factory used by org.apache.sis.referencing.factory.sqlClassDescriptionA concurrent authority factory that caches all objects created by another factory.Thrown when a factory contains invalid data.Creates geodetic objects from codes defined by an authority.Searches in an authority factory for objects approximately equal to a given object.A lazy set of
IdentifiedObject
instances created from their authority codes only when first needed.Thrown when a whole factory cannot be created because a resource is missing. -
Classes in org.apache.sis.referencing.factory used by org.apache.sis.referencing.operationClassDescriptionSearches in an authority factory for objects approximately equal to a given object.
-
Classes in org.apache.sis.referencing.factory used by org.apache.sis.referencing.operation.builder