Package | Description |
---|---|
org.geotools.imageio.netcdf.utilities | |
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.geotools.referencing.factory.epsg |
Authority factories for
the EPSG database.
|
org.geotools.referencing.wkt |
Well
Known Text (WKT) parsing and formatting.
|
Modifier and Type | Field and Description |
---|---|
static ReferencingFactoryContainer |
NetCDFCRSUtilities.FACTORY_CONTAINER |
Modifier and Type | Field and Description |
---|---|
protected ReferencingFactoryContainer |
AbstractAuthorityMediator.factories
A container of the "real factories" actually used to construct objects.
|
protected ReferencingFactoryContainer |
DirectAuthorityFactory.factories
The underlying factories used for objects creation.
|
protected ReferencingFactoryContainer |
AbstractCachedAuthorityFactory.factories
A container of the "real factories" actually used to construct objects.
|
Modifier and Type | Method and Description |
---|---|
static ReferencingFactoryContainer |
ReferencingFactoryContainer.instance(Hints hints)
Creates an instance from the specified hints.
|
Constructor and Description |
---|
AbstractAuthorityMediator(int priority,
ObjectCache cache,
ReferencingFactoryContainer container)
Constructs an instance making use of the indicated cache.
|
AbstractCachedAuthorityFactory(int priority,
ObjectCache cache,
ReferencingFactoryContainer container)
Constructs an instance making use of the indicated cache.
|
DirectAuthorityFactory(ReferencingFactoryContainer factories,
int priority)
Constructs an instance using the specified set of factories.
|
PropertyAuthorityFactory(ReferencingFactoryContainer factories,
Citation[] authorities,
URL definitions)
Creates a factory for the specified authorities from the specified file.
|
PropertyAuthorityFactory(ReferencingFactoryContainer factories,
Citation authority,
URL definitions)
Creates a factory for the specified authority from the specified file.
|
PropertyCoordinateOperationAuthorityFactory(ReferencingFactoryContainer factories,
Citation authority,
URL definitions)
Creates a factory for the specified authority from the specified file.
|
Modifier and Type | Field and Description |
---|---|
protected ReferencingFactoryContainer |
CoordinateOperationFactoryUsingWKT.factories
The factories to be given to the backing store.
|
Constructor and Description |
---|
Parser(Symbols symbols,
ReferencingFactoryContainer factories)
Constructs a parser for the specified set of symbols using the specified set of factories.
|
Copyright © 1996–2019 Geotools. All rights reserved.