Class ConcurrentAuthorityFactory.Key
java.lang.Object
org.apache.sis.referencing.factory.ConcurrentAuthorityFactory.Key
- Enclosing class:
- ConcurrentAuthorityFactory<DAO extends GeodeticAuthorityFactory>
The key objects to use in the
ConcurrentAuthorityFactory.cache
.
This is one of the following pairs of values:
- For all
ConcurrentAuthorityFactory.createFoo(String)
methods:- The
Foo
Class
of the cached object. - The authority code of the cached object.
- The
- For
ConcurrentAuthorityFactory.createFromCoordinateReferenceSystemCodes(String, String)
:- The authority code of source CRS (stored in the "type" field even if the name is not right).
- The authority code of target CRS (stored in the "code" field).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The type of the cached object. -
code
The cached object authority code.
-
-
Constructor Details
-
Key
Creates a new key for the given type and code.
-
-
Method Details