Uses of Class
org.geotools.referencing.factory.epsg.DirectEpsgFactory
-
Packages that use DirectEpsgFactory Package Description org.geotools.referencing.factory.epsg Authority factories for the EPSG database. -
-
Uses of DirectEpsgFactory in org.geotools.referencing.factory.epsg
Subclasses of DirectEpsgFactory in org.geotools.referencing.factory.epsg Modifier and Type Class Description class
FactoryUsingAnsiSQL
An EPSG factory for the database generated by SQL scripts rather than the MS-Access one.class
FactoryUsingSQL
Please useAccessDialectEpsgFactory
.Constructors in org.geotools.referencing.factory.epsg with parameters of type DirectEpsgFactory Constructor Description AuthorityCodes(TableInfo table, Class<?> type, DirectEpsgFactory factory)
Creates a new set of authority codes for the specified type.
-