AccessDialectEpsgFactory
.public class FactoryUsingSQL extends DirectEpsgFactory
AccessDialectEpsgFactory
.factories
LOGGER
hints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority
Constructor and Description |
---|
FactoryUsingSQL(Hints userHints,
Connection connection)
Deprecated.
Constructs an authority factory using the specified connection.
|
FactoryUsingSQL(Hints userHints,
DataSource dataSource)
Deprecated.
Constructs an authority factory using the specified connection.
|
Modifier and Type | Method and Description |
---|---|
protected String |
adaptSQL(String statement)
Deprecated.
Invoked when a new
PreparedStatement is about to be created from a SQL string. |
createCoordinateOperation, createCoordinateReferenceSystem, createCoordinateSystem, createCoordinateSystemAxis, createDatum, createEllipsoid, createExtent, createFromCoordinateReferenceSystemCodes, createObject, createOperationMethod, createParameterDescriptor, createPrimeMeridian, createUnit, dispose, finalize, getAuthority, getAuthorityCodes, getBackingStoreDescription, getConnection, getDescriptionText, getIdentifiedObjectFinder, getImplementationHints, getValidationQuery, isConnectionValid, isPrimaryKey, setValidationQuery, shutdown
createCartesianCS, createCompoundCRS, createCylindricalCS, createDerivedCRS, createEllipsoidalCS, createEngineeringCRS, createEngineeringDatum, createGeocentricCRS, createGeodeticDatum, createGeographicCRS, createImageCRS, createImageDatum, createPolarCS, createProjectedCRS, createSphericalCS, createTemporalCRS, createTemporalDatum, createTimeCS, createVerticalCRS, createVerticalCS, createVerticalDatum, noSuchAuthorityCode, trimAuthority
ensureNonNull, getVendor
addImplementationHints, equals, getPriority, hashCode, onDeregistration, onRegistration, toString
createCompoundCRS, createDerivedCRS, createEngineeringCRS, createGeocentricCRS, createGeographicCRS, createImageCRS, createProjectedCRS, createTemporalCRS, createVerticalCRS
createCartesianCS, createCylindricalCS, createEllipsoidalCS, createPolarCS, createSphericalCS, createTimeCS, createVerticalCS
createEngineeringDatum, createGeodeticDatum, createImageDatum, createTemporalDatum, createVerticalDatum
public FactoryUsingSQL(Hints userHints, Connection connection)
userHints
- The underlying factories used for objects creation.connection
- The connection to the underlying EPSG database.public FactoryUsingSQL(Hints userHints, DataSource dataSource)
userHints
- The underlying factories used for objects creation.dataSource
- The connection to the underlying EPSG database.protected String adaptSQL(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.Copyright © 1996–2019 Geotools. All rights reserved.