Uses of Class
org.apache.sis.referencing.factory.sql.TableInfo
Packages that use TableInfo
Package
Description
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
-
Uses of TableInfo in org.apache.sis.referencing.factory.sql
Fields in org.apache.sis.referencing.factory.sql declared as TableInfoModifier and TypeFieldDescription(package private) static final TableInfo
TableInfo.CRS
TheEPSG
item used for coordinate reference systems.(package private) static final TableInfo
TableInfo.DATUM
TheEPSG
item used for datums.(package private) static final TableInfo
TableInfo.ELLIPSOID
TheEPSG
item used for ellipsoids.(package private) static final TableInfo[]
TableInfo.EPSG
List of tables and columns to test for codes values.Constructors in org.apache.sis.referencing.factory.sql with parameters of type TableInfoModifierConstructorDescription(package private)
AuthorityCodes
(Connection connection, TableInfo table, Class<?> type, EPSGDataAccess factory) Creates a new map of authority codes for the specified type.