|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.factory.AbstractFactory
org.geotools.referencing.factory.ReferencingFactory
org.geotools.referencing.factory.AbstractAuthorityFactory
org.geotools.referencing.factory.DirectAuthorityFactory
org.geotools.referencing.factory.epsg.DirectEpsgFactory
org.geotools.referencing.factory.epsg.FactoryUsingSQL
AccessDialectEpsgFactory
.
public class FactoryUsingSQL
Please use AccessDialectEpsgFactory
.
Field Summary |
---|
Fields inherited from class org.geotools.referencing.factory.DirectAuthorityFactory |
---|
factories |
Fields inherited from class org.geotools.referencing.factory.ReferencingFactory |
---|
LOGGER |
Fields inherited from class org.geotools.factory.AbstractFactory |
---|
hints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority |
Constructor Summary | |
---|---|
FactoryUsingSQL(Hints userHints,
java.sql.Connection connection)
Deprecated. Constructs an authority factory using the specified connection. |
|
FactoryUsingSQL(Hints userHints,
javax.sql.DataSource dataSource)
Deprecated. Constructs an authority factory using the specified connection. |
Method Summary | |
---|---|
protected java.lang.String |
adaptSQL(java.lang.String statement)
Deprecated. Invoked when a new PreparedStatement is about to be created from a SQL string. |
Methods inherited from class org.geotools.referencing.factory.AbstractAuthorityFactory |
---|
createCartesianCS, createCompoundCRS, createCylindricalCS, createDerivedCRS, createEllipsoidalCS, createEngineeringCRS, createEngineeringDatum, createGeocentricCRS, createGeodeticDatum, createGeographicCRS, createImageCRS, createImageDatum, createPolarCS, createProjectedCRS, createSphericalCS, createTemporalCRS, createTemporalDatum, createTimeCS, createVerticalCRS, createVerticalCS, createVerticalDatum, noSuchAuthorityCode, trimAuthority |
Methods inherited from class org.geotools.referencing.factory.ReferencingFactory |
---|
ensureNonNull, getVendor |
Methods inherited from class org.geotools.factory.AbstractFactory |
---|
addImplementationHints, equals, getPriority, hashCode, onDeregistration, onRegistration, toString |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.referencing.crs.CRSAuthorityFactory |
---|
createCompoundCRS, createDerivedCRS, createEngineeringCRS, createGeocentricCRS, createGeographicCRS, createImageCRS, createProjectedCRS, createTemporalCRS, createVerticalCRS |
Methods inherited from interface org.opengis.referencing.cs.CSAuthorityFactory |
---|
createCartesianCS, createCylindricalCS, createEllipsoidalCS, createPolarCS, createSphericalCS, createTimeCS, createVerticalCS |
Methods inherited from interface org.opengis.referencing.datum.DatumAuthorityFactory |
---|
createEngineeringDatum, createGeodeticDatum, createImageDatum, createTemporalDatum, createVerticalDatum |
Methods inherited from interface org.opengis.referencing.Factory |
---|
getVendor |
Constructor Detail |
---|
public FactoryUsingSQL(Hints userHints, java.sql.Connection connection)
userHints
- The underlying factories used for objects creation.connection
- The connection to the underlying EPSG database.public FactoryUsingSQL(Hints userHints, javax.sql.DataSource dataSource)
userHints
- The underlying factories used for objects creation.dataSource
- The connection to the underlying EPSG database.Method Detail |
---|
protected java.lang.String adaptSQL(java.lang.String statement)
PreparedStatement
is about to be created from a SQL string.
Since the EPSG database is available mainly in MS-Access
format, and this is the target of our super class, we have no work to do here.
adaptSQL
in class DirectEpsgFactory
statement
- The statement in MS-Access syntax.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |