|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorityFactoryAdapter | |
---|---|
org.geotools.referencing.factory | Base classes for factories and authority factories. |
Uses of AuthorityFactoryAdapter in org.geotools.referencing.factory |
---|
Subclasses of AuthorityFactoryAdapter in org.geotools.referencing.factory | |
---|---|
class |
AllAuthoritiesFactory
An authority factory that delegates the object creation to an other factory determined from the authority name in the code. |
class |
FallbackAuthorityFactory
A factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed. |
class |
HTTP_AuthorityFactory
Deprecated. This class will move in a org.geotools.referencing.factory.web
package in Geotools 2.5, in order to put together other web-related factories.
Don't use this class directly. You should not need to anyway - use
ReferencingFactoryFinder instead, which will
continue to work no matter where this class is located. |
class |
ManyAuthoritiesFactory
An authority factory that delegates the object creation to an other factory determined from the authority name in the code. |
class |
OrderedAxisAuthorityFactory
An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order. |
class |
TransformedAuthorityFactory
An authority factory which returns modified CRS, CS or datum objects from other factory implementations. |
class |
URN_AuthorityFactory
Deprecated. This class will move in a org.geotools.referencing.factory.web
package in Geotools 2.5, in order to put together other web-related factories.
Don't use this class directly. You should not need to anyway - use
ReferencingFactoryFinder instead, which will
continue to work no matter where this class is located. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |