|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactoryGroup | |
org.geotools.coverage.io | Helper classes for GridCoverageExchange implementations.
|
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. |
Uses of FactoryGroup in org.geotools.coverage.io |
Constructors in org.geotools.coverage.io with parameters of type FactoryGroup | |
MetadataBuilder(FactoryGroup factories)
Constructs a new using the specified factories. |
Uses of FactoryGroup in org.geotools.referencing.factory |
Fields in org.geotools.referencing.factory declared as FactoryGroup | |
protected FactoryGroup |
AbstractAuthorityFactory.factories
The underlying factories used for objects creation. |
Methods in org.geotools.referencing.factory that return FactoryGroup | |
static FactoryGroup |
FactoryGroup.createInstance(Hints hints)
Creates an instance from the specified hints. |
Constructors in org.geotools.referencing.factory with parameters of type FactoryGroup | |
PropertyAuthorityFactory(FactoryGroup factories,
org.opengis.metadata.citation.Citation authority,
java.net.URL definitions)
Loads from the specified property file. |
|
DeferredAuthorityFactory(FactoryGroup factories,
int priority)
Deprecated. Use DeferredAuthorityFactory.DeferredAuthorityFactory(Hints,int) instead. |
|
DeferredAuthorityFactory(FactoryGroup factories,
int priority,
int maxStrongReferences)
Deprecated. Use DeferredAuthorityFactory.DeferredAuthorityFactory(Hints,int,int) instead. |
Uses of FactoryGroup in org.geotools.referencing.factory.epsg |
Constructors in org.geotools.referencing.factory.epsg with parameters of type FactoryGroup | |
FactoryUsingOracleSQL(FactoryGroup factories,
java.sql.Connection connection)
Deprecated. Use FactoryUsingOracleSQL.FactoryUsingOracleSQL(Hints,Connection) instead. |
|
FactoryUsingOracleSQL(FactoryGroup factories,
java.sql.Connection connection,
java.lang.String epsgSchema)
Deprecated. Use FactoryUsingOracleSQL.FactoryUsingOracleSQL(Hints,Connection,String) instead. |
|
FactoryUsingSQL(FactoryGroup factories,
java.sql.Connection connection)
Deprecated. Use FactoryUsingSQL.FactoryUsingSQL(Hints,Connection) instead. |
|
FactoryUsingAnsiSQL(FactoryGroup factories,
java.sql.Connection connection)
Deprecated. Use FactoryUsingAnsiSQL.FactoryUsingAnsiSQL(Hints,Connection) instead. |
Uses of FactoryGroup in org.geotools.referencing.wkt |
Constructors in org.geotools.referencing.wkt with parameters of type FactoryGroup | |
Parser(Symbols symbols,
FactoryGroup factories)
Constructs a parser for the specified set of symbols using the specified set of factories. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |